Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.02 KB | None | 0 0
  1. $ ./autogen.sh && ./configure
  2. Generating necessary files...
  3. configure.ac:5: installing `./config.guess'
  4. configure.ac:5: installing `./config.sub'
  5. configure.ac:7: installing `./install-sh'
  6. configure.ac:7: installing `./missing'
  7. lib/dir_tree/Makefile.am: installing `./depcomp'
  8. checking build system type... i686-pc-linux-gnu
  9. checking host system type... i686-pc-linux-gnu
  10. checking target system type... i686-pc-linux-gnu
  11. checking for a BSD-compatible install... /bin/install -c
  12. checking whether build environment is sane... yes
  13. checking for a thread-safe mkdir -p... /bin/mkdir -p
  14. checking for gawk... gawk
  15. checking whether make sets $(MAKE)... yes
  16. checking for g++... g++
  17. checking whether the C++ compiler works... yes
  18. checking for C++ compiler default output file name... a.out
  19. checking for suffix of executables...
  20. checking whether we are cross compiling... no
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C++ compiler... yes
  23. checking whether g++ accepts -g... yes
  24. checking for style of include used by make... GNU
  25. checking dependency style of g++... gcc3
  26. checking for gcc... gcc
  27. checking whether we are using the GNU C compiler... yes
  28. checking whether gcc accepts -g... yes
  29. checking for gcc option to accept ISO C89... none needed
  30. checking dependency style of gcc... gcc3
  31. checking for an ANSI C-conforming const... yes
  32. checking for inline... inline
  33. checking how to run the C preprocessor... gcc -E
  34. checking for grep that handles long lines and -e... /bin/grep
  35. checking for egrep... /bin/grep -E
  36. checking for ANSI C header files... yes
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking for stdbool.h that conforms to C99... yes
  47. checking for _Bool... yes
  48. checking for size_t... yes
  49. checking how to print strings... printf
  50. checking for a sed that does not truncate output... /bin/sed
  51. checking for fgrep... /bin/grep -F
  52. checking for ld used by gcc... /usr/bin/ld
  53. checking if the linker (/usr/bin/ld) is GNU ld... yes
  54. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  55. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  56. checking whether ln -s works... yes
  57. checking the maximum length of command line arguments... 1572864
  58. checking whether the shell understands some XSI constructs... yes
  59. checking whether the shell understands "+="... yes
  60. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  61. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  62. checking for /usr/bin/ld option to reload object files... -r
  63. checking for objdump... objdump
  64. checking how to recognize dependent libraries... pass_all
  65. checking for dlltool... no
  66. checking how to associate runtime and link libraries... printf %s\n
  67. checking for ar... ar
  68. checking for archiver @FILE support... @
  69. checking for strip... strip
  70. checking for ranlib... ranlib
  71. checking command to parse /usr/bin/nm -B output from gcc object... ok
  72. checking for sysroot... no
  73. checking for mt... no
  74. checking if : is a manifest tool... no
  75. checking for dlfcn.h... yes
  76. checking for objdir... .libs
  77. checking if gcc supports -fno-rtti -fno-exceptions... no
  78. checking for gcc option to produce PIC... -fPIC -DPIC
  79. checking if gcc PIC flag -fPIC -DPIC works... yes
  80. checking if gcc static flag -static works... yes
  81. checking if gcc supports -c -o file.o... yes
  82. checking if gcc supports -c -o file.o... (cached) yes
  83. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  84. checking whether -lc should be explicitly linked in... no
  85. checking dynamic linker characteristics... GNU/Linux ld.so
  86. checking how to hardcode library paths into programs... immediate
  87. checking whether stripping libraries is possible... yes
  88. checking if libtool supports shared libraries... yes
  89. checking whether to build shared libraries... yes
  90. checking whether to build static libraries... yes
  91. checking how to run the C++ preprocessor... g++ -E
  92. checking for ld used by g++... /usr/bin/ld
  93. checking if the linker (/usr/bin/ld) is GNU ld... yes
  94. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  95. checking for g++ option to produce PIC... -fPIC -DPIC
  96. checking if g++ PIC flag -fPIC -DPIC works... yes
  97. checking if g++ static flag -static works... yes
  98. checking if g++ supports -c -o file.o... yes
  99. checking if g++ supports -c -o file.o... (cached) yes
  100. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  101. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  102. checking how to hardcode library paths into programs... immediate
  103. checking for special C compiler options needed for large files... no
  104. checking for _FILE_OFFSET_BITS value needed for large files... 64
  105. checking if -Wl,--as-needed works... yes
  106. checking for pkg-config... /usr/bin/pkg-config
  107. checking pkg-config is at least version 0.9.0... yes
  108. checking for VFS... yes
  109. checking for LIBART... yes
  110. checking for GTHREAD... yes
  111. checking for mysql... --with-mysql not specified
  112. checking for mysql_init in -lmysqlclient... yes
  113. checking mysql/mysql.h usability... yes
  114. checking mysql/mysql.h presence... yes
  115. checking for mysql/mysql.h... yes
  116. checking for SNDFILE... yes
  117. checking for FFMPEG... yes
  118. checking sys/inotify.h usability... yes
  119. checking sys/inotify.h presence... yes
  120. checking for sys/inotify.h... yes
  121. checking for ZLIB... yes
  122. checking for DBUS... yes
  123. checking for JACK... yes
  124. checking for SAMPLERATE... yes
  125. checking ladspa.h usability... yes
  126. checking ladspa.h presence... yes
  127. checking for ladspa.h... yes
  128. checking for TRACKER... no
  129. checking for TRACKER... no
  130. checking for SQLITE... yes
  131. checking for FFTW3... yes
  132. checking for VALA... no
  133. configure: creating ./config.status
  134. config.status: creating Makefile
  135. config.status: creating lib/Makefile
  136. config.status: creating lib/utils/Makefile
  137. config.status: creating lib/xdgmime/Makefile
  138. config.status: creating lib/file_manager/Makefile
  139. config.status: creating lib/file_manager/filetypes/Makefile
  140. config.status: creating lib/file_manager/vala/Makefile
  141. config.status: creating lib/dir_tree/Makefile
  142. config.status: creating src/Makefile
  143. config.status: creating src/gimp/Makefile
  144. config.status: creating config.h
  145. config.status: executing depfiles commands
  146. config.status: executing libtool commands
  147.  
  148. Database backend:
  149. mysql support: yes
  150. sqlite support: yes
  151. tracker support: no
  152. Audio decoders:
  153. soundfile: yes
  154. ffmpeg decoder: yes
  155. direct flac support: deprecated
  156. Audio players:
  157. built-in JACK: yes w/ LADSPA support and resampling
  158. AYYI/Dbus: yes
  159. CLI: gst,afplay,totem: yes
  160. Building zlib: yes
  161. Building dnotify support: yes
  162. Building inotify support: yes
  163. Building opengl support: no
  164. Building ayyi support: no
  165.  
  166.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement