Advertisement
Guest User

Untitled

a guest
Dec 8th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.90 KB | None | 0 0
  1. $ ./configure --disable-doc --disable-examples --disable-messages --enable-https=no --disable-bauth --disable-dauth --disable-curl:
  2.  
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  8. checking whether make supports nested variables... yes
  9. checking whether z/OS special settings are required... no
  10. checking for gawk... (cached) gawk
  11. checking whether ln -s works... no, using cp -pR
  12. checking whether make sets $(MAKE)... (cached) yes
  13. checking build system type... i686-pc-mingw32
  14. checking host system type... i686-pc-mingw32
  15. checking for style of include used by make... GNU
  16. checking for gcc... gcc
  17. checking whether the C compiler works... yes
  18. checking for C compiler default output file name... a.exe
  19. checking for suffix of executables... .exe
  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 gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking whether gcc understands -c and -o together... yes
  26. checking dependency style of gcc... gcc3
  27. checking for gcc option to accept ISO C99... none needed
  28. checking for gcc option to accept ISO Standard C... (cached) none needed
  29. checking how to print strings... printf
  30. checking for a sed that does not truncate output... /usr/bin/sed
  31. checking for grep that handles long lines and -e... /usr/bin/grep
  32. checking for egrep... /usr/bin/grep -E
  33. checking for fgrep... /usr/bin/grep -F
  34. checking for ld used by gcc... C:/msys32/mingw32/i686-w64-mingw32/bin/ld.exe
  35. checking if the linker (C:/msys32/mingw32/i686-w64-mingw32/bin/ld.exe) is GNU ld... yes
  36. checking for BSD- or MS-compatible name lister (nm)... /mingw32/bin/nm -B
  37. checking the name lister (/mingw32/bin/nm -B) interface... BSD nm
  38. checking the maximum length of command line arguments... 8192
  39. checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format... func_convert_file_msys_to_w32
  40. checking how to convert i686-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
  41. checking for C:/msys32/mingw32/i686-w64-mingw32/bin/ld.exe option to reload object files... -r
  42. checking for objdump... objdump
  43. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  44. checking for dlltool... dlltool
  45. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  46. checking for ar... ar
  47. checking for archiver @FILE support... @
  48. checking for strip... strip
  49. checking for ranlib... ranlib
  50. checking command to parse /mingw32/bin/nm -B output from gcc object... ok
  51. checking for sysroot... no
  52. checking for a working dd... /usr/bin/dd
  53. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  54. checking for mt... no
  55. checking if : is a manifest tool... no
  56. checking how to run the C preprocessor... gcc -E
  57. checking for ANSI C header files... yes
  58. checking for sys/types.h... yes
  59. checking for sys/stat.h... yes
  60. checking for stdlib.h... yes
  61. checking for string.h... yes
  62. checking for memory.h... yes
  63. checking for strings.h... yes
  64. checking for inttypes.h... yes
  65. checking for stdint.h... yes
  66. checking for unistd.h... yes
  67. checking for dlfcn.h... no
  68. checking for as... as
  69. checking for dlltool... (cached) dlltool
  70. checking for objdump... (cached) objdump
  71. checking for objdir... .libs
  72. checking if gcc supports -fno-rtti -fno-exceptions... no
  73. checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
  74. checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  75. checking if gcc static flag -static works... yes
  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 (C:/msys32/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries... yes
  79. checking whether -lc should be explicitly linked in... yes
  80. checking dynamic linker characteristics... Win32 ld.exe
  81. checking how to hardcode library paths into programs... immediate
  82. checking whether stripping libraries is possible... yes
  83. checking if libtool supports shared libraries... yes
  84. checking whether to build shared libraries... yes
  85. checking whether to build static libraries... yes
  86. checking for windres... windres
  87. checking if compiler needs -Werror to reject unknown flags... no
  88. checking for the pthreads library -lpthreads... no
  89. checking whether pthreads work without any flags... yes
  90. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  91. checking if more special flags are required for pthreads... no
  92. checking for PTHREAD_PRIO_INHERIT... yes
  93. checking windows.h usability... yes
  94. checking windows.h presence... yes
  95. checking for windows.h... yes
  96. checking for CreateThread()... yes
  97. checking for target host OS... Windows (MinGW)
  98. checking winsock2.h usability... yes
  99. checking winsock2.h presence... yes
  100. checking for winsock2.h... yes
  101. checking ws2tcpip.h usability... yes
  102. checking ws2tcpip.h presence... yes
  103. checking for ws2tcpip.h... yes
  104. checking for MS lib utility... no
  105. checking whether the linker accepts -fno-strict-aliasing... yes
  106. checking whether C compiler accepts -fno-strict-aliasing... yes
  107. checking whether byte ordering is bigendian... no
  108. checking for curl... yes
  109. checking for makeinfo... yes
  110. checking for WSAPoll()... no
  111. checking linux/version.h usability... no
  112. checking linux/version.h presence... no
  113. checking for linux/version.h... no
  114. checking for Linux epoll(7) interface... no
  115. checking for pthread_setname_np... yes
  116. checking fcntl.h usability... yes
  117. checking fcntl.h presence... yes
  118. checking for fcntl.h... yes
  119. checking math.h usability... yes
  120. checking math.h presence... yes
  121. checking for math.h... yes
  122. checking errno.h usability... yes
  123. checking errno.h presence... yes
  124. checking for errno.h... yes
  125. checking limits.h usability... yes
  126. checking limits.h presence... yes
  127. checking for limits.h... yes
  128. checking stdio.h usability... yes
  129. checking stdio.h presence... yes
  130. checking for stdio.h... yes
  131. checking locale.h usability... yes
  132. checking locale.h presence... yes
  133. checking for locale.h... yes
  134. checking for sys/stat.h... (cached) yes
  135. checking for sys/types.h... (cached) yes
  136. checking pthread.h usability... yes
  137. checking pthread.h presence... yes
  138. checking for pthread.h... yes
  139. checking for sys/types.h... (cached) yes
  140. checking sys/time.h usability... yes
  141. checking sys/time.h presence... yes
  142. checking for sys/time.h... yes
  143. checking sys/msg.h usability... no
  144. checking sys/msg.h presence... no
  145. checking for sys/msg.h... no
  146. checking netdb.h usability... no
  147. checking netdb.h presence... no
  148. checking for netdb.h... no
  149. checking netinet/in.h usability... no
  150. checking netinet/in.h presence... no
  151. checking for netinet/in.h... no
  152. checking netinet/tcp.h usability... no
  153. checking netinet/tcp.h presence... no
  154. checking for netinet/tcp.h... no
  155. checking time.h usability... yes
  156. checking time.h presence... yes
  157. checking for time.h... yes
  158. checking sys/socket.h usability... no
  159. checking sys/socket.h presence... no
  160. checking for sys/socket.h... no
  161. checking sys/mman.h usability... no
  162. checking sys/mman.h presence... no
  163. checking for sys/mman.h... no
  164. checking arpa/inet.h usability... no
  165. checking arpa/inet.h presence... no
  166. checking for arpa/inet.h... no
  167. checking sys/select.h usability... no
  168. checking sys/select.h presence... no
  169. checking for sys/select.h... no
  170. checking search.h usability... yes
  171. checking search.h presence... yes
  172. checking for search.h... yes
  173. checking endian.h usability... no
  174. checking endian.h presence... no
  175. checking for endian.h... no
  176. checking machine/endian.h usability... no
  177. checking machine/endian.h presence... no
  178. checking for machine/endian.h... no
  179. checking sys/endian.h usability... no
  180. checking sys/endian.h presence... no
  181. checking for sys/endian.h... no
  182. checking sys/param.h usability... yes
  183. checking sys/param.h presence... yes
  184. checking for sys/param.h... yes
  185. checking sys/machine.h usability... no
  186. checking sys/machine.h presence... no
  187. checking for sys/machine.h... no
  188. checking sys/byteorder.h usability... no
  189. checking sys/byteorder.h presence... no
  190. checking for sys/byteorder.h... no
  191. checking machine/param.h usability... no
  192. checking machine/param.h presence... no
  193. checking for machine/param.h... no
  194. checking sys/isa_defs.h usability... no
  195. checking sys/isa_defs.h presence... no
  196. checking for sys/isa_defs.h... no
  197. checking for struct sockaddr_in.sin_len... no
  198. checking whether to enable signaling by socketpair... yes, forced on W32
  199. checking for accept4... no
  200. checking for gmtime_r... no
  201. checking for memmem... no
  202. checking for snprintf... yes
  203. checking whether gmtime_s is declared... yes
  204. checking whether gmtime_s is in C11 form... no
  205. checking whether gmtime_s is in W32 form... yes
  206. checking whether SOCK_NONBLOCK is declared... no
  207. checking for library containing clock_gettime... none required
  208. checking for clock_get_time... no
  209. checking for gethrtime... no
  210. checking for IPv6... yes
  211. checking for magic_open in -lmagic... no
  212. checking for special C compiler options needed for large files... no
  213. checking for _FILE_OFFSET_BITS value needed for large files... 64
  214. checking for _LARGEFILE_SOURCE value needed for large files... no
  215. checking for _lseeki64... yes
  216. checking for lseek64... yes
  217. checking for sendfile64... no
  218. checking whether to generate error messages... no
  219. checking whether to enable postprocessor... yes
  220. checking for zzuf... no
  221. checking for socat... no
  222. checking for libgcrypt-config... /mingw32/bin/libgcrypt-config
  223. checking for LIBGCRYPT - version >= 1.2.2... yes (1.6.4)
  224. checking gcrypt.h usability... yes
  225. checking gcrypt.h presence... yes
  226. checking for gcrypt.h... yes
  227. checking how to find GnuTLS library... automatically
  228. checking for pkg-config... /usr/bin/pkg-config
  229. checking pkg-config is at least version 0.9.0... yes
  230. checking for GNUTLS... yes
  231. checking whether GnuTLS is usable... yes
  232. checking for gnutls_privkey_import_x509_raw()... yes
  233. checking whether to support HTTPS... no (disabled)
  234. checking whether to support HTTP basic authentication... no
  235. checking whether to support HTTP digest authentication... no
  236. checking whether to compile with support for code coverage analysis... no
  237. checking the number of available CPUs... 8
  238. checking that generated files are newer than configure... done
  239. configure: creating ./config.status
  240. config.status: creating src/microhttpd/microhttpd_dll_res.rc
  241. config.status: creating libmicrohttpd.pc
  242. config.status: creating w32/common/microhttpd_dll_res_vc.rc
  243. config.status: creating Makefile
  244. config.status: creating contrib/Makefile
  245. config.status: creating doc/Makefile
  246. config.status: creating doc/doxygen/Makefile
  247. config.status: creating doc/examples/Makefile
  248. config.status: creating m4/Makefile
  249. config.status: creating src/Makefile
  250. config.status: creating src/include/Makefile
  251. config.status: creating src/platform/Makefile
  252. config.status: creating src/microhttpd/Makefile
  253. config.status: creating src/examples/Makefile
  254. config.status: creating src/testcurl/Makefile
  255. config.status: creating src/testcurl/https/Makefile
  256. config.status: creating src/testzzuf/Makefile
  257. config.status: creating MHD_config.h
  258. config.status: MHD_config.h is unchanged
  259. config.status: executing depfiles commands
  260. config.status: executing libtool commands
  261. configure: libmicrohttpd 0.9.47 Configuration Summary:
  262. Cross-compiling: no
  263. Operating System: mingw32
  264. Threading lib: w32
  265. libcurl (testing): no, many unit tests will not run
  266. Target directory: /usr/local
  267. Messages: no
  268. Basic auth.: no
  269. Digest auth.: no
  270. Postproc: yes
  271. HTTPS support: no (disabled)
  272. poll support: no
  273. epoll support: no
  274. build docs: no
  275. build examples: no
  276.  
  277. configure:
  278. License : LGPL or eCos
  279.  
  280. configure: WARNING: This will be a custom build with missing symbols. Do NOT use this build in a distribution. Building with these kinds of configure options is only for custom builds for embedded systems.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement