Advertisement
Guest User

GuruFail

a guest
Jan 22nd, 2010
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.50 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for gawk... no
  4. checking for mawk... mawk
  5. checking whether make sets $(MAKE)... yes
  6. checking for a Python interpreter with version >= 2.4... python
  7. checking for python... /usr/bin/python
  8. checking for python version... 2.6
  9. checking for python platform... linux2
  10. checking for python script directory... ${prefix}/lib/python2.6/site-packages
  11. checking for python extension module directory... ${exec_prefix}/lib/python2.6/site-packages
  12. checking for style of include used by make... GNU
  13. checking for gcc... gcc
  14. checking for C compiler default output file name... a.out
  15. checking whether the C compiler works... yes
  16. checking whether we are cross compiling... no
  17. checking for suffix of executables...
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking dependency style of gcc... gcc3
  23. checking whether gcc and cc understand -c and -o together... yes
  24. checking for pkg-config... /usr/bin/pkg-config
  25. checking pkg-config is at least version 0.9.0... yes
  26. checking for LIBJACK... yes
  27. checking for jack_set_info_function in -ljack... yes
  28. checking for LIBVORBIS... yes
  29. checking for LIBVORBISENC... yes
  30. checking for LIBMAD... yes
  31. checking for LIBSAMPLERATE... yes
  32. checking for LIBSNDFILE... yes
  33. checking for LIBAVCODEC... no
  34. configure: WARNING: IDJC will be built without wma/mp4/ape support
  35. checking for LIBAVFORMAT... no
  36. configure: WARNING: IDJC will be built without wma/mp4/ape support
  37. checking for LIBSPEEX... yes
  38. checking for speex_header_free in -lspeex... yes
  39. checking for PYGTK... yes
  40. checking for mutagen... yes
  41. checking for LIBFLAC... yes
  42. checking for FLAC__stream_decoder_init_ogg_stream in -lFLAC... yes
  43. checking for lame_init in -lmp3lame -lm... yes
  44. checking for pthread_create in -lpthread... yes
  45. checking for sqrt... no
  46. checking for sqrt, pow in -lm... yes
  47. checking for pow... no
  48. checking for sqrt, pow in -lm... (cached) yes
  49. checking how to run the C preprocessor... gcc -E
  50. checking for grep that handles long lines and -e... /bin/grep
  51. checking for egrep... /bin/grep -E
  52. checking for ANSI C header files... yes
  53. checking for sys/types.h... yes
  54. checking for sys/stat.h... yes
  55. checking for stdlib.h... yes
  56. checking for string.h... yes
  57. checking for memory.h... yes
  58. checking for strings.h... yes
  59. checking for inttypes.h... yes
  60. checking for stdint.h... yes
  61. checking for unistd.h... yes
  62. checking fcntl.h usability... yes
  63. checking fcntl.h presence... yes
  64. checking for fcntl.h... yes
  65. checking jack/jack.h usability... yes
  66. checking jack/jack.h presence... yes
  67. checking for jack/jack.h... yes
  68. checking jack/transport.h usability... yes
  69. checking jack/transport.h presence... yes
  70. checking for jack/transport.h... yes
  71. checking pthread.h usability... yes
  72. checking pthread.h presence... yes
  73. checking for pthread.h... yes
  74. checking for an ANSI C-conforming const... yes
  75. checking for inline... inline
  76. checking for pid_t... yes
  77. checking for size_t... yes
  78. checking for stdlib.h... (cached) yes
  79. checking for GNU libc compatible malloc... yes
  80. checking return type of signal handlers... void
  81. checking for memset... yes
  82. checking for strchr... yes
  83. checking for getline... yes
  84. checking for strndup... yes
  85. checking for canonicalize_file_name... yes
  86. configure: creating ./config.status
  87. config.status: creating Makefile
  88. config.status: creating c/Makefile
  89. config.status: creating idjcpython/Makefile
  90. config.status: creating artwork/Makefile
  91. config.status: creating Man/Makefile
  92. config.status: creating config.h
  93. config.status: config.h is unchanged
  94. config.status: executing depfiles commands
  95. === configuring in libshout (/home/tege/idjc-0.8.2_pre3/libshout)
  96. configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' 'CFLAGS=-O2' --cache-file=/dev/null --srcdir=.
  97. checking for a BSD-compatible install... /usr/bin/install -c
  98. checking whether build environment is sane... yes
  99. checking for gawk... no
  100. checking for mawk... mawk
  101. checking whether make sets $(MAKE)... yes
  102. checking whether to enable maintainer-specific portions of Makefiles... no
  103. checking for gcc... gcc
  104. checking for C compiler default output file name... a.out
  105. checking whether the C compiler works... yes
  106. checking whether we are cross compiling... no
  107. checking for suffix of executables...
  108. checking for suffix of object files... o
  109. checking whether we are using the GNU C compiler... yes
  110. checking whether gcc accepts -g... yes
  111. checking for gcc option to accept ISO C89... none needed
  112. checking for style of include used by make... GNU
  113. checking dependency style of gcc... gcc3
  114. checking build system type... i686-pc-linux-gnu
  115. checking host system type... i686-pc-linux-gnu
  116. checking for a sed that does not truncate output... /bin/sed
  117. checking for grep that handles long lines and -e... /bin/grep
  118. checking for egrep... /bin/grep -E
  119. checking for fgrep... /bin/grep -F
  120. checking for ld used by gcc... /usr/bin/ld
  121. checking if the linker (/usr/bin/ld) is GNU ld... yes
  122. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  123. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  124. checking whether ln -s works... yes
  125. checking the maximum length of command line arguments... 1572864
  126. checking whether the shell understands some XSI constructs... yes
  127. checking whether the shell understands "+="... yes
  128. checking for /usr/bin/ld option to reload object files... -r
  129. checking for objdump... objdump
  130. checking how to recognize dependent libraries... pass_all
  131. checking for ar... ar
  132. checking for strip... strip
  133. checking for ranlib... ranlib
  134. checking command to parse /usr/bin/nm -B output from gcc object... ok
  135. checking how to run the C preprocessor... gcc -E
  136. checking for ANSI C header files... yes
  137. checking for sys/types.h... yes
  138. checking for sys/stat.h... yes
  139. checking for stdlib.h... yes
  140. checking for string.h... yes
  141. checking for memory.h... yes
  142. checking for strings.h... yes
  143. checking for inttypes.h... yes
  144. checking for stdint.h... yes
  145. checking for unistd.h... yes
  146. checking for dlfcn.h... yes
  147. checking for objdir... .libs
  148. checking if gcc supports -fno-rtti -fno-exceptions... no
  149. checking for gcc option to produce PIC... -fPIC -DPIC
  150. checking if gcc PIC flag -fPIC -DPIC works... yes
  151. checking if gcc static flag -static works... yes
  152. checking if gcc supports -c -o file.o... yes
  153. checking if gcc supports -c -o file.o... (cached) yes
  154. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  155. checking dynamic linker characteristics... GNU/Linux ld.so
  156. checking how to hardcode library paths into programs... immediate
  157. checking whether stripping libraries is possible... yes
  158. checking if libtool supports shared libraries... yes
  159. checking whether to build shared libraries... no
  160. checking whether to build static libraries... yes
  161. checking for ANSI C header files... (cached) yes
  162. checking for strings.h... (cached) yes
  163. checking for an ANSI C-conforming const... yes
  164. checking for inline... inline
  165. checking for inttypes.h... (cached) yes
  166. checking for uint32_t... yes
  167. checking for library containing nanosleep... none required
  168. checking sys/socket.h usability... yes
  169. checking sys/socket.h presence... yes
  170. checking for sys/socket.h... yes
  171. checking for socklen_t... yes
  172. checking for va_copy... va_copy
  173. checking sys/select.h usability... yes
  174. checking sys/select.h presence... yes
  175. checking for sys/select.h... yes
  176. checking sys/uio.h usability... yes
  177. checking sys/uio.h presence... yes
  178. checking for sys/uio.h... yes
  179. checking winsock2.h usability... no
  180. checking winsock2.h presence... no
  181. checking for winsock2.h... no
  182. checking for library containing sethostent... none required
  183. checking for library containing getnameinfo... none required
  184. checking for endhostent... yes
  185. checking for getaddrinfo... yes
  186. checking for inet_aton... yes
  187. checking for writev... yes
  188. checking for struct sockaddr_storage.ss_family... yes
  189. checking for inet_pton... yes
  190. checking for the pthreads library -lpthreads... no
  191. checking whether pthreads work without any flags... no
  192. checking whether pthreads work with -Kthread... no
  193. checking whether pthreads work with -kthread... no
  194. checking for the pthreads library -llthread... no
  195. checking whether pthreads work with -pthread... yes
  196. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  197. checking if more special flags are required for pthreads... no
  198. checking for pthread_spin_lock... yes
  199. checking for pkg-config... /usr/bin/pkg-config
  200. checking pkg-config is at least version 0.9.0... yes
  201. checking for libogg... ok
  202. checking for VORBIS... yes
  203. checking for SPEEX... yes
  204. checking for pkg-config... yes
  205. configure: creating shout-config.in
  206. configure: creating ./config.status
  207. config.status: creating Makefile
  208. config.status: creating debian/Makefile
  209. config.status: creating include/Makefile
  210. config.status: creating include/shout/Makefile
  211. config.status: creating include/shout/shout.h
  212. config.status: creating src/Makefile
  213. config.status: creating src/net/Makefile
  214. config.status: creating src/timing/Makefile
  215. config.status: creating src/thread/Makefile
  216. config.status: creating src/avl/Makefile
  217. config.status: creating src/httpp/Makefile
  218. config.status: creating doc/Makefile
  219. config.status: creating win32/Makefile
  220. config.status: creating shout-config
  221. config.status: creating shout.pc
  222. config.status: creating config.h
  223. config.status: config.h is unchanged
  224. config.status: executing depfiles commands
  225. config.status: executing libtool commands
  226.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement