Advertisement
Guest User

Untitled

a guest
Jan 4th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. /usr/local/src/seq24-0.8.7$ ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking for gawk... (cached) gawk
  7. checking for gcc... gcc
  8. checking for C compiler default output file name... a.out
  9. checking whether the C compiler works... yes
  10. checking whether we are cross compiling... no
  11. checking for suffix of executables...
  12. checking for suffix of object files... o
  13. checking whether we are using the GNU C compiler... yes
  14. checking whether gcc accepts -g... yes
  15. checking for gcc option to accept ANSI C... none needed
  16. checking for style of include used by make... GNU
  17. checking dependency style of gcc... gcc3
  18. checking for g++... g++
  19. checking whether we are using the GNU C++ compiler... yes
  20. checking whether g++ accepts -g... yes
  21. checking dependency style of g++... gcc3
  22. checking for a BSD-compatible install... /usr/bin/install -c
  23. checking whether ln -s works... yes
  24. checking for main in -lrt... yes
  25. checking how to run the C preprocessor... gcc -E
  26. checking for egrep... grep -E
  27. checking for ANSI C header files... yes
  28. checking for sys/types.h... yes
  29. checking for sys/stat.h... yes
  30. checking for stdlib.h... yes
  31. checking for string.h... yes
  32. checking for memory.h... yes
  33. checking for strings.h... yes
  34. checking for inttypes.h... yes
  35. checking for stdint.h... yes
  36. checking for unistd.h... yes
  37. checking for unistd.h... (cached) yes
  38. checking for an ANSI C-conforming const... yes
  39. checking for select... yes
  40. checking for ALSA CFLAGS...
  41. checking for ALSA LDFLAGS... -lasound -lm -ldl -lpthread
  42. checking for libasound headers version >= 0.9.0... found.
  43. checking for snd_ctl_open in -lasound... yes
  44. checking for pkg-config... /usr/bin/pkg-config
  45. checking pkg-config is at least version 0.9.0... yes
  46. checking for DEPS_CFLAGS... -pthread -I/usr/include/giomm-2.4 -I/usr/lib/i386-linux-gnu/giomm-2.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/atk-1.0 -I/usr/include/glibmm-2.4 -I/usr/lib/i386-linux-gnu/glibmm-2.4/include -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/i386-linux-gnu/sigc++-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include
  47. checking for DEPS_LIBS... -lgtkmm-2.4 -latkmm-1.6 -lgdkmm-2.4 -lgiomm-2.4 -lpangomm-1.4 -lgtk-x11-2.0 -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0
  48. checking for JACK_CFLAGS...
  49. checking for JACK_LIBS... -ljack
  50. checking for LASH_CFLAGS... -I/usr/include/lash-1.0
  51. checking for LASH_LIBS... -llash
  52. configure: creating ./config.status
  53. config.status: creating Makefile
  54. config.status: creating src/Makefile
  55. config.status: creating src/config.h
  56. config.status: executing depfiles commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement