Guest User

Untitled

a guest
Jun 24th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. [hukl@eight /Volumes/Data/Downloads/forked-daapd-0.12]$ ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... ./install-sh -c -d
  5. checking for gawk... no
  6. checking for mawk... no
  7. checking for nawk... no
  8. checking for awk... awk
  9. checking whether make sets $(MAKE)... yes
  10. checking for style of include used by make... GNU
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking dependency style of gcc... gcc3
  21. checking how to run the C preprocessor... gcc -E
  22. checking for grep that handles long lines and -e... /usr/bin/grep
  23. checking for egrep... /usr/bin/grep -E
  24. checking for ANSI C header files... yes
  25. checking for sys/types.h... yes
  26. checking for sys/stat.h... yes
  27. checking for stdlib.h... yes
  28. checking for string.h... yes
  29. checking for memory.h... yes
  30. checking for strings.h... yes
  31. checking for inttypes.h... yes
  32. checking for stdint.h... yes
  33. checking for unistd.h... yes
  34. checking minix/config.h usability... no
  35. checking minix/config.h presence... no
  36. checking for minix/config.h... no
  37. checking whether it is safe to define __EXTENSIONS__... yes
  38. checking for gcc... (cached) gcc
  39. checking whether we are using the GNU C compiler... (cached) yes
  40. checking whether gcc accepts -g... (cached) yes
  41. checking for gcc option to accept ISO C89... (cached) none needed
  42. checking dependency style of gcc... (cached) gcc3
  43. checking whether gcc and cc understand -c and -o together... yes
  44. checking build system type... x86_64-apple-darwin10.4.0
  45. checking host system type... x86_64-apple-darwin10.4.0
  46. checking for a sed that does not truncate output... /usr/bin/sed
  47. checking for fgrep... /usr/bin/grep -F
  48. checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  49. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  50. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  51. checking the name lister (/usr/bin/nm) interface... BSD nm
  52. checking whether ln -s works... yes
  53. checking the maximum length of command line arguments... 196608
  54. checking whether the shell understands some XSI constructs... yes
  55. checking whether the shell understands "+="... yes
  56. checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r
  57. checking for objdump... no
  58. checking how to recognize dependent libraries... pass_all
  59. checking for ar... ar
  60. checking for strip... strip
  61. checking for ranlib... ranlib
  62. checking command to parse /usr/bin/nm output from gcc object... ok
  63. checking for dsymutil... dsymutil
  64. checking for nmedit... nmedit
  65. checking for lipo... lipo
  66. checking for otool... otool
  67. checking for otool64... no
  68. checking for -single_module linker flag... yes
  69. checking for -exported_symbols_list linker flag... yes
  70. checking for dlfcn.h... yes
  71. checking for objdir... .libs
  72. checking if gcc supports -fno-rtti -fno-exceptions... no
  73. checking for gcc option to produce PIC... -fno-common -DPIC
  74. checking if gcc PIC flag -fno-common -DPIC works... yes
  75. checking if gcc static flag -static works... no
  76. checking if gcc supports -c -o file.o... yes
  77. checking if gcc supports -c -o file.o... (cached) yes
  78. checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes
  79. checking dynamic linker characteristics... darwin10.4.0 dyld
  80. checking how to hardcode library paths into programs... immediate
  81. checking whether stripping libraries is possible... yes
  82. checking if libtool supports shared libraries... yes
  83. checking whether to build shared libraries... yes
  84. checking whether to build static libraries... no
  85. checking for antlr3... no
  86. configure: antlr3 wrapper not found, using pre-generated files
  87. checking sys/wait.h usability... yes
  88. checking sys/wait.h presence... yes
  89. checking for sys/wait.h... yes
  90. checking sys/param.h usability... yes
  91. checking sys/param.h presence... yes
  92. checking for sys/param.h... yes
  93. checking sys/select.h usability... yes
  94. checking sys/select.h presence... yes
  95. checking for sys/select.h... yes
  96. checking dirent.h usability... yes
  97. checking dirent.h presence... yes
  98. checking for dirent.h... yes
  99. checking sys/eventfd.h usability... no
  100. checking sys/eventfd.h presence... no
  101. checking for sys/eventfd.h... no
  102. checking for eventfd... no
  103. checking for posix_fadvise... no
  104. checking for strptime... yes
  105. checking for strtok_r... yes
  106. checking for timegm... yes
  107. checking for special C compiler options needed for large files... no
  108. checking for _FILE_OFFSET_BITS value needed for large files... no
  109. checking for off_t... yes
  110. checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
  111. checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no
  112. checking for shared library run path origin... done
  113. checking for iconv... yes
  114. checking for working iconv... yes
  115. checking how to link with libiconv... -liconv
  116. checking for iconv declaration...
  117. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  118. checking for libunistring... yes
  119. checking how to link with libunistring... -lunistring
  120. checking for pkg-config... /usr/local/bin/pkg-config
  121. checking pkg-config is at least version 0.9.0... yes
  122. checking for ZLIB... yes
  123. checking for CONFUSE... yes
  124. checking for AVAHI... yes
  125. checking for SQLITE3... yes
  126. checking for sqlite3_unlock_notify in -lsqlite3... yes
  127. checking if SQLite3 was built with threadsafe operations support... yes
  128. checking for FFMPEG... yes
  129. checking for MINIXML... yes
  130. checking event.h usability... yes
  131. checking event.h presence... yes
  132. checking for event.h... yes
  133. checking for event_init in -levent_core... yes
  134. checking evhttp.h usability... yes
  135. checking evhttp.h presence... yes
  136. checking for evhttp.h... yes
  137. checking avl.h usability... yes
  138. checking avl.h presence... yes
  139. checking for avl.h... yes
  140. checking for avl_alloc_tree in -lavl... no
  141. checking antlr3.h usability... yes
  142. checking antlr3.h presence... yes
  143. checking for antlr3.h... yes
  144. checking for antlr3BaseRecognizerNew in -lantlr3c... yes
  145. checking for libgcrypt-config... /usr/local/bin/libgcrypt-config
  146. checking for LIBGCRYPT - version >= 1.2.0... yes (1.4.6)
  147. checking LIBGCRYPT API version... okay
  148. checking size of void *... 8
  149. checking getopt.h usability... yes
  150. checking getopt.h presence... yes
  151. checking for getopt.h... yes
  152. checking for stdint.h... (cached) yes
  153. checking for ANSI C header files... (cached) yes
  154. checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
  155. configure: creating ./config.status
  156. config.status: creating src/Makefile
  157. config.status: creating Makefile
  158. config.status: creating config.h
  159. config.status: config.h is unchanged
  160. config.status: executing depfiles commands
  161. config.status: executing libtool commands
Add Comment
Please, Sign In to add comment