Advertisement
Guest User

./configure output

a guest
Apr 11th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.28 KB | None | 0 0
  1. thx@Ubuntu:~/Downloads/minidlna$ ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking for style of include used by make... GNU
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking dependency style of gcc... gcc3
  22. checking how to run the C preprocessor... gcc -E
  23. checking for grep that handles long lines and -e... /bin/grep
  24. checking for egrep... /bin/grep -E
  25. checking for ANSI C header files... yes
  26. checking for sys/types.h... yes
  27. checking for sys/stat.h... yes
  28. checking for stdlib.h... yes
  29. checking for string.h... yes
  30. checking for memory.h... yes
  31. checking for strings.h... yes
  32. checking for inttypes.h... yes
  33. checking for stdint.h... yes
  34. checking for unistd.h... yes
  35. checking minix/config.h usability... no
  36. checking minix/config.h presence... no
  37. checking for minix/config.h... no
  38. checking whether it is safe to define __EXTENSIONS__... yes
  39. checking for ld used by GCC... /usr/bin/ld
  40. checking if the linker (/usr/bin/ld) is GNU ld... yes
  41. checking for shared library run path origin... done
  42. checking for iconv... yes
  43. checking for working iconv... yes
  44. checking for iconv declaration...
  45. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  46. checking whether NLS is requested... yes
  47. checking for msgfmt... /usr/bin/msgfmt
  48. checking for gmsgfmt... /usr/bin/msgfmt
  49. checking for xgettext... /usr/bin/xgettext
  50. checking for msgmerge... /usr/bin/msgmerge
  51. checking for CFPreferencesCopyAppValue... no
  52. checking for CFLocaleCopyCurrent... no
  53. checking for GNU gettext in libc... yes
  54. checking whether to use NLS... yes
  55. checking where the gettext function comes from... libc
  56. checking for gawk... (cached) gawk
  57. checking for gcc... (cached) gcc
  58. checking whether we are using the GNU C compiler... (cached) yes
  59. checking whether gcc accepts -g... (cached) yes
  60. checking for gcc option to accept ISO C89... (cached) none needed
  61. checking dependency style of gcc... (cached) gcc3
  62. checking whether ln -s works... yes
  63. checking whether make sets $(MAKE)... (cached) yes
  64. checking for inline... inline
  65. checking for mode_t... yes
  66. checking for off_t... yes
  67. checking for pid_t... yes
  68. checking for size_t... yes
  69. checking for uint8_t... yes
  70. checking for int32_t... yes
  71. checking for uint32_t... yes
  72. checking for uint64_t... yes
  73. checking for ssize_t... yes
  74. checking for struct stat.st_blocks... yes
  75. checking for stdbool.h that conforms to C99... yes
  76. checking for _Bool... yes
  77. checking whether byte ordering is bigendian... no
  78. checking vfork.h usability... no
  79. checking vfork.h presence... no
  80. checking for vfork.h... no
  81. checking for fork... yes
  82. checking for vfork... yes
  83. checking for working fork... yes
  84. checking for working vfork... (cached) yes
  85. checking whether lstat correctly handles trailing slash... yes
  86. checking for gethostname... yes
  87. checking for getifaddrs... yes
  88. checking for gettimeofday... yes
  89. checking for inet_ntoa... yes
  90. checking for memmove... yes
  91. checking for memset... yes
  92. checking for mkdir... yes
  93. checking for realpath... yes
  94. checking for select... yes
  95. checking for sendfile... yes
  96. checking for setlocale... yes
  97. checking for socket... yes
  98. checking for strcasecmp... yes
  99. checking for strchr... yes
  100. checking for strdup... yes
  101. checking for strerror... yes
  102. checking for strncasecmp... yes
  103. checking for strpbrk... yes
  104. checking for strrchr... yes
  105. checking for strstr... yes
  106. checking for strtol... yes
  107. checking for strtoul... yes
  108. checking syscall.h usability... yes
  109. checking syscall.h presence... yes
  110. checking for syscall.h... yes
  111. checking sys/syscall.h usability... yes
  112. checking sys/syscall.h presence... yes
  113. checking for sys/syscall.h... yes
  114. checking mach/mach_time.h usability... no
  115. checking mach/mach_time.h presence... no
  116. checking for mach/mach_time.h... no
  117. checking for __NR_clock_gettime syscall... yes
  118. checking libavutil/avutil.h usability... yes
  119. checking libavutil/avutil.h presence... yes
  120. checking for libavutil/avutil.h... yes
  121. checking ffmpeg/libavutil/avutil.h usability... yes
  122. checking ffmpeg/libavutil/avutil.h presence... yes
  123. checking for ffmpeg/libavutil/avutil.h... yes
  124. checking libav/libavutil/avutil.h usability... no
  125. checking libav/libavutil/avutil.h presence... no
  126. checking for libav/libavutil/avutil.h... no
  127. checking avutil.h usability... no
  128. checking avutil.h presence... no
  129. checking for avutil.h... no
  130. checking ffmpeg/avutil.h usability... no
  131. checking ffmpeg/avutil.h presence... no
  132. checking for ffmpeg/avutil.h... no
  133. checking libav/avutil.h usability... no
  134. checking libav/avutil.h presence... no
  135. checking for libav/avutil.h... no
  136. checking libavcodec/avcodec.h usability... yes
  137. checking libavcodec/avcodec.h presence... yes
  138. checking for libavcodec/avcodec.h... yes
  139. checking ffmpeg/libavcodec/avcodec.h usability... yes
  140. checking ffmpeg/libavcodec/avcodec.h presence... yes
  141. checking for ffmpeg/libavcodec/avcodec.h... yes
  142. checking libav/libavcodec/avcodec.h usability... no
  143. checking libav/libavcodec/avcodec.h presence... no
  144. checking for libav/libavcodec/avcodec.h... no
  145. checking avcodec.h usability... no
  146. checking avcodec.h presence... no
  147. checking for avcodec.h... no
  148. checking ffmpeg/avcodec.h usability... no
  149. checking ffmpeg/avcodec.h presence... no
  150. checking for ffmpeg/avcodec.h... no
  151. checking libav/avcodec.h usability... no
  152. checking libav/avcodec.h presence... no
  153. checking for libav/avcodec.h... no
  154. checking libavformat/avformat.h usability... yes
  155. checking libavformat/avformat.h presence... yes
  156. checking for libavformat/avformat.h... yes
  157. checking ffmpeg/libavformat/avformat.h usability... yes
  158. checking ffmpeg/libavformat/avformat.h presence... yes
  159. checking for ffmpeg/libavformat/avformat.h... yes
  160. checking libav/libavformat/avformat.h usability... no
  161. checking libav/libavformat/avformat.h presence... no
  162. checking for libav/libavformat/avformat.h... no
  163. checking avformat.h usability... no
  164. checking avformat.h presence... no
  165. checking for avformat.h... no
  166. checking ffmpeg/avformat.h usability... no
  167. checking ffmpeg/avformat.h presence... no
  168. checking for ffmpeg/avformat.h... no
  169. checking libav/avformat.h usability... yes
  170. checking libav/avformat.h presence... yes
  171. checking for libav/avformat.h... yes
  172. checking jpeglib.h usability... yes
  173. checking jpeglib.h presence... yes
  174. checking for jpeglib.h... yes
  175. checking sqlite3.h usability... yes
  176. checking sqlite3.h presence... yes
  177. checking for sqlite3.h... yes
  178. checking libexif/exif-loader.h usability... yes
  179. checking libexif/exif-loader.h presence... yes
  180. checking for libexif/exif-loader.h... yes
  181. checking id3tag.h usability... yes
  182. checking id3tag.h presence... yes
  183. checking for id3tag.h... yes
  184. checking ogg/ogg.h usability... yes
  185. checking ogg/ogg.h presence... yes
  186. checking for ogg/ogg.h... yes
  187. checking vorbis/codec.h usability... yes
  188. checking vorbis/codec.h presence... yes
  189. checking for vorbis/codec.h... yes
  190. checking FLAC/metadata.h usability... yes
  191. checking FLAC/metadata.h presence... yes
  192. checking for FLAC/metadata.h... yes
  193. checking if we should use the daemon() libc function... yes
  194. checking if scandir declaration requires const char cast... yes
  195. checking for linux sendfile support... yes
  196. checking for darwin sendfile support... no
  197. checking for freebsd sendfile support... no
  198. checking for jpeg_set_defaults in -ljpeg... yes
  199. checking for exif_data_new_from_file in -lexif... yes
  200. checking for id3_file_open in -lid3tag... yes
  201. checking for sqlite3_open in -lsqlite3... yes
  202. checking for sqlite3_malloc in -lsqlite3... yes
  203. checking for sqlite3_prepare_v2 in -lsqlite3... yes
  204. checking for av_open_input_file in -lavformat... yes
  205. checking for av_rescale_q in -lavutil ... yes
  206. checking for pthread_create in -lpthread... yes
  207. checking for ov_open_callbacks in -lvorbisfile... yes
  208. checking vorbis/vorbisfile.h usability... yes
  209. checking vorbis/vorbisfile.h presence... yes
  210. checking for vorbis/vorbisfile.h... yes
  211. checking for FLAC__stream_decoder_init_stream in -lFLAC... yes
  212. checking FLAC/all.h usability... yes
  213. checking FLAC/all.h presence... yes
  214. checking for FLAC/all.h... yes
  215. checking for FLAC__stream_decoder_init_ogg_stream in -lFLAC... yes
  216. checking for vorbis_comment_query in -lvorbisfile... no
  217. checking arpa/inet.h usability... yes
  218. checking arpa/inet.h presence... yes
  219. checking for arpa/inet.h... yes
  220. checking asm/unistd.h usability... yes
  221. checking asm/unistd.h presence... yes
  222. checking for asm/unistd.h... yes
  223. checking endian.h usability... yes
  224. checking endian.h presence... yes
  225. checking for endian.h... yes
  226. checking machine/endian.h usability... no
  227. checking machine/endian.h presence... no
  228. checking for machine/endian.h... no
  229. checking fcntl.h usability... yes
  230. checking fcntl.h presence... yes
  231. checking for fcntl.h... yes
  232. checking libintl.h usability... yes
  233. checking libintl.h presence... yes
  234. checking for libintl.h... yes
  235. checking locale.h usability... yes
  236. checking locale.h presence... yes
  237. checking for locale.h... yes
  238. checking netdb.h usability... yes
  239. checking netdb.h presence... yes
  240. checking for netdb.h... yes
  241. checking netinet/in.h usability... yes
  242. checking netinet/in.h presence... yes
  243. checking for netinet/in.h... yes
  244. checking stddef.h usability... yes
  245. checking stddef.h presence... yes
  246. checking for stddef.h... yes
  247. checking for stdlib.h... (cached) yes
  248. checking for string.h... (cached) yes
  249. checking sys/file.h usability... yes
  250. checking sys/file.h presence... yes
  251. checking for sys/file.h... yes
  252. checking sys/inotify.h usability... yes
  253. checking sys/inotify.h presence... yes
  254. checking for sys/inotify.h... yes
  255. checking sys/ioctl.h usability... yes
  256. checking sys/ioctl.h presence... yes
  257. checking for sys/ioctl.h... yes
  258. checking sys/param.h usability... yes
  259. checking sys/param.h presence... yes
  260. checking for sys/param.h... yes
  261. checking sys/socket.h usability... yes
  262. checking sys/socket.h presence... yes
  263. checking for sys/socket.h... yes
  264. checking sys/time.h usability... yes
  265. checking sys/time.h presence... yes
  266. checking for sys/time.h... yes
  267. checking for unistd.h... (cached) yes
  268. checking for inotify_init... yes
  269. checking whether to enable TiVo support... no
  270. checking whether to enable generic NETGEAR device support... no
  271. checking whether to enable NETGEAR ReadyNAS support... no
  272. checking whether to build a static binary executable... no
  273. checking whether to enable video thumbnail generation using libffmpegthumbnailer... no
  274. configure: creating ./config.status
  275. config.status: creating po/Makefile.in
  276. config.status: creating Makefile
  277. config.status: creating config.h
  278. config.status: config.h is unchanged
  279. config.status: executing depfiles commands
  280. config.status: executing po-directories commands
  281. config.status: creating po/POTFILES
  282. config.status: creating po/Makefile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement