Facebook
From Drupin, 1 Year ago, written in Bash.
Embed
Download Paste or View Raw
Hits: 295
  1. OS-Win 7 SP1 / 64 Bit ||  GCC Compiler Git-SDK/ MigGW64
  2.  
  3. ./configure --enable-http --enable-so -enable-rewrite --prefix=/usr/local/apache2
  4. --with-rustls=/usr/local/httpd/srclib/rustls --enable-ssl --enable-http2
  5. --enable-ssl-staticlib-deps --enable-proxy --enable-proxy-connect
  6. --enable-proxy-http --enable-proxy-balancer --enable-nghttp2-staticlib-deps
  7. ===================================================================================
  8.  
  9. This file contains any messages produced by compilers while
  10. running configure, to aid debugging if configure makes a mistake.
  11.  
  12. It was created by configure, which was
  13. generated by GNU Autoconf 2.69.  Invocation command line was
  14.  
  15.   $ ./configure --enable-http --enable-so -enable-rewrite --prefix=/usr/local/apache2 --with-rustls=/usr/local/httpd/srclib/rustls --enable-ssl --enable-http2 --enable-ssl-staticlib-deps --enable-proxy --enable-proxy-connect --enable-proxy-http --enable-proxy-balancer --enable-nghttp2-staticlib-deps
  16.  
  17. ## --------- ##
  18. ## Platform. ##
  19. ## --------- ##
  20.  
  21. hostname = Drupin-PC
  22. uname -m = x86_64
  23. uname -r = 3.3.4-341.x86_64
  24. uname -s = MINGW64_NT-6.1-7601
  25. uname -v = 2022-05-13 22:10 UTC
  26.  
  27. /usr/bin/uname -p = unknown
  28. /bin/uname -X     = unknown
  29.  
  30. /bin/arch              = x86_64
  31. /usr/bin/arch -k       = unknown
  32. /usr/convex/getsysinfo = unknown
  33. /usr/bin/hostinfo      = unknown
  34. /bin/machine           = unknown
  35. /usr/bin/oslevel       = unknown
  36. /bin/universe          = unknown
  37.  
  38. PATH: /C/git-sdk-64/mingw64/lib/go/bin
  39. PATH: /c/Users/Drupin/bin
  40. PATH: /mingw64/bin
  41. PATH: /usr/local/bin
  42. PATH: /usr/bin
  43. PATH: /bin
  44. PATH: /c/Program Files/Volta
  45. PATH: /c/Program Files (x86)/Common Files/Oracle/Java/javapath
  46. PATH: /c/Windows/system32
  47. PATH: /c/Windows
  48. PATH: /c/Windows/System32/Wbem
  49. PATH: /c/Windows/System32/WindowsPowerShell/v1.0
  50. PATH: /c/Program Files/dotnet
  51. PATH: /mingw64/lib/go/bin
  52. PATH: /c/Windows/System32/WindowsPowerShell/v1.0
  53. PATH: /c/Users/Drupin/AppData/Local/Volta/bin
  54. PATH: /c/Users/Drupin/.dotnet/tools
  55. PATH: /c/Users/Drupin/.deta/bin
  56. PATH: C
  57. PATH: /git-sdk-64/mingw64/lib/go/bin
  58. PATH: /c/Users/Drupin/AppData/Local/Programs/Microsoft VS Code/bin
  59. PATH: /c/Program Files/Docker Toolbox
  60. PATH: /mingw64/bin
  61. PATH: /usr/bin
  62. PATH: /c/Users/Drupin/AppData/Local/Keybase
  63. PATH: /usr/bin/site_perl
  64. PATH: /usr/bin/vendor_perl
  65. PATH: /usr/bin/core_perl
  66.  
  67.  
  68. ## ----------- ##
  69. ## Core tests. ##
  70. ## ----------- ##
  71.  
  72. configure:2816: loading site script /etc/config.site
  73. | # This file is in public domain.
  74. | # Original author: Karlson2k (Evgeny Grin)
  75. | # Written for MSys2 to help running 'configure' scripts
  76. |
  77. | # Defaults for MSys2/MinGW64-targeted programs
  78. |
  79. | # Set proper selfname on bash and fallback to default name on other shells
  80. | test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" || config_site_me=config.site
  81. |
  82. | # Set default 'host' to speedup configure
  83. | if test -z "$build_alias"; then
  84. |   build_alias="${MSYSTEM_CHOST}"  && \
  85. |     ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5
  86. | fi
  87. |
  88. | # Set default 'prefix'
  89. | if ( test -z "$prefix" || test "x$prefix" = "xNONE" ) && \
  90. |     ( test -z "$exec_prefix" || test "x$exec_prefix" = "xNONE" ); then
  91. |   prefix="${MSYSTEM_PREFIX}" && \
  92. |     ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5
  93. | fi
  94. config.site:13: default build_alias set to x86_64-w64-mingw32
  95. configure:3152: checking for chosen layout
  96. configure:3154: result: Apache
  97. configure:3957: checking for working mkdir -p
  98. configure:3973: result: yes
  99. configure:3982: checking for grep that handles long lines and -e
  100. configure:4040: result: /usr/bin/grep
  101. configure:4045: checking for egrep
  102. configure:4107: result: /usr/bin/grep -E
  103. configure:4123: checking build system type
  104. configure:4137: result: x86_64-w64-mingw32
  105. configure:4157: checking host system type
  106. configure:4170: result: x86_64-w64-mingw32
  107. configure:4190: checking target system type
  108. configure:4203: result: x86_64-w64-mingw32
  109. configure:4233:
  110. configure:4235: Configuring Apache Portable Runtime library...
  111. configure:4237:
  112. configure:4278: checking for APR
  113. configure:4423: result: yes
  114. configure:4683:
  115. configure:4685: Configuring Apache Portable Runtime Utility library...
  116. configure:4687:
  117. configure:4724: checking for APR-util
  118. configure:4803: result: yes
  119. configure:5064: checking for gcc
  120. configure:5091: result: gcc
  121. configure:5320: checking for C compiler version
  122. configure:5329: gcc --version >&5
  123. gcc.exe (Rev2, Built by MSYS2 project) 12.1.0
  124. Copyright (C) 2022 Free Software Foundation, Inc.
  125. This is free software; see the source for copying conditions.  There is NO
  126. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  127.  
  128. configure:5340: $? = 0
  129. configure:5329: gcc -v >&5
  130. Using built-in specs.
  131. COLLECT_GCC=C:\git-sdk-64\mingw64\bin\gcc.exe
  132. COLLECT_LTO_WRAPPER=C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/lto-wrapper.exe
  133. Target: x86_64-w64-mingw32
  134. Configured with: ../gcc-12.1.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/include --libexecdir=/mingw64/lib --enable-bootstrap --enable-checking=release --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,fortran,ada,objc,obj-c++,jit --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-filesystem-ts --enable-libstdcxx-time --disable-libstdcxx-pch --enable-lto --enable-libgomp --disable-multilib --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://github.com/msys2/MINGW-packages/issues --with-gnu-as --with-gnu-ld --disable-libstdcxx-debug --with-boot-ldflags=-static-libstdc++ --with-stage1-ldflags=-static-libstdc++
  135. Thread model: posix
  136. Supported LTO compression algorithms: zlib zstd
  137. gcc version 12.1.0 (Rev2, Built by MSYS2 project)
  138. configure:5340: $? = 0
  139. configure:5329: gcc -V >&5
  140. gcc.exe: error: unrecognized command-line option '-V'
  141. gcc.exe: fatal error: no input files
  142. compilation terminated.
  143. configure:5340: $? = 1
  144. configure:5329: gcc -qversion >&5
  145. gcc.exe: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  146. gcc.exe: fatal error: no input files
  147. compilation terminated.
  148. configure:5340: $? = 1
  149. configure:5360: checking whether the C compiler works
  150. configure:5382: gcc     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  151. configure:5386: $? = 0
  152. configure:5434: result: yes
  153. configure:5437: checking for C compiler default output file name
  154. configure:5439: result: a.exe
  155. configure:5445: checking for suffix of executables
  156. configure:5452: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  157. configure:5456: $? = 0
  158. configure:5478: result: .exe
  159. configure:5500: checking whether we are cross compiling
  160. configure:5508: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  161. configure:5512: $? = 0
  162. configure:5519: ./conftest.exe
  163. configure:5523: $? = 0
  164. configure:5538: result: no
  165. configure:5543: checking for suffix of object files
  166. configure:5565: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  167. configure:5569: $? = 0
  168. configure:5590: result: o
  169. configure:5594: checking whether we are using the GNU C compiler
  170. configure:5613: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  171. configure:5613: $? = 0
  172. configure:5622: result: yes
  173. configure:5631: checking whether gcc accepts -g
  174. configure:5651: gcc -c -g   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  175. configure:5651: $? = 0
  176. configure:5692: result: yes
  177. configure:5709: checking for gcc option to accept ISO C89
  178. configure:5772: gcc  -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  179. configure:5772: $? = 0
  180. configure:5785: result: none needed
  181. configure:5810: checking how to run the C preprocessor
  182. configure:5880: result: gcc -E
  183. configure:5900: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  184. configure:5900: $? = 0
  185. configure:5914: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  186. conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
  187.     9 | #include <ac_nonexistent.h>
  188.       |          ^~~~~~~~~~~~~~~~~~
  189. compilation terminated.
  190. configure:5914: $? = 1
  191. configure: failed program was:
  192. | /* confdefs.h */
  193. | #define PACKAGE_NAME ""
  194. | #define PACKAGE_TARNAME ""
  195. | #define PACKAGE_VERSION ""
  196. | #define PACKAGE_STRING ""
  197. | #define PACKAGE_BUGREPORT ""
  198. | #define PACKAGE_URL ""
  199. | /* end confdefs.h.  */
  200. | #include <ac_nonexistent.h>
  201. configure:5943: checking for gcc option to accept ISO C99
  202. configure:6092: gcc  -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  203. configure:6092: $? = 0
  204. configure:6105: result: none needed
  205. configure:6144: checking for -pcre2-config
  206. configure:6174: result: no
  207. configure:6144: checking for -pcre-config
  208. configure:6174: result: no
  209. configure:6188: checking for pcre2-config
  210. configure:6204: found /mingw64/bin/pcre2-config
  211. configure:6215: result: pcre2-config
  212. configure:6248: Using external PCRE library from pcre2-config
  213. configure:6300:
  214. configure:6302: Configuring Apache httpd...
  215. configure:6304:
  216. configure:6474:
  217. configure:6476: Applying OS-specific hints for httpd...
  218. configure:6478:
  219. configure:6644: checking for rm
  220. configure:6662: found /usr/bin/rm
  221. configure:6674: result: /usr/bin/rm
  222. configure:6684: checking for pkg-config
  223. configure:6702: found /mingw64/bin/pkg-config
  224. configure:6714: result: /mingw64/bin/pkg-config
  225. configure:6724: checking for rsync
  226. configure:6742: found /usr/bin/rsync
  227. configure:6754: result: /usr/bin/rsync
  228. configure:6764: checking for svn
  229. configure:6782: found /usr/bin/svn
  230. configure:6794: result: /usr/bin/svn
  231. configure:6806: checking for gawk
  232. configure:6822: found /usr/bin/gawk
  233. configure:6833: result: gawk
  234. configure:6844: checking whether ln -s works
  235. configure:6851: result: no, using cp -pR
  236. configure:6898: checking for ranlib
  237. configure:6914: found /mingw64/bin/ranlib
  238. configure:6925: result: ranlib
  239. configure:6951: checking for lynx
  240. configure:6981: result: no
  241. configure:6951: checking for links
  242. configure:6981: result: no
  243. configure:6951: checking for elinks
  244. configure:6981: result: no
  245. configure:7004: checking for ANSI C header files
  246. configure:7024: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  247. configure:7024: $? = 0
  248. configure:7097: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  249. configure:7097: $? = 0
  250. configure:7097: ./conftest.exe
  251. configure:7097: $? = 0
  252. configure:7108: result: yes
  253. configure:7121: checking for sys/types.h
  254. configure:7121: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  255. configure:7121: $? = 0
  256. configure:7121: result: yes
  257. configure:7121: checking for sys/stat.h
  258. configure:7121: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  259. configure:7121: $? = 0
  260. configure:7121: result: yes
  261. configure:7121: checking for stdlib.h
  262. configure:7121: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  263. configure:7121: $? = 0
  264. configure:7121: result: yes
  265. configure:7121: checking for string.h
  266. configure:7121: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  267. configure:7121: $? = 0
  268. configure:7121: result: yes
  269. configure:7121: checking for memory.h
  270. configure:7121: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  271. configure:7121: $? = 0
  272. configure:7121: result: yes
  273. configure:7121: checking for strings.h
  274. configure:7121: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  275. configure:7121: $? = 0
  276. configure:7121: result: yes
  277. configure:7121: checking for inttypes.h
  278. configure:7121: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  279. configure:7121: $? = 0
  280. configure:7121: result: yes
  281. configure:7121: checking for stdint.h
  282. configure:7121: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  283. configure:7121: $? = 0
  284. configure:7121: result: yes
  285. configure:7121: checking for unistd.h
  286. configure:7121: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  287. configure:7121: $? = 0
  288. configure:7121: result: yes
  289. configure:7134: checking minix/config.h usability
  290. configure:7134: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  291. conftest.c:53:10: fatal error: minix/config.h: No such file or directory
  292.    53 | #include <minix/config.h>
  293.       |          ^~~~~~~~~~~~~~~~
  294. compilation terminated.
  295. configure:7134: $? = 1
  296. configure: failed program was:
  297. | /* confdefs.h */
  298. | #define PACKAGE_NAME ""
  299. | #define PACKAGE_TARNAME ""
  300. | #define PACKAGE_VERSION ""
  301. | #define PACKAGE_STRING ""
  302. | #define PACKAGE_BUGREPORT ""
  303. | #define PACKAGE_URL ""
  304. | #define HAVE_PCRE2 1
  305. | #define STDC_HEADERS 1
  306. | #define HAVE_SYS_TYPES_H 1
  307. | #define HAVE_SYS_STAT_H 1
  308. | #define HAVE_STDLIB_H 1
  309. | #define HAVE_STRING_H 1
  310. | #define HAVE_MEMORY_H 1
  311. | #define HAVE_STRINGS_H 1
  312. | #define HAVE_INTTYPES_H 1
  313. | #define HAVE_STDINT_H 1
  314. | #define HAVE_UNISTD_H 1
  315. | /* end confdefs.h.  */
  316. | #include <stdio.h>
  317. | #ifdef HAVE_SYS_TYPES_H
  318. | # include <sys/types.h>
  319. | #endif
  320. | #ifdef HAVE_SYS_STAT_H
  321. | # include <sys/stat.h>
  322. | #endif
  323. | #ifdef STDC_HEADERS
  324. | # include <stdlib.h>
  325. | # include <stddef.h>
  326. | #else
  327. | # ifdef HAVE_STDLIB_H
  328. | #  include <stdlib.h>
  329. | # endif
  330. | #endif
  331. | #ifdef HAVE_STRING_H
  332. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  333. | #  include <memory.h>
  334. | # endif
  335. | # include <string.h>
  336. | #endif
  337. | #ifdef HAVE_STRINGS_H
  338. | # include <strings.h>
  339. | #endif
  340. | #ifdef HAVE_INTTYPES_H
  341. | # include <inttypes.h>
  342. | #endif
  343. | #ifdef HAVE_STDINT_H
  344. | # include <stdint.h>
  345. | #endif
  346. | #ifdef HAVE_UNISTD_H
  347. | # include <unistd.h>
  348. | #endif
  349. | #include <minix/config.h>
  350. configure:7134: result: no
  351. configure:7134: checking minix/config.h presence
  352. configure:7134: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  353. conftest.c:20:10: fatal error: minix/config.h: No such file or directory
  354.    20 | #include <minix/config.h>
  355.       |          ^~~~~~~~~~~~~~~~
  356. compilation terminated.
  357. configure:7134: $? = 1
  358. configure: failed program was:
  359. | /* confdefs.h */
  360. | #define PACKAGE_NAME ""
  361. | #define PACKAGE_TARNAME ""
  362. | #define PACKAGE_VERSION ""
  363. | #define PACKAGE_STRING ""
  364. | #define PACKAGE_BUGREPORT ""
  365. | #define PACKAGE_URL ""
  366. | #define HAVE_PCRE2 1
  367. | #define STDC_HEADERS 1
  368. | #define HAVE_SYS_TYPES_H 1
  369. | #define HAVE_SYS_STAT_H 1
  370. | #define HAVE_STDLIB_H 1
  371. | #define HAVE_STRING_H 1
  372. | #define HAVE_MEMORY_H 1
  373. | #define HAVE_STRINGS_H 1
  374. | #define HAVE_INTTYPES_H 1
  375. | #define HAVE_STDINT_H 1
  376. | #define HAVE_UNISTD_H 1
  377. | /* end confdefs.h.  */
  378. | #include <minix/config.h>
  379. configure:7134: result: no
  380. configure:7134: checking for minix/config.h
  381. configure:7134: result: no
  382. configure:7155: checking whether it is safe to define __EXTENSIONS__
  383. configure:7173: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  384. configure:7173: $? = 0
  385. configure:7180: result: yes
  386. configure:7196: checking for library containing strerror
  387. configure:7227: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  388. configure:7227: $? = 0
  389. configure:7244: result: none required
  390. configure:7266: checking for APR version 1.3.0 or later
  391. configure:7290: result: yes
  392. configure:7323: checking for APR-util version 1.3.0 or later
  393. configure:7347: result: yes
  394. configure:7449: checking for ANSI C header files
  395. configure:7553: result: yes
  396. configure:7577: checking for string.h
  397. configure:7577: result: yes
  398. configure:7577: checking limits.h usability
  399. configure:7577: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  400. configure:7577: $? = 0
  401. configure:7577: result: yes
  402. configure:7577: checking limits.h presence
  403. configure:7577: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  404. configure:7577: $? = 0
  405. configure:7577: result: yes
  406. configure:7577: checking for limits.h
  407. configure:7577: result: yes
  408. configure:7577: checking for unistd.h
  409. configure:7577: result: yes
  410. configure:7577: checking sys/socket.h usability
  411. configure:7577: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  412. In file included from conftest.c:62:
  413. C:/git-sdk-64/mingw64/include/sys/socket.h:20:9: error: unknown type name '__socklen_t'
  414.    20 | typedef __socklen_t socklen_t;
  415.       |         ^~~~~~~~~~~
  416. C:/git-sdk-64/mingw64/include/sys/socket.h:24:9: error: unknown type name '__sa_family_t'
  417.    24 | typedef __sa_family_t sa_family_t;
  418.       |         ^~~~~~~~~~~~~
  419. C:/git-sdk-64/mingw64/include/sys/socket.h:47:10: fatal error: asm/socket.h: No such file or directory
  420.    47 | #include <asm/socket.h>                 /* arch-dependent defines       */
  421.       |          ^~~~~~~~~~~~~~
  422. compilation terminated.
  423. configure:7577: $? = 1
  424. configure: failed program was:
  425. | /* confdefs.h */
  426. | #define PACKAGE_NAME ""
  427. | #define PACKAGE_TARNAME ""
  428. | #define PACKAGE_VERSION ""
  429. | #define PACKAGE_STRING ""
  430. | #define PACKAGE_BUGREPORT ""
  431. | #define PACKAGE_URL ""
  432. | #define HAVE_PCRE2 1
  433. | #define STDC_HEADERS 1
  434. | #define HAVE_SYS_TYPES_H 1
  435. | #define HAVE_SYS_STAT_H 1
  436. | #define HAVE_STDLIB_H 1
  437. | #define HAVE_STRING_H 1
  438. | #define HAVE_MEMORY_H 1
  439. | #define HAVE_STRINGS_H 1
  440. | #define HAVE_INTTYPES_H 1
  441. | #define HAVE_STDINT_H 1
  442. | #define HAVE_UNISTD_H 1
  443. | #define __EXTENSIONS__ 1
  444. | #define _ALL_SOURCE 1
  445. | #define _GNU_SOURCE 1
  446. | #define _POSIX_PTHREAD_SEMANTICS 1
  447. | #define _TANDEM_SOURCE 1
  448. | #define STDC_HEADERS 1
  449. | #define HAVE_STRING_H 1
  450. | #define HAVE_LIMITS_H 1
  451. | #define HAVE_UNISTD_H 1
  452. | /* end confdefs.h.  */
  453. | #include <stdio.h>
  454. | #ifdef HAVE_SYS_TYPES_H
  455. | # include <sys/types.h>
  456. | #endif
  457. | #ifdef HAVE_SYS_STAT_H
  458. | # include <sys/stat.h>
  459. | #endif
  460. | #ifdef STDC_HEADERS
  461. | # include <stdlib.h>
  462. | # include <stddef.h>
  463. | #else
  464. | # ifdef HAVE_STDLIB_H
  465. | #  include <stdlib.h>
  466. | # endif
  467. | #endif
  468. | #ifdef HAVE_STRING_H
  469. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  470. | #  include <memory.h>
  471. | # endif
  472. | # include <string.h>
  473. | #endif
  474. | #ifdef HAVE_STRINGS_H
  475. | # include <strings.h>
  476. | #endif
  477. | #ifdef HAVE_INTTYPES_H
  478. | # include <inttypes.h>
  479. | #endif
  480. | #ifdef HAVE_STDINT_H
  481. | # include <stdint.h>
  482. | #endif
  483. | #ifdef HAVE_UNISTD_H
  484. | # include <unistd.h>
  485. | #endif
  486. | #include <sys/socket.h>
  487. configure:7577: result: no
  488. configure:7577: checking sys/socket.h presence
  489. configure:7577: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  490. In file included from conftest.c:29:
  491. C:/git-sdk-64/mingw64/include/sys/socket.h:47:10: fatal error: asm/socket.h: No such file or directory
  492.    47 | #include <asm/socket.h>                 /* arch-dependent defines       */
  493.       |          ^~~~~~~~~~~~~~
  494. compilation terminated.
  495. configure:7577: $? = 1
  496. configure: failed program was:
  497. | /* confdefs.h */
  498. | #define PACKAGE_NAME ""
  499. | #define PACKAGE_TARNAME ""
  500. | #define PACKAGE_VERSION ""
  501. | #define PACKAGE_STRING ""
  502. | #define PACKAGE_BUGREPORT ""
  503. | #define PACKAGE_URL ""
  504. | #define HAVE_PCRE2 1
  505. | #define STDC_HEADERS 1
  506. | #define HAVE_SYS_TYPES_H 1
  507. | #define HAVE_SYS_STAT_H 1
  508. | #define HAVE_STDLIB_H 1
  509. | #define HAVE_STRING_H 1
  510. | #define HAVE_MEMORY_H 1
  511. | #define HAVE_STRINGS_H 1
  512. | #define HAVE_INTTYPES_H 1
  513. | #define HAVE_STDINT_H 1
  514. | #define HAVE_UNISTD_H 1
  515. | #define __EXTENSIONS__ 1
  516. | #define _ALL_SOURCE 1
  517. | #define _GNU_SOURCE 1
  518. | #define _POSIX_PTHREAD_SEMANTICS 1
  519. | #define _TANDEM_SOURCE 1
  520. | #define STDC_HEADERS 1
  521. | #define HAVE_STRING_H 1
  522. | #define HAVE_LIMITS_H 1
  523. | #define HAVE_UNISTD_H 1
  524. | /* end confdefs.h.  */
  525. | #include <sys/socket.h>
  526. configure:7577: result: no
  527. configure:7577: checking for sys/socket.h
  528. configure:7577: result: no
  529. configure:7577: checking pwd.h usability
  530. configure:7577: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  531. conftest.c:62:10: fatal error: pwd.h: No such file or directory
  532.    62 | #include <pwd.h>
  533.       |          ^~~~~~~
  534. compilation terminated.
  535. configure:7577: $? = 1
  536. configure: failed program was:
  537. | /* confdefs.h */
  538. | #define PACKAGE_NAME ""
  539. | #define PACKAGE_TARNAME ""
  540. | #define PACKAGE_VERSION ""
  541. | #define PACKAGE_STRING ""
  542. | #define PACKAGE_BUGREPORT ""
  543. | #define PACKAGE_URL ""
  544. | #define HAVE_PCRE2 1
  545. | #define STDC_HEADERS 1
  546. | #define HAVE_SYS_TYPES_H 1
  547. | #define HAVE_SYS_STAT_H 1
  548. | #define HAVE_STDLIB_H 1
  549. | #define HAVE_STRING_H 1
  550. | #define HAVE_MEMORY_H 1
  551. | #define HAVE_STRINGS_H 1
  552. | #define HAVE_INTTYPES_H 1
  553. | #define HAVE_STDINT_H 1
  554. | #define HAVE_UNISTD_H 1
  555. | #define __EXTENSIONS__ 1
  556. | #define _ALL_SOURCE 1
  557. | #define _GNU_SOURCE 1
  558. | #define _POSIX_PTHREAD_SEMANTICS 1
  559. | #define _TANDEM_SOURCE 1
  560. | #define STDC_HEADERS 1
  561. | #define HAVE_STRING_H 1
  562. | #define HAVE_LIMITS_H 1
  563. | #define HAVE_UNISTD_H 1
  564. | /* end confdefs.h.  */
  565. | #include <stdio.h>
  566. | #ifdef HAVE_SYS_TYPES_H
  567. | # include <sys/types.h>
  568. | #endif
  569. | #ifdef HAVE_SYS_STAT_H
  570. | # include <sys/stat.h>
  571. | #endif
  572. | #ifdef STDC_HEADERS
  573. | # include <stdlib.h>
  574. | # include <stddef.h>
  575. | #else
  576. | # ifdef HAVE_STDLIB_H
  577. | #  include <stdlib.h>
  578. | # endif
  579. | #endif
  580. | #ifdef HAVE_STRING_H
  581. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  582. | #  include <memory.h>
  583. | # endif
  584. | # include <string.h>
  585. | #endif
  586. | #ifdef HAVE_STRINGS_H
  587. | # include <strings.h>
  588. | #endif
  589. | #ifdef HAVE_INTTYPES_H
  590. | # include <inttypes.h>
  591. | #endif
  592. | #ifdef HAVE_STDINT_H
  593. | # include <stdint.h>
  594. | #endif
  595. | #ifdef HAVE_UNISTD_H
  596. | # include <unistd.h>
  597. | #endif
  598. | #include <pwd.h>
  599. configure:7577: result: no
  600. configure:7577: checking pwd.h presence
  601. configure:7577: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  602. conftest.c:29:10: fatal error: pwd.h: No such file or directory
  603.    29 | #include <pwd.h>
  604.       |          ^~~~~~~
  605. compilation terminated.
  606. configure:7577: $? = 1
  607. configure: failed program was:
  608. | /* confdefs.h */
  609. | #define PACKAGE_NAME ""
  610. | #define PACKAGE_TARNAME ""
  611. | #define PACKAGE_VERSION ""
  612. | #define PACKAGE_STRING ""
  613. | #define PACKAGE_BUGREPORT ""
  614. | #define PACKAGE_URL ""
  615. | #define HAVE_PCRE2 1
  616. | #define STDC_HEADERS 1
  617. | #define HAVE_SYS_TYPES_H 1
  618. | #define HAVE_SYS_STAT_H 1
  619. | #define HAVE_STDLIB_H 1
  620. | #define HAVE_STRING_H 1
  621. | #define HAVE_MEMORY_H 1
  622. | #define HAVE_STRINGS_H 1
  623. | #define HAVE_INTTYPES_H 1
  624. | #define HAVE_STDINT_H 1
  625. | #define HAVE_UNISTD_H 1
  626. | #define __EXTENSIONS__ 1
  627. | #define _ALL_SOURCE 1
  628. | #define _GNU_SOURCE 1
  629. | #define _POSIX_PTHREAD_SEMANTICS 1
  630. | #define _TANDEM_SOURCE 1
  631. | #define STDC_HEADERS 1
  632. | #define HAVE_STRING_H 1
  633. | #define HAVE_LIMITS_H 1
  634. | #define HAVE_UNISTD_H 1
  635. | /* end confdefs.h.  */
  636. | #include <pwd.h>
  637. configure:7577: result: no
  638. configure:7577: checking for pwd.h
  639. configure:7577: result: no
  640. configure:7577: checking grp.h usability
  641. configure:7577: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  642. conftest.c:62:10: fatal error: grp.h: No such file or directory
  643.    62 | #include <grp.h>
  644.       |          ^~~~~~~
  645. compilation terminated.
  646. configure:7577: $? = 1
  647. configure: failed program was:
  648. | /* confdefs.h */
  649. | #define PACKAGE_NAME ""
  650. | #define PACKAGE_TARNAME ""
  651. | #define PACKAGE_VERSION ""
  652. | #define PACKAGE_STRING ""
  653. | #define PACKAGE_BUGREPORT ""
  654. | #define PACKAGE_URL ""
  655. | #define HAVE_PCRE2 1
  656. | #define STDC_HEADERS 1
  657. | #define HAVE_SYS_TYPES_H 1
  658. | #define HAVE_SYS_STAT_H 1
  659. | #define HAVE_STDLIB_H 1
  660. | #define HAVE_STRING_H 1
  661. | #define HAVE_MEMORY_H 1
  662. | #define HAVE_STRINGS_H 1
  663. | #define HAVE_INTTYPES_H 1
  664. | #define HAVE_STDINT_H 1
  665. | #define HAVE_UNISTD_H 1
  666. | #define __EXTENSIONS__ 1
  667. | #define _ALL_SOURCE 1
  668. | #define _GNU_SOURCE 1
  669. | #define _POSIX_PTHREAD_SEMANTICS 1
  670. | #define _TANDEM_SOURCE 1
  671. | #define STDC_HEADERS 1
  672. | #define HAVE_STRING_H 1
  673. | #define HAVE_LIMITS_H 1
  674. | #define HAVE_UNISTD_H 1
  675. | /* end confdefs.h.  */
  676. | #include <stdio.h>
  677. | #ifdef HAVE_SYS_TYPES_H
  678. | # include <sys/types.h>
  679. | #endif
  680. | #ifdef HAVE_SYS_STAT_H
  681. | # include <sys/stat.h>
  682. | #endif
  683. | #ifdef STDC_HEADERS
  684. | # include <stdlib.h>
  685. | # include <stddef.h>
  686. | #else
  687. | # ifdef HAVE_STDLIB_H
  688. | #  include <stdlib.h>
  689. | # endif
  690. | #endif
  691. | #ifdef HAVE_STRING_H
  692. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  693. | #  include <memory.h>
  694. | # endif
  695. | # include <string.h>
  696. | #endif
  697. | #ifdef HAVE_STRINGS_H
  698. | # include <strings.h>
  699. | #endif
  700. | #ifdef HAVE_INTTYPES_H
  701. | # include <inttypes.h>
  702. | #endif
  703. | #ifdef HAVE_STDINT_H
  704. | # include <stdint.h>
  705. | #endif
  706. | #ifdef HAVE_UNISTD_H
  707. | # include <unistd.h>
  708. | #endif
  709. | #include <grp.h>
  710. configure:7577: result: no
  711. configure:7577: checking grp.h presence
  712. configure:7577: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  713. conftest.c:29:10: fatal error: grp.h: No such file or directory
  714.    29 | #include <grp.h>
  715.       |          ^~~~~~~
  716. compilation terminated.
  717. configure:7577: $? = 1
  718. configure: failed program was:
  719. | /* confdefs.h */
  720. | #define PACKAGE_NAME ""
  721. | #define PACKAGE_TARNAME ""
  722. | #define PACKAGE_VERSION ""
  723. | #define PACKAGE_STRING ""
  724. | #define PACKAGE_BUGREPORT ""
  725. | #define PACKAGE_URL ""
  726. | #define HAVE_PCRE2 1
  727. | #define STDC_HEADERS 1
  728. | #define HAVE_SYS_TYPES_H 1
  729. | #define HAVE_SYS_STAT_H 1
  730. | #define HAVE_STDLIB_H 1
  731. | #define HAVE_STRING_H 1
  732. | #define HAVE_MEMORY_H 1
  733. | #define HAVE_STRINGS_H 1
  734. | #define HAVE_INTTYPES_H 1
  735. | #define HAVE_STDINT_H 1
  736. | #define HAVE_UNISTD_H 1
  737. | #define __EXTENSIONS__ 1
  738. | #define _ALL_SOURCE 1
  739. | #define _GNU_SOURCE 1
  740. | #define _POSIX_PTHREAD_SEMANTICS 1
  741. | #define _TANDEM_SOURCE 1
  742. | #define STDC_HEADERS 1
  743. | #define HAVE_STRING_H 1
  744. | #define HAVE_LIMITS_H 1
  745. | #define HAVE_UNISTD_H 1
  746. | /* end confdefs.h.  */
  747. | #include <grp.h>
  748. configure:7577: result: no
  749. configure:7577: checking for grp.h
  750. configure:7577: result: no
  751. configure:7577: checking for strings.h
  752. configure:7577: result: yes
  753. configure:7577: checking sys/prctl.h usability
  754. configure:7577: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  755. conftest.c:63:10: fatal error: sys/prctl.h: No such file or directory
  756.    63 | #include <sys/prctl.h>
  757.       |          ^~~~~~~~~~~~~
  758. compilation terminated.
  759. configure:7577: $? = 1
  760. configure: failed program was:
  761. | /* confdefs.h */
  762. | #define PACKAGE_NAME ""
  763. | #define PACKAGE_TARNAME ""
  764. | #define PACKAGE_VERSION ""
  765. | #define PACKAGE_STRING ""
  766. | #define PACKAGE_BUGREPORT ""
  767. | #define PACKAGE_URL ""
  768. | #define HAVE_PCRE2 1
  769. | #define STDC_HEADERS 1
  770. | #define HAVE_SYS_TYPES_H 1
  771. | #define HAVE_SYS_STAT_H 1
  772. | #define HAVE_STDLIB_H 1
  773. | #define HAVE_STRING_H 1
  774. | #define HAVE_MEMORY_H 1
  775. | #define HAVE_STRINGS_H 1
  776. | #define HAVE_INTTYPES_H 1
  777. | #define HAVE_STDINT_H 1
  778. | #define HAVE_UNISTD_H 1
  779. | #define __EXTENSIONS__ 1
  780. | #define _ALL_SOURCE 1
  781. | #define _GNU_SOURCE 1
  782. | #define _POSIX_PTHREAD_SEMANTICS 1
  783. | #define _TANDEM_SOURCE 1
  784. | #define STDC_HEADERS 1
  785. | #define HAVE_STRING_H 1
  786. | #define HAVE_LIMITS_H 1
  787. | #define HAVE_UNISTD_H 1
  788. | #define HAVE_STRINGS_H 1
  789. | /* end confdefs.h.  */
  790. | #include <stdio.h>
  791. | #ifdef HAVE_SYS_TYPES_H
  792. | # include <sys/types.h>
  793. | #endif
  794. | #ifdef HAVE_SYS_STAT_H
  795. | # include <sys/stat.h>
  796. | #endif
  797. | #ifdef STDC_HEADERS
  798. | # include <stdlib.h>
  799. | # include <stddef.h>
  800. | #else
  801. | # ifdef HAVE_STDLIB_H
  802. | #  include <stdlib.h>
  803. | # endif
  804. | #endif
  805. | #ifdef HAVE_STRING_H
  806. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  807. | #  include <memory.h>
  808. | # endif
  809. | # include <string.h>
  810. | #endif
  811. | #ifdef HAVE_STRINGS_H
  812. | # include <strings.h>
  813. | #endif
  814. | #ifdef HAVE_INTTYPES_H
  815. | # include <inttypes.h>
  816. | #endif
  817. | #ifdef HAVE_STDINT_H
  818. | # include <stdint.h>
  819. | #endif
  820. | #ifdef HAVE_UNISTD_H
  821. | # include <unistd.h>
  822. | #endif
  823. | #include <sys/prctl.h>
  824. configure:7577: result: no
  825. configure:7577: checking sys/prctl.h presence
  826. configure:7577: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  827. conftest.c:30:10: fatal error: sys/prctl.h: No such file or directory
  828.    30 | #include <sys/prctl.h>
  829.       |          ^~~~~~~~~~~~~
  830. compilation terminated.
  831. configure:7577: $? = 1
  832. configure: failed program was:
  833. | /* confdefs.h */
  834. | #define PACKAGE_NAME ""
  835. | #define PACKAGE_TARNAME ""
  836. | #define PACKAGE_VERSION ""
  837. | #define PACKAGE_STRING ""
  838. | #define PACKAGE_BUGREPORT ""
  839. | #define PACKAGE_URL ""
  840. | #define HAVE_PCRE2 1
  841. | #define STDC_HEADERS 1
  842. | #define HAVE_SYS_TYPES_H 1
  843. | #define HAVE_SYS_STAT_H 1
  844. | #define HAVE_STDLIB_H 1
  845. | #define HAVE_STRING_H 1
  846. | #define HAVE_MEMORY_H 1
  847. | #define HAVE_STRINGS_H 1
  848. | #define HAVE_INTTYPES_H 1
  849. | #define HAVE_STDINT_H 1
  850. | #define HAVE_UNISTD_H 1
  851. | #define __EXTENSIONS__ 1
  852. | #define _ALL_SOURCE 1
  853. | #define _GNU_SOURCE 1
  854. | #define _POSIX_PTHREAD_SEMANTICS 1
  855. | #define _TANDEM_SOURCE 1
  856. | #define STDC_HEADERS 1
  857. | #define HAVE_STRING_H 1
  858. | #define HAVE_LIMITS_H 1
  859. | #define HAVE_UNISTD_H 1
  860. | #define HAVE_STRINGS_H 1
  861. | /* end confdefs.h.  */
  862. | #include <sys/prctl.h>
  863. configure:7577: result: no
  864. configure:7577: checking for sys/prctl.h
  865. configure:7577: result: no
  866. configure:7577: checking sys/processor.h usability
  867. configure:7577: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  868. conftest.c:63:10: fatal error: sys/processor.h: No such file or directory
  869.    63 | #include <sys/processor.h>
  870.       |          ^~~~~~~~~~~~~~~~~
  871. compilation terminated.
  872. configure:7577: $? = 1
  873. configure: failed program was:
  874. | /* confdefs.h */
  875. | #define PACKAGE_NAME ""
  876. | #define PACKAGE_TARNAME ""
  877. | #define PACKAGE_VERSION ""
  878. | #define PACKAGE_STRING ""
  879. | #define PACKAGE_BUGREPORT ""
  880. | #define PACKAGE_URL ""
  881. | #define HAVE_PCRE2 1
  882. | #define STDC_HEADERS 1
  883. | #define HAVE_SYS_TYPES_H 1
  884. | #define HAVE_SYS_STAT_H 1
  885. | #define HAVE_STDLIB_H 1
  886. | #define HAVE_STRING_H 1
  887. | #define HAVE_MEMORY_H 1
  888. | #define HAVE_STRINGS_H 1
  889. | #define HAVE_INTTYPES_H 1
  890. | #define HAVE_STDINT_H 1
  891. | #define HAVE_UNISTD_H 1
  892. | #define __EXTENSIONS__ 1
  893. | #define _ALL_SOURCE 1
  894. | #define _GNU_SOURCE 1
  895. | #define _POSIX_PTHREAD_SEMANTICS 1
  896. | #define _TANDEM_SOURCE 1
  897. | #define STDC_HEADERS 1
  898. | #define HAVE_STRING_H 1
  899. | #define HAVE_LIMITS_H 1
  900. | #define HAVE_UNISTD_H 1
  901. | #define HAVE_STRINGS_H 1
  902. | /* end confdefs.h.  */
  903. | #include <stdio.h>
  904. | #ifdef HAVE_SYS_TYPES_H
  905. | # include <sys/types.h>
  906. | #endif
  907. | #ifdef HAVE_SYS_STAT_H
  908. | # include <sys/stat.h>
  909. | #endif
  910. | #ifdef STDC_HEADERS
  911. | # include <stdlib.h>
  912. | # include <stddef.h>
  913. | #else
  914. | # ifdef HAVE_STDLIB_H
  915. | #  include <stdlib.h>
  916. | # endif
  917. | #endif
  918. | #ifdef HAVE_STRING_H
  919. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  920. | #  include <memory.h>
  921. | # endif
  922. | # include <string.h>
  923. | #endif
  924. | #ifdef HAVE_STRINGS_H
  925. | # include <strings.h>
  926. | #endif
  927. | #ifdef HAVE_INTTYPES_H
  928. | # include <inttypes.h>
  929. | #endif
  930. | #ifdef HAVE_STDINT_H
  931. | # include <stdint.h>
  932. | #endif
  933. | #ifdef HAVE_UNISTD_H
  934. | # include <unistd.h>
  935. | #endif
  936. | #include <sys/processor.h>
  937. configure:7577: result: no
  938. configure:7577: checking sys/processor.h presence
  939. configure:7577: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  940. conftest.c:30:10: fatal error: sys/processor.h: No such file or directory
  941.    30 | #include <sys/processor.h>
  942.       |          ^~~~~~~~~~~~~~~~~
  943. compilation terminated.
  944. configure:7577: $? = 1
  945. configure: failed program was:
  946. | /* confdefs.h */
  947. | #define PACKAGE_NAME ""
  948. | #define PACKAGE_TARNAME ""
  949. | #define PACKAGE_VERSION ""
  950. | #define PACKAGE_STRING ""
  951. | #define PACKAGE_BUGREPORT ""
  952. | #define PACKAGE_URL ""
  953. | #define HAVE_PCRE2 1
  954. | #define STDC_HEADERS 1
  955. | #define HAVE_SYS_TYPES_H 1
  956. | #define HAVE_SYS_STAT_H 1
  957. | #define HAVE_STDLIB_H 1
  958. | #define HAVE_STRING_H 1
  959. | #define HAVE_MEMORY_H 1
  960. | #define HAVE_STRINGS_H 1
  961. | #define HAVE_INTTYPES_H 1
  962. | #define HAVE_STDINT_H 1
  963. | #define HAVE_UNISTD_H 1
  964. | #define __EXTENSIONS__ 1
  965. | #define _ALL_SOURCE 1
  966. | #define _GNU_SOURCE 1
  967. | #define _POSIX_PTHREAD_SEMANTICS 1
  968. | #define _TANDEM_SOURCE 1
  969. | #define STDC_HEADERS 1
  970. | #define HAVE_STRING_H 1
  971. | #define HAVE_LIMITS_H 1
  972. | #define HAVE_UNISTD_H 1
  973. | #define HAVE_STRINGS_H 1
  974. | /* end confdefs.h.  */
  975. | #include <sys/processor.h>
  976. configure:7577: result: no
  977. configure:7577: checking for sys/processor.h
  978. configure:7577: result: no
  979. configure:7577: checking sys/sem.h usability
  980. configure:7577: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  981. conftest.c:63:10: fatal error: sys/sem.h: No such file or directory
  982.    63 | #include <sys/sem.h>
  983.       |          ^~~~~~~~~~~
  984. compilation terminated.
  985. configure:7577: $? = 1
  986. configure: failed program was:
  987. | /* confdefs.h */
  988. | #define PACKAGE_NAME ""
  989. | #define PACKAGE_TARNAME ""
  990. | #define PACKAGE_VERSION ""
  991. | #define PACKAGE_STRING ""
  992. | #define PACKAGE_BUGREPORT ""
  993. | #define PACKAGE_URL ""
  994. | #define HAVE_PCRE2 1
  995. | #define STDC_HEADERS 1
  996. | #define HAVE_SYS_TYPES_H 1
  997. | #define HAVE_SYS_STAT_H 1
  998. | #define HAVE_STDLIB_H 1
  999. | #define HAVE_STRING_H 1
  1000. | #define HAVE_MEMORY_H 1
  1001. | #define HAVE_STRINGS_H 1
  1002. | #define HAVE_INTTYPES_H 1
  1003. | #define HAVE_STDINT_H 1
  1004. | #define HAVE_UNISTD_H 1
  1005. | #define __EXTENSIONS__ 1
  1006. | #define _ALL_SOURCE 1
  1007. | #define _GNU_SOURCE 1
  1008. | #define _POSIX_PTHREAD_SEMANTICS 1
  1009. | #define _TANDEM_SOURCE 1
  1010. | #define STDC_HEADERS 1
  1011. | #define HAVE_STRING_H 1
  1012. | #define HAVE_LIMITS_H 1
  1013. | #define HAVE_UNISTD_H 1
  1014. | #define HAVE_STRINGS_H 1
  1015. | /* end confdefs.h.  */
  1016. | #include <stdio.h>
  1017. | #ifdef HAVE_SYS_TYPES_H
  1018. | # include <sys/types.h>
  1019. | #endif
  1020. | #ifdef HAVE_SYS_STAT_H
  1021. | # include <sys/stat.h>
  1022. | #endif
  1023. | #ifdef STDC_HEADERS
  1024. | # include <stdlib.h>
  1025. | # include <stddef.h>
  1026. | #else
  1027. | # ifdef HAVE_STDLIB_H
  1028. | #  include <stdlib.h>
  1029. | # endif
  1030. | #endif
  1031. | #ifdef HAVE_STRING_H
  1032. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1033. | #  include <memory.h>
  1034. | # endif
  1035. | # include <string.h>
  1036. | #endif
  1037. | #ifdef HAVE_STRINGS_H
  1038. | # include <strings.h>
  1039. | #endif
  1040. | #ifdef HAVE_INTTYPES_H
  1041. | # include <inttypes.h>
  1042. | #endif
  1043. | #ifdef HAVE_STDINT_H
  1044. | # include <stdint.h>
  1045. | #endif
  1046. | #ifdef HAVE_UNISTD_H
  1047. | # include <unistd.h>
  1048. | #endif
  1049. | #include <sys/sem.h>
  1050. configure:7577: result: no
  1051. configure:7577: checking sys/sem.h presence
  1052. configure:7577: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  1053. conftest.c:30:10: fatal error: sys/sem.h: No such file or directory
  1054.    30 | #include <sys/sem.h>
  1055.       |          ^~~~~~~~~~~
  1056. compilation terminated.
  1057. configure:7577: $? = 1
  1058. configure: failed program was:
  1059. | /* confdefs.h */
  1060. | #define PACKAGE_NAME ""
  1061. | #define PACKAGE_TARNAME ""
  1062. | #define PACKAGE_VERSION ""
  1063. | #define PACKAGE_STRING ""
  1064. | #define PACKAGE_BUGREPORT ""
  1065. | #define PACKAGE_URL ""
  1066. | #define HAVE_PCRE2 1
  1067. | #define STDC_HEADERS 1
  1068. | #define HAVE_SYS_TYPES_H 1
  1069. | #define HAVE_SYS_STAT_H 1
  1070. | #define HAVE_STDLIB_H 1
  1071. | #define HAVE_STRING_H 1
  1072. | #define HAVE_MEMORY_H 1
  1073. | #define HAVE_STRINGS_H 1
  1074. | #define HAVE_INTTYPES_H 1
  1075. | #define HAVE_STDINT_H 1
  1076. | #define HAVE_UNISTD_H 1
  1077. | #define __EXTENSIONS__ 1
  1078. | #define _ALL_SOURCE 1
  1079. | #define _GNU_SOURCE 1
  1080. | #define _POSIX_PTHREAD_SEMANTICS 1
  1081. | #define _TANDEM_SOURCE 1
  1082. | #define STDC_HEADERS 1
  1083. | #define HAVE_STRING_H 1
  1084. | #define HAVE_LIMITS_H 1
  1085. | #define HAVE_UNISTD_H 1
  1086. | #define HAVE_STRINGS_H 1
  1087. | /* end confdefs.h.  */
  1088. | #include <sys/sem.h>
  1089. configure:7577: result: no
  1090. configure:7577: checking for sys/sem.h
  1091. configure:7577: result: no
  1092. configure:7577: checking sys/sdt.h usability
  1093. configure:7577: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  1094. conftest.c:63:10: fatal error: sys/sdt.h: No such file or directory
  1095.    63 | #include <sys/sdt.h>
  1096.       |          ^~~~~~~~~~~
  1097. compilation terminated.
  1098. configure:7577: $? = 1
  1099. configure: failed program was:
  1100. | /* confdefs.h */
  1101. | #define PACKAGE_NAME ""
  1102. | #define PACKAGE_TARNAME ""
  1103. | #define PACKAGE_VERSION ""
  1104. | #define PACKAGE_STRING ""
  1105. | #define PACKAGE_BUGREPORT ""
  1106. | #define PACKAGE_URL ""
  1107. | #define HAVE_PCRE2 1
  1108. | #define STDC_HEADERS 1
  1109. | #define HAVE_SYS_TYPES_H 1
  1110. | #define HAVE_SYS_STAT_H 1
  1111. | #define HAVE_STDLIB_H 1
  1112. | #define HAVE_STRING_H 1
  1113. | #define HAVE_MEMORY_H 1
  1114. | #define HAVE_STRINGS_H 1
  1115. | #define HAVE_INTTYPES_H 1
  1116. | #define HAVE_STDINT_H 1
  1117. | #define HAVE_UNISTD_H 1
  1118. | #define __EXTENSIONS__ 1
  1119. | #define _ALL_SOURCE 1
  1120. | #define _GNU_SOURCE 1
  1121. | #define _POSIX_PTHREAD_SEMANTICS 1
  1122. | #define _TANDEM_SOURCE 1
  1123. | #define STDC_HEADERS 1
  1124. | #define HAVE_STRING_H 1
  1125. | #define HAVE_LIMITS_H 1
  1126. | #define HAVE_UNISTD_H 1
  1127. | #define HAVE_STRINGS_H 1
  1128. | /* end confdefs.h.  */
  1129. | #include <stdio.h>
  1130. | #ifdef HAVE_SYS_TYPES_H
  1131. | # include <sys/types.h>
  1132. | #endif
  1133. | #ifdef HAVE_SYS_STAT_H
  1134. | # include <sys/stat.h>
  1135. | #endif
  1136. | #ifdef STDC_HEADERS
  1137. | # include <stdlib.h>
  1138. | # include <stddef.h>
  1139. | #else
  1140. | # ifdef HAVE_STDLIB_H
  1141. | #  include <stdlib.h>
  1142. | # endif
  1143. | #endif
  1144. | #ifdef HAVE_STRING_H
  1145. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1146. | #  include <memory.h>
  1147. | # endif
  1148. | # include <string.h>
  1149. | #endif
  1150. | #ifdef HAVE_STRINGS_H
  1151. | # include <strings.h>
  1152. | #endif
  1153. | #ifdef HAVE_INTTYPES_H
  1154. | # include <inttypes.h>
  1155. | #endif
  1156. | #ifdef HAVE_STDINT_H
  1157. | # include <stdint.h>
  1158. | #endif
  1159. | #ifdef HAVE_UNISTD_H
  1160. | # include <unistd.h>
  1161. | #endif
  1162. | #include <sys/sdt.h>
  1163. configure:7577: result: no
  1164. configure:7577: checking sys/sdt.h presence
  1165. configure:7577: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  1166. conftest.c:30:10: fatal error: sys/sdt.h: No such file or directory
  1167.    30 | #include <sys/sdt.h>
  1168.       |          ^~~~~~~~~~~
  1169. compilation terminated.
  1170. configure:7577: $? = 1
  1171. configure: failed program was:
  1172. | /* confdefs.h */
  1173. | #define PACKAGE_NAME ""
  1174. | #define PACKAGE_TARNAME ""
  1175. | #define PACKAGE_VERSION ""
  1176. | #define PACKAGE_STRING ""
  1177. | #define PACKAGE_BUGREPORT ""
  1178. | #define PACKAGE_URL ""
  1179. | #define HAVE_PCRE2 1
  1180. | #define STDC_HEADERS 1
  1181. | #define HAVE_SYS_TYPES_H 1
  1182. | #define HAVE_SYS_STAT_H 1
  1183. | #define HAVE_STDLIB_H 1
  1184. | #define HAVE_STRING_H 1
  1185. | #define HAVE_MEMORY_H 1
  1186. | #define HAVE_STRINGS_H 1
  1187. | #define HAVE_INTTYPES_H 1
  1188. | #define HAVE_STDINT_H 1
  1189. | #define HAVE_UNISTD_H 1
  1190. | #define __EXTENSIONS__ 1
  1191. | #define _ALL_SOURCE 1
  1192. | #define _GNU_SOURCE 1
  1193. | #define _POSIX_PTHREAD_SEMANTICS 1
  1194. | #define _TANDEM_SOURCE 1
  1195. | #define STDC_HEADERS 1
  1196. | #define HAVE_STRING_H 1
  1197. | #define HAVE_LIMITS_H 1
  1198. | #define HAVE_UNISTD_H 1
  1199. | #define HAVE_STRINGS_H 1
  1200. | /* end confdefs.h.  */
  1201. | #include <sys/sdt.h>
  1202. configure:7577: result: no
  1203. configure:7577: checking for sys/sdt.h
  1204. configure:7577: result: no
  1205. configure:7577: checking sys/loadavg.h usability
  1206. configure:7577: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  1207. conftest.c:63:10: fatal error: sys/loadavg.h: No such file or directory
  1208.    63 | #include <sys/loadavg.h>
  1209.       |          ^~~~~~~~~~~~~~~
  1210. compilation terminated.
  1211. configure:7577: $? = 1
  1212. configure: failed program was:
  1213. | /* confdefs.h */
  1214. | #define PACKAGE_NAME ""
  1215. | #define PACKAGE_TARNAME ""
  1216. | #define PACKAGE_VERSION ""
  1217. | #define PACKAGE_STRING ""
  1218. | #define PACKAGE_BUGREPORT ""
  1219. | #define PACKAGE_URL ""
  1220. | #define HAVE_PCRE2 1
  1221. | #define STDC_HEADERS 1
  1222. | #define HAVE_SYS_TYPES_H 1
  1223. | #define HAVE_SYS_STAT_H 1
  1224. | #define HAVE_STDLIB_H 1
  1225. | #define HAVE_STRING_H 1
  1226. | #define HAVE_MEMORY_H 1
  1227. | #define HAVE_STRINGS_H 1
  1228. | #define HAVE_INTTYPES_H 1
  1229. | #define HAVE_STDINT_H 1
  1230. | #define HAVE_UNISTD_H 1
  1231. | #define __EXTENSIONS__ 1
  1232. | #define _ALL_SOURCE 1
  1233. | #define _GNU_SOURCE 1
  1234. | #define _POSIX_PTHREAD_SEMANTICS 1
  1235. | #define _TANDEM_SOURCE 1
  1236. | #define STDC_HEADERS 1
  1237. | #define HAVE_STRING_H 1
  1238. | #define HAVE_LIMITS_H 1
  1239. | #define HAVE_UNISTD_H 1
  1240. | #define HAVE_STRINGS_H 1
  1241. | /* end confdefs.h.  */
  1242. | #include <stdio.h>
  1243. | #ifdef HAVE_SYS_TYPES_H
  1244. | # include <sys/types.h>
  1245. | #endif
  1246. | #ifdef HAVE_SYS_STAT_H
  1247. | # include <sys/stat.h>
  1248. | #endif
  1249. | #ifdef STDC_HEADERS
  1250. | # include <stdlib.h>
  1251. | # include <stddef.h>
  1252. | #else
  1253. | # ifdef HAVE_STDLIB_H
  1254. | #  include <stdlib.h>
  1255. | # endif
  1256. | #endif
  1257. | #ifdef HAVE_STRING_H
  1258. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1259. | #  include <memory.h>
  1260. | # endif
  1261. | # include <string.h>
  1262. | #endif
  1263. | #ifdef HAVE_STRINGS_H
  1264. | # include <strings.h>
  1265. | #endif
  1266. | #ifdef HAVE_INTTYPES_H
  1267. | # include <inttypes.h>
  1268. | #endif
  1269. | #ifdef HAVE_STDINT_H
  1270. | # include <stdint.h>
  1271. | #endif
  1272. | #ifdef HAVE_UNISTD_H
  1273. | # include <unistd.h>
  1274. | #endif
  1275. | #include <sys/loadavg.h>
  1276. configure:7577: result: no
  1277. configure:7577: checking sys/loadavg.h presence
  1278. configure:7577: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  1279. conftest.c:30:10: fatal error: sys/loadavg.h: No such file or directory
  1280.    30 | #include <sys/loadavg.h>
  1281.       |          ^~~~~~~~~~~~~~~
  1282. compilation terminated.
  1283. configure:7577: $? = 1
  1284. configure: failed program was:
  1285. | /* confdefs.h */
  1286. | #define PACKAGE_NAME ""
  1287. | #define PACKAGE_TARNAME ""
  1288. | #define PACKAGE_VERSION ""
  1289. | #define PACKAGE_STRING ""
  1290. | #define PACKAGE_BUGREPORT ""
  1291. | #define PACKAGE_URL ""
  1292. | #define HAVE_PCRE2 1
  1293. | #define STDC_HEADERS 1
  1294. | #define HAVE_SYS_TYPES_H 1
  1295. | #define HAVE_SYS_STAT_H 1
  1296. | #define HAVE_STDLIB_H 1
  1297. | #define HAVE_STRING_H 1
  1298. | #define HAVE_MEMORY_H 1
  1299. | #define HAVE_STRINGS_H 1
  1300. | #define HAVE_INTTYPES_H 1
  1301. | #define HAVE_STDINT_H 1
  1302. | #define HAVE_UNISTD_H 1
  1303. | #define __EXTENSIONS__ 1
  1304. | #define _ALL_SOURCE 1
  1305. | #define _GNU_SOURCE 1
  1306. | #define _POSIX_PTHREAD_SEMANTICS 1
  1307. | #define _TANDEM_SOURCE 1
  1308. | #define STDC_HEADERS 1
  1309. | #define HAVE_STRING_H 1
  1310. | #define HAVE_LIMITS_H 1
  1311. | #define HAVE_UNISTD_H 1
  1312. | #define HAVE_STRINGS_H 1
  1313. | /* end confdefs.h.  */
  1314. | #include <sys/loadavg.h>
  1315. configure:7577: result: no
  1316. configure:7577: checking for sys/loadavg.h
  1317. configure:7577: result: no
  1318. configure:7587: checking for sys/wait.h that is POSIX.1 compatible
  1319. configure:7613: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  1320. conftest.c:31:10: fatal error: sys/wait.h: No such file or directory
  1321.    31 | #include <sys/wait.h>
  1322.       |          ^~~~~~~~~~~~
  1323. compilation terminated.
  1324. configure:7613: $? = 1
  1325. configure: failed program was:
  1326. | /* confdefs.h */
  1327. | #define PACKAGE_NAME ""
  1328. | #define PACKAGE_TARNAME ""
  1329. | #define PACKAGE_VERSION ""
  1330. | #define PACKAGE_STRING ""
  1331. | #define PACKAGE_BUGREPORT ""
  1332. | #define PACKAGE_URL ""
  1333. | #define HAVE_PCRE2 1
  1334. | #define STDC_HEADERS 1
  1335. | #define HAVE_SYS_TYPES_H 1
  1336. | #define HAVE_SYS_STAT_H 1
  1337. | #define HAVE_STDLIB_H 1
  1338. | #define HAVE_STRING_H 1
  1339. | #define HAVE_MEMORY_H 1
  1340. | #define HAVE_STRINGS_H 1
  1341. | #define HAVE_INTTYPES_H 1
  1342. | #define HAVE_STDINT_H 1
  1343. | #define HAVE_UNISTD_H 1
  1344. | #define __EXTENSIONS__ 1
  1345. | #define _ALL_SOURCE 1
  1346. | #define _GNU_SOURCE 1
  1347. | #define _POSIX_PTHREAD_SEMANTICS 1
  1348. | #define _TANDEM_SOURCE 1
  1349. | #define STDC_HEADERS 1
  1350. | #define HAVE_STRING_H 1
  1351. | #define HAVE_LIMITS_H 1
  1352. | #define HAVE_UNISTD_H 1
  1353. | #define HAVE_STRINGS_H 1
  1354. | /* end confdefs.h.  */
  1355. | #include <sys/types.h>
  1356. | #include <sys/wait.h>
  1357. | #ifndef WEXITSTATUS
  1358. | # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
  1359. | #endif
  1360. | #ifndef WIFEXITED
  1361. | # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
  1362. | #endif
  1363. |
  1364. | int
  1365. | main ()
  1366. | {
  1367. |   int s;
  1368. |   wait (&s);
  1369. |   s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
  1370. |   ;
  1371. |   return 0;
  1372. | }
  1373. configure:7620: result: no
  1374. configure:7630: checking for an ANSI C-conforming const
  1375. configure:7696: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  1376. configure:7696: $? = 0
  1377. configure:7703: result: yes
  1378. configure:7714: checking for library containing sqrt
  1379. configure:7745: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  1380. conftest.c:37:6: warning: conflicting types for built-in function 'sqrt'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
  1381.    37 | char sqrt ();
  1382.       |      ^~~~
  1383. conftest.c:1:1: note: 'sqrt' is declared in header '<math.h>'
  1384.     1 | /* confdefs.h */
  1385. configure:7745: $? = 0
  1386. configure:7762: result: none required
  1387. configure:7779: checking for library containing crypt
  1388. configure:7810: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  1389. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Drupin\AppData\Local\Temp\ccSXbltf.o:conftest.c:(.text+0xe): undefined reference to `crypt'
  1390. collect2.exe: error: ld returned 1 exit status
  1391. configure:7810: $? = 1
  1392. configure: failed program was:
  1393. | /* confdefs.h */
  1394. | #define PACKAGE_NAME ""
  1395. | #define PACKAGE_TARNAME ""
  1396. | #define PACKAGE_VERSION ""
  1397. | #define PACKAGE_STRING ""
  1398. | #define PACKAGE_BUGREPORT ""
  1399. | #define PACKAGE_URL ""
  1400. | #define HAVE_PCRE2 1
  1401. | #define STDC_HEADERS 1
  1402. | #define HAVE_SYS_TYPES_H 1
  1403. | #define HAVE_SYS_STAT_H 1
  1404. | #define HAVE_STDLIB_H 1
  1405. | #define HAVE_STRING_H 1
  1406. | #define HAVE_MEMORY_H 1
  1407. | #define HAVE_STRINGS_H 1
  1408. | #define HAVE_INTTYPES_H 1
  1409. | #define HAVE_STDINT_H 1
  1410. | #define HAVE_UNISTD_H 1
  1411. | #define __EXTENSIONS__ 1
  1412. | #define _ALL_SOURCE 1
  1413. | #define _GNU_SOURCE 1
  1414. | #define _POSIX_PTHREAD_SEMANTICS 1
  1415. | #define _TANDEM_SOURCE 1
  1416. | #define STDC_HEADERS 1
  1417. | #define HAVE_STRING_H 1
  1418. | #define HAVE_LIMITS_H 1
  1419. | #define HAVE_UNISTD_H 1
  1420. | #define HAVE_STRINGS_H 1
  1421. | /* end confdefs.h.  */
  1422. |
  1423. | /* Override any GCC internal prototype to avoid an error.
  1424. |    Use char because int might match the return type of a GCC
  1425. |    builtin and then its argument prototype would still apply.  */
  1426. | #ifdef __cplusplus
  1427. | extern "C"
  1428. | #endif
  1429. | char crypt ();
  1430. | int
  1431. | main ()
  1432. | {
  1433. | return crypt ();
  1434. |   ;
  1435. |   return 0;
  1436. | }
  1437. configure:7810: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c -lcrypt   >&5
  1438. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lcrypt: No such file or directory
  1439. collect2.exe: error: ld returned 1 exit status
  1440. configure:7810: $? = 1
  1441. configure: failed program was:
  1442. | /* confdefs.h */
  1443. | #define PACKAGE_NAME ""
  1444. | #define PACKAGE_TARNAME ""
  1445. | #define PACKAGE_VERSION ""
  1446. | #define PACKAGE_STRING ""
  1447. | #define PACKAGE_BUGREPORT ""
  1448. | #define PACKAGE_URL ""
  1449. | #define HAVE_PCRE2 1
  1450. | #define STDC_HEADERS 1
  1451. | #define HAVE_SYS_TYPES_H 1
  1452. | #define HAVE_SYS_STAT_H 1
  1453. | #define HAVE_STDLIB_H 1
  1454. | #define HAVE_STRING_H 1
  1455. | #define HAVE_MEMORY_H 1
  1456. | #define HAVE_STRINGS_H 1
  1457. | #define HAVE_INTTYPES_H 1
  1458. | #define HAVE_STDINT_H 1
  1459. | #define HAVE_UNISTD_H 1
  1460. | #define __EXTENSIONS__ 1
  1461. | #define _ALL_SOURCE 1
  1462. | #define _GNU_SOURCE 1
  1463. | #define _POSIX_PTHREAD_SEMANTICS 1
  1464. | #define _TANDEM_SOURCE 1
  1465. | #define STDC_HEADERS 1
  1466. | #define HAVE_STRING_H 1
  1467. | #define HAVE_LIMITS_H 1
  1468. | #define HAVE_UNISTD_H 1
  1469. | #define HAVE_STRINGS_H 1
  1470. | /* end confdefs.h.  */
  1471. |
  1472. | /* Override any GCC internal prototype to avoid an error.
  1473. |    Use char because int might match the return type of a GCC
  1474. |    builtin and then its argument prototype would still apply.  */
  1475. | #ifdef __cplusplus
  1476. | extern "C"
  1477. | #endif
  1478. | char crypt ();
  1479. | int
  1480. | main ()
  1481. | {
  1482. | return crypt ();
  1483. |   ;
  1484. |   return 0;
  1485. | }
  1486. configure:7827: result: no
  1487. configure:7856: checking for getpwnam
  1488. configure:7856: result: no
  1489. configure:7856: checking for getgrnam
  1490. configure:7856: result: no
  1491. configure:7856: checking for initgroups
  1492. configure:7856: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  1493. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Drupin\AppData\Local\Temp\ccc8gTdK.o:conftest.c:(.text+0xe): undefined reference to `initgroups'
  1494. collect2.exe: error: ld returned 1 exit status
  1495. configure:7856: $? = 1
  1496. configure: failed program was:
  1497. | /* confdefs.h */
  1498. | #define PACKAGE_NAME ""
  1499. | #define PACKAGE_TARNAME ""
  1500. | #define PACKAGE_VERSION ""
  1501. | #define PACKAGE_STRING ""
  1502. | #define PACKAGE_BUGREPORT ""
  1503. | #define PACKAGE_URL ""
  1504. | #define HAVE_PCRE2 1
  1505. | #define STDC_HEADERS 1
  1506. | #define HAVE_SYS_TYPES_H 1
  1507. | #define HAVE_SYS_STAT_H 1
  1508. | #define HAVE_STDLIB_H 1
  1509. | #define HAVE_STRING_H 1
  1510. | #define HAVE_MEMORY_H 1
  1511. | #define HAVE_STRINGS_H 1
  1512. | #define HAVE_INTTYPES_H 1
  1513. | #define HAVE_STDINT_H 1
  1514. | #define HAVE_UNISTD_H 1
  1515. | #define __EXTENSIONS__ 1
  1516. | #define _ALL_SOURCE 1
  1517. | #define _GNU_SOURCE 1
  1518. | #define _POSIX_PTHREAD_SEMANTICS 1
  1519. | #define _TANDEM_SOURCE 1
  1520. | #define STDC_HEADERS 1
  1521. | #define HAVE_STRING_H 1
  1522. | #define HAVE_LIMITS_H 1
  1523. | #define HAVE_UNISTD_H 1
  1524. | #define HAVE_STRINGS_H 1
  1525. | /* end confdefs.h.  */
  1526. | /* Define initgroups to an innocuous variant, in case <limits.h> declares initgroups.
  1527. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1528. | #define initgroups innocuous_initgroups
  1529. |
  1530. | /* System header to define __stub macros and hopefully few prototypes,
  1531. |     which can conflict with char initgroups (); below.
  1532. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1533. |     <limits.h> exists even on freestanding compilers.  */
  1534. |
  1535. | #ifdef __STDC__
  1536. | # include <limits.h>
  1537. | #else
  1538. | # include <assert.h>
  1539. | #endif
  1540. |
  1541. | #undef initgroups
  1542. |
  1543. | /* Override any GCC internal prototype to avoid an error.
  1544. |    Use char because int might match the return type of a GCC
  1545. |    builtin and then its argument prototype would still apply.  */
  1546. | #ifdef __cplusplus
  1547. | extern "C"
  1548. | #endif
  1549. | char initgroups ();
  1550. | /* The GNU C library defines this for functions which it implements
  1551. |     to always fail with ENOSYS.  Some functions are actually named
  1552. |     something starting with __ and the normal name is an alias.  */
  1553. | #if defined __stub_initgroups || defined __stub___initgroups
  1554. | choke me
  1555. | #endif
  1556. |
  1557. | int
  1558. | main ()
  1559. | {
  1560. | return initgroups ();
  1561. |   ;
  1562. |   return 0;
  1563. | }
  1564. configure:7856: result: no
  1565. configure:7856: checking for bindprocessor
  1566. configure:7856: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  1567. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Drupin\AppData\Local\Temp\ccwjHgcw.o:conftest.c:(.text+0xe): undefined reference to `bindprocessor'
  1568. collect2.exe: error: ld returned 1 exit status
  1569. configure:7856: $? = 1
  1570. configure: failed program was:
  1571. | /* confdefs.h */
  1572. | #define PACKAGE_NAME ""
  1573. | #define PACKAGE_TARNAME ""
  1574. | #define PACKAGE_VERSION ""
  1575. | #define PACKAGE_STRING ""
  1576. | #define PACKAGE_BUGREPORT ""
  1577. | #define PACKAGE_URL ""
  1578. | #define HAVE_PCRE2 1
  1579. | #define STDC_HEADERS 1
  1580. | #define HAVE_SYS_TYPES_H 1
  1581. | #define HAVE_SYS_STAT_H 1
  1582. | #define HAVE_STDLIB_H 1
  1583. | #define HAVE_STRING_H 1
  1584. | #define HAVE_MEMORY_H 1
  1585. | #define HAVE_STRINGS_H 1
  1586. | #define HAVE_INTTYPES_H 1
  1587. | #define HAVE_STDINT_H 1
  1588. | #define HAVE_UNISTD_H 1
  1589. | #define __EXTENSIONS__ 1
  1590. | #define _ALL_SOURCE 1
  1591. | #define _GNU_SOURCE 1
  1592. | #define _POSIX_PTHREAD_SEMANTICS 1
  1593. | #define _TANDEM_SOURCE 1
  1594. | #define STDC_HEADERS 1
  1595. | #define HAVE_STRING_H 1
  1596. | #define HAVE_LIMITS_H 1
  1597. | #define HAVE_UNISTD_H 1
  1598. | #define HAVE_STRINGS_H 1
  1599. | /* end confdefs.h.  */
  1600. | /* Define bindprocessor to an innocuous variant, in case <limits.h> declares bindprocessor.
  1601. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1602. | #define bindprocessor innocuous_bindprocessor
  1603. |
  1604. | /* System header to define __stub macros and hopefully few prototypes,
  1605. |     which can conflict with char bindprocessor (); below.
  1606. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1607. |     <limits.h> exists even on freestanding compilers.  */
  1608. |
  1609. | #ifdef __STDC__
  1610. | # include <limits.h>
  1611. | #else
  1612. | # include <assert.h>
  1613. | #endif
  1614. |
  1615. | #undef bindprocessor
  1616. |
  1617. | /* Override any GCC internal prototype to avoid an error.
  1618. |    Use char because int might match the return type of a GCC
  1619. |    builtin and then its argument prototype would still apply.  */
  1620. | #ifdef __cplusplus
  1621. | extern "C"
  1622. | #endif
  1623. | char bindprocessor ();
  1624. | /* The GNU C library defines this for functions which it implements
  1625. |     to always fail with ENOSYS.  Some functions are actually named
  1626. |     something starting with __ and the normal name is an alias.  */
  1627. | #if defined __stub_bindprocessor || defined __stub___bindprocessor
  1628. | choke me
  1629. | #endif
  1630. |
  1631. | int
  1632. | main ()
  1633. | {
  1634. | return bindprocessor ();
  1635. |   ;
  1636. |   return 0;
  1637. | }
  1638. configure:7856: result: no
  1639. configure:7856: checking for prctl
  1640. configure:7856: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  1641. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Drupin\AppData\Local\Temp\ccQQTGAZ.o:conftest.c:(.text+0xe): undefined reference to `prctl'
  1642. collect2.exe: error: ld returned 1 exit status
  1643. configure:7856: $? = 1
  1644. configure: failed program was:
  1645. | /* confdefs.h */
  1646. | #define PACKAGE_NAME ""
  1647. | #define PACKAGE_TARNAME ""
  1648. | #define PACKAGE_VERSION ""
  1649. | #define PACKAGE_STRING ""
  1650. | #define PACKAGE_BUGREPORT ""
  1651. | #define PACKAGE_URL ""
  1652. | #define HAVE_PCRE2 1
  1653. | #define STDC_HEADERS 1
  1654. | #define HAVE_SYS_TYPES_H 1
  1655. | #define HAVE_SYS_STAT_H 1
  1656. | #define HAVE_STDLIB_H 1
  1657. | #define HAVE_STRING_H 1
  1658. | #define HAVE_MEMORY_H 1
  1659. | #define HAVE_STRINGS_H 1
  1660. | #define HAVE_INTTYPES_H 1
  1661. | #define HAVE_STDINT_H 1
  1662. | #define HAVE_UNISTD_H 1
  1663. | #define __EXTENSIONS__ 1
  1664. | #define _ALL_SOURCE 1
  1665. | #define _GNU_SOURCE 1
  1666. | #define _POSIX_PTHREAD_SEMANTICS 1
  1667. | #define _TANDEM_SOURCE 1
  1668. | #define STDC_HEADERS 1
  1669. | #define HAVE_STRING_H 1
  1670. | #define HAVE_LIMITS_H 1
  1671. | #define HAVE_UNISTD_H 1
  1672. | #define HAVE_STRINGS_H 1
  1673. | /* end confdefs.h.  */
  1674. | /* Define prctl to an innocuous variant, in case <limits.h> declares prctl.
  1675. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1676. | #define prctl innocuous_prctl
  1677. |
  1678. | /* System header to define __stub macros and hopefully few prototypes,
  1679. |     which can conflict with char prctl (); below.
  1680. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1681. |     <limits.h> exists even on freestanding compilers.  */
  1682. |
  1683. | #ifdef __STDC__
  1684. | # include <limits.h>
  1685. | #else
  1686. | # include <assert.h>
  1687. | #endif
  1688. |
  1689. | #undef prctl
  1690. |
  1691. | /* Override any GCC internal prototype to avoid an error.
  1692. |    Use char because int might match the return type of a GCC
  1693. |    builtin and then its argument prototype would still apply.  */
  1694. | #ifdef __cplusplus
  1695. | extern "C"
  1696. | #endif
  1697. | char prctl ();
  1698. | /* The GNU C library defines this for functions which it implements
  1699. |     to always fail with ENOSYS.  Some functions are actually named
  1700. |     something starting with __ and the normal name is an alias.  */
  1701. | #if defined __stub_prctl || defined __stub___prctl
  1702. | choke me
  1703. | #endif
  1704. |
  1705. | int
  1706. | main ()
  1707. | {
  1708. | return prctl ();
  1709. |   ;
  1710. |   return 0;
  1711. | }
  1712. configure:7856: result: no
  1713. configure:7856: checking for timegm
  1714. configure:7856: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  1715. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Drupin\AppData\Local\Temp\ccwrshIU.o:conftest.c:(.text+0xe): undefined reference to `timegm'
  1716. collect2.exe: error: ld returned 1 exit status
  1717. configure:7856: $? = 1
  1718. configure: failed program was:
  1719. | /* confdefs.h */
  1720. | #define PACKAGE_NAME ""
  1721. | #define PACKAGE_TARNAME ""
  1722. | #define PACKAGE_VERSION ""
  1723. | #define PACKAGE_STRING ""
  1724. | #define PACKAGE_BUGREPORT ""
  1725. | #define PACKAGE_URL ""
  1726. | #define HAVE_PCRE2 1
  1727. | #define STDC_HEADERS 1
  1728. | #define HAVE_SYS_TYPES_H 1
  1729. | #define HAVE_SYS_STAT_H 1
  1730. | #define HAVE_STDLIB_H 1
  1731. | #define HAVE_STRING_H 1
  1732. | #define HAVE_MEMORY_H 1
  1733. | #define HAVE_STRINGS_H 1
  1734. | #define HAVE_INTTYPES_H 1
  1735. | #define HAVE_STDINT_H 1
  1736. | #define HAVE_UNISTD_H 1
  1737. | #define __EXTENSIONS__ 1
  1738. | #define _ALL_SOURCE 1
  1739. | #define _GNU_SOURCE 1
  1740. | #define _POSIX_PTHREAD_SEMANTICS 1
  1741. | #define _TANDEM_SOURCE 1
  1742. | #define STDC_HEADERS 1
  1743. | #define HAVE_STRING_H 1
  1744. | #define HAVE_LIMITS_H 1
  1745. | #define HAVE_UNISTD_H 1
  1746. | #define HAVE_STRINGS_H 1
  1747. | /* end confdefs.h.  */
  1748. | /* Define timegm to an innocuous variant, in case <limits.h> declares timegm.
  1749. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1750. | #define timegm innocuous_timegm
  1751. |
  1752. | /* System header to define __stub macros and hopefully few prototypes,
  1753. |     which can conflict with char timegm (); below.
  1754. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1755. |     <limits.h> exists even on freestanding compilers.  */
  1756. |
  1757. | #ifdef __STDC__
  1758. | # include <limits.h>
  1759. | #else
  1760. | # include <assert.h>
  1761. | #endif
  1762. |
  1763. | #undef timegm
  1764. |
  1765. | /* Override any GCC internal prototype to avoid an error.
  1766. |    Use char because int might match the return type of a GCC
  1767. |    builtin and then its argument prototype would still apply.  */
  1768. | #ifdef __cplusplus
  1769. | extern "C"
  1770. | #endif
  1771. | char timegm ();
  1772. | /* The GNU C library defines this for functions which it implements
  1773. |     to always fail with ENOSYS.  Some functions are actually named
  1774. |     something starting with __ and the normal name is an alias.  */
  1775. | #if defined __stub_timegm || defined __stub___timegm
  1776. | choke me
  1777. | #endif
  1778. |
  1779. | int
  1780. | main ()
  1781. | {
  1782. | return timegm ();
  1783. |   ;
  1784. |   return 0;
  1785. | }
  1786. configure:7856: result: no
  1787. configure:7856: checking for getpgid
  1788. configure:7856: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  1789. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Drupin\AppData\Local\Temp\cc8r1Kom.o:conftest.c:(.text+0xe): undefined reference to `getpgid'
  1790. collect2.exe: error: ld returned 1 exit status
  1791. configure:7856: $? = 1
  1792. configure: failed program was:
  1793. | /* confdefs.h */
  1794. | #define PACKAGE_NAME ""
  1795. | #define PACKAGE_TARNAME ""
  1796. | #define PACKAGE_VERSION ""
  1797. | #define PACKAGE_STRING ""
  1798. | #define PACKAGE_BUGREPORT ""
  1799. | #define PACKAGE_URL ""
  1800. | #define HAVE_PCRE2 1
  1801. | #define STDC_HEADERS 1
  1802. | #define HAVE_SYS_TYPES_H 1
  1803. | #define HAVE_SYS_STAT_H 1
  1804. | #define HAVE_STDLIB_H 1
  1805. | #define HAVE_STRING_H 1
  1806. | #define HAVE_MEMORY_H 1
  1807. | #define HAVE_STRINGS_H 1
  1808. | #define HAVE_INTTYPES_H 1
  1809. | #define HAVE_STDINT_H 1
  1810. | #define HAVE_UNISTD_H 1
  1811. | #define __EXTENSIONS__ 1
  1812. | #define _ALL_SOURCE 1
  1813. | #define _GNU_SOURCE 1
  1814. | #define _POSIX_PTHREAD_SEMANTICS 1
  1815. | #define _TANDEM_SOURCE 1
  1816. | #define STDC_HEADERS 1
  1817. | #define HAVE_STRING_H 1
  1818. | #define HAVE_LIMITS_H 1
  1819. | #define HAVE_UNISTD_H 1
  1820. | #define HAVE_STRINGS_H 1
  1821. | /* end confdefs.h.  */
  1822. | /* Define getpgid to an innocuous variant, in case <limits.h> declares getpgid.
  1823. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1824. | #define getpgid innocuous_getpgid
  1825. |
  1826. | /* System header to define __stub macros and hopefully few prototypes,
  1827. |     which can conflict with char getpgid (); below.
  1828. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1829. |     <limits.h> exists even on freestanding compilers.  */
  1830. |
  1831. | #ifdef __STDC__
  1832. | # include <limits.h>
  1833. | #else
  1834. | # include <assert.h>
  1835. | #endif
  1836. |
  1837. | #undef getpgid
  1838. |
  1839. | /* Override any GCC internal prototype to avoid an error.
  1840. |    Use char because int might match the return type of a GCC
  1841. |    builtin and then its argument prototype would still apply.  */
  1842. | #ifdef __cplusplus
  1843. | extern "C"
  1844. | #endif
  1845. | char getpgid ();
  1846. | /* The GNU C library defines this for functions which it implements
  1847. |     to always fail with ENOSYS.  Some functions are actually named
  1848. |     something starting with __ and the normal name is an alias.  */
  1849. | #if defined __stub_getpgid || defined __stub___getpgid
  1850. | choke me
  1851. | #endif
  1852. |
  1853. | int
  1854. | main ()
  1855. | {
  1856. | return getpgid ();
  1857. |   ;
  1858. |   return 0;
  1859. | }
  1860. configure:7856: result: no
  1861. configure:7856: checking for fopen64
  1862. configure:7856: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  1863. configure:7856: $? = 0
  1864. configure:7856: result: yes
  1865. configure:7856: checking for getloadavg
  1866. configure:7856: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  1867. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Drupin\AppData\Local\Temp\ccesluMa.o:conftest.c:(.text+0xe): undefined reference to `getloadavg'
  1868. collect2.exe: error: ld returned 1 exit status
  1869. configure:7856: $? = 1
  1870. configure: failed program was:
  1871. | /* confdefs.h */
  1872. | #define PACKAGE_NAME ""
  1873. | #define PACKAGE_TARNAME ""
  1874. | #define PACKAGE_VERSION ""
  1875. | #define PACKAGE_STRING ""
  1876. | #define PACKAGE_BUGREPORT ""
  1877. | #define PACKAGE_URL ""
  1878. | #define HAVE_PCRE2 1
  1879. | #define STDC_HEADERS 1
  1880. | #define HAVE_SYS_TYPES_H 1
  1881. | #define HAVE_SYS_STAT_H 1
  1882. | #define HAVE_STDLIB_H 1
  1883. | #define HAVE_STRING_H 1
  1884. | #define HAVE_MEMORY_H 1
  1885. | #define HAVE_STRINGS_H 1
  1886. | #define HAVE_INTTYPES_H 1
  1887. | #define HAVE_STDINT_H 1
  1888. | #define HAVE_UNISTD_H 1
  1889. | #define __EXTENSIONS__ 1
  1890. | #define _ALL_SOURCE 1
  1891. | #define _GNU_SOURCE 1
  1892. | #define _POSIX_PTHREAD_SEMANTICS 1
  1893. | #define _TANDEM_SOURCE 1
  1894. | #define STDC_HEADERS 1
  1895. | #define HAVE_STRING_H 1
  1896. | #define HAVE_LIMITS_H 1
  1897. | #define HAVE_UNISTD_H 1
  1898. | #define HAVE_STRINGS_H 1
  1899. | #define HAVE_FOPEN64 1
  1900. | /* end confdefs.h.  */
  1901. | /* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.
  1902. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  1903. | #define getloadavg innocuous_getloadavg
  1904. |
  1905. | /* System header to define __stub macros and hopefully few prototypes,
  1906. |     which can conflict with char getloadavg (); below.
  1907. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  1908. |     <limits.h> exists even on freestanding compilers.  */
  1909. |
  1910. | #ifdef __STDC__
  1911. | # include <limits.h>
  1912. | #else
  1913. | # include <assert.h>
  1914. | #endif
  1915. |
  1916. | #undef getloadavg
  1917. |
  1918. | /* Override any GCC internal prototype to avoid an error.
  1919. |    Use char because int might match the return type of a GCC
  1920. |    builtin and then its argument prototype would still apply.  */
  1921. | #ifdef __cplusplus
  1922. | extern "C"
  1923. | #endif
  1924. | char getloadavg ();
  1925. | /* The GNU C library defines this for functions which it implements
  1926. |     to always fail with ENOSYS.  Some functions are actually named
  1927. |     something starting with __ and the normal name is an alias.  */
  1928. | #if defined __stub_getloadavg || defined __stub___getloadavg
  1929. | choke me
  1930. | #endif
  1931. |
  1932. | int
  1933. | main ()
  1934. | {
  1935. | return getloadavg ();
  1936. |   ;
  1937. |   return 0;
  1938. | }
  1939. configure:7856: result: no
  1940. configure:7868: checking for void pointer length
  1941. configure:7884: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  1942. configure:7884: $? = 0
  1943. configure:7884: ./conftest.exe
  1944. configure:7884: $? = 0
  1945. configure:7894: result: no
  1946. configure:7902: checking for gettid()
  1947. configure:7919: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  1948. conftest.c:31: warning: "_GNU_SOURCE" redefined
  1949.   31 | #define _GNU_SOURCE
  1950.      |
  1951. conftest.c:21: note: this is the location of the previous definition
  1952.   21 | #define _GNU_SOURCE 1
  1953.      |
  1954. conftest.c: In function 'main':
  1955. conftest.c:36:11: warning: implicit declaration of function 'syscall' [-Wimplicit-function-declaration]
  1956.   36 | pid_t t = syscall(SYS_gettid); return t == -1 ? 1 : 0; }
  1957.      |           ^~~~~~~
  1958. conftest.c:36:19: error: 'SYS_gettid' undeclared (first use in this function); did you mean 'SYS_getpid'?
  1959.   36 | pid_t t = syscall(SYS_gettid); return t == -1 ? 1 : 0; }
  1960.      |                   ^~~~~~~~~~
  1961.      |                   SYS_getpid
  1962. conftest.c:36:19: note: each undeclared identifier is reported only once for each function it appears in
  1963. configure:7919: $? = 1
  1964. configure: program exited with status 1
  1965. configure: failed program was:
  1966. | /* confdefs.h */
  1967. | #define PACKAGE_NAME ""
  1968. | #define PACKAGE_TARNAME ""
  1969. | #define PACKAGE_VERSION ""
  1970. | #define PACKAGE_STRING ""
  1971. | #define PACKAGE_BUGREPORT ""
  1972. | #define PACKAGE_URL ""
  1973. | #define HAVE_PCRE2 1
  1974. | #define STDC_HEADERS 1
  1975. | #define HAVE_SYS_TYPES_H 1
  1976. | #define HAVE_SYS_STAT_H 1
  1977. | #define HAVE_STDLIB_H 1
  1978. | #define HAVE_STRING_H 1
  1979. | #define HAVE_MEMORY_H 1
  1980. | #define HAVE_STRINGS_H 1
  1981. | #define HAVE_INTTYPES_H 1
  1982. | #define HAVE_STDINT_H 1
  1983. | #define HAVE_UNISTD_H 1
  1984. | #define __EXTENSIONS__ 1
  1985. | #define _ALL_SOURCE 1
  1986. | #define _GNU_SOURCE 1
  1987. | #define _POSIX_PTHREAD_SEMANTICS 1
  1988. | #define _TANDEM_SOURCE 1
  1989. | #define STDC_HEADERS 1
  1990. | #define HAVE_STRING_H 1
  1991. | #define HAVE_LIMITS_H 1
  1992. | #define HAVE_UNISTD_H 1
  1993. | #define HAVE_STRINGS_H 1
  1994. | #define HAVE_FOPEN64 1
  1995. | /* end confdefs.h.  */
  1996. | #define _GNU_SOURCE
  1997. | #include <unistd.h>
  1998. | #include <sys/syscall.h>
  1999. | #include <sys/types.h>
  2000. | int main(int argc, char **argv) {
  2001. | pid_t t = syscall(SYS_gettid); return t == -1 ? 1 : 0; }
  2002. configure:7929: result: no
  2003. configure:7937: checking for tm_gmtoff in struct tm
  2004. configure:7954: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  2005. conftest.c: In function 'main':
  2006. conftest.c:36:17: error: 'struct tm' has no member named 'tm_gmtoff'
  2007.   36 | struct tm tm; tm.tm_gmtoff;
  2008.      |                 ^
  2009. configure:7954: $? = 1
  2010. configure: failed program was:
  2011. | /* confdefs.h */
  2012. | #define PACKAGE_NAME ""
  2013. | #define PACKAGE_TARNAME ""
  2014. | #define PACKAGE_VERSION ""
  2015. | #define PACKAGE_STRING ""
  2016. | #define PACKAGE_BUGREPORT ""
  2017. | #define PACKAGE_URL ""
  2018. | #define HAVE_PCRE2 1
  2019. | #define STDC_HEADERS 1
  2020. | #define HAVE_SYS_TYPES_H 1
  2021. | #define HAVE_SYS_STAT_H 1
  2022. | #define HAVE_STDLIB_H 1
  2023. | #define HAVE_STRING_H 1
  2024. | #define HAVE_MEMORY_H 1
  2025. | #define HAVE_STRINGS_H 1
  2026. | #define HAVE_INTTYPES_H 1
  2027. | #define HAVE_STDINT_H 1
  2028. | #define HAVE_UNISTD_H 1
  2029. | #define __EXTENSIONS__ 1
  2030. | #define _ALL_SOURCE 1
  2031. | #define _GNU_SOURCE 1
  2032. | #define _POSIX_PTHREAD_SEMANTICS 1
  2033. | #define _TANDEM_SOURCE 1
  2034. | #define STDC_HEADERS 1
  2035. | #define HAVE_STRING_H 1
  2036. | #define HAVE_LIMITS_H 1
  2037. | #define HAVE_UNISTD_H 1
  2038. | #define HAVE_STRINGS_H 1
  2039. | #define HAVE_FOPEN64 1
  2040. | /* end confdefs.h.  */
  2041. | #include <sys/types.h>
  2042. | #include <time.h>
  2043. | int
  2044. | main ()
  2045. | {
  2046. | struct tm tm; tm.tm_gmtoff;
  2047. |   ;
  2048. |   return 0;
  2049. | }
  2050. configure:7961: result: no
  2051. configure:9771: checking whether to enable mod_authn_file
  2052. configure:9832: result: shared
  2053. configure:9912: checking whether to enable mod_authn_dbm
  2054. configure:9973: result: shared (most)
  2055. configure:10053: checking whether to enable mod_authn_anon
  2056. configure:10114: result: shared (most)
  2057. configure:10194: checking whether to enable mod_authn_dbd
  2058. configure:10255: result: shared (most)
  2059. configure:10335: checking whether to enable mod_authn_socache
  2060. configure:10396: result: shared (most)
  2061. configure:10477: checking whether to enable mod_authn_core
  2062. configure:10538: result: shared
  2063. configure:10619: checking whether to enable mod_authz_host
  2064. configure:10680: result: shared
  2065. configure:10760: checking whether to enable mod_authz_groupfile
  2066. configure:10821: result: shared
  2067. configure:10901: checking whether to enable mod_authz_user
  2068. configure:10962: result: shared
  2069. configure:11042: checking whether to enable mod_authz_dbm
  2070. configure:11103: result: shared (most)
  2071. configure:11183: checking whether to enable mod_authz_owner
  2072. configure:11244: result: shared (most)
  2073. configure:11324: checking whether to enable mod_authz_dbd
  2074. configure:11385: result: shared (most)
  2075. configure:11466: checking whether to enable mod_authz_core
  2076. configure:11527: result: shared
  2077. configure:11608: checking whether to enable mod_authnz_ldap
  2078. configure:11667: result: checking dependencies
  2079. configure:11672: checking for ldap support in apr/apr-util
  2080. configure:11700: result: yes
  2081. configure:11738: checking whether to enable mod_authnz_ldap
  2082. configure:11748: result: shared (most)
  2083. configure:11829: checking whether to enable mod_authnz_fcgi
  2084. configure:11890: result: no
  2085. configure:11971: checking whether to enable mod_access_compat
  2086. configure:12032: result: shared
  2087. configure:12114: checking whether to enable mod_auth_basic
  2088. configure:12175: result: shared
  2089. configure:12255: checking whether to enable mod_auth_form
  2090. configure:12316: result: shared (most)
  2091. configure:12396: checking whether to enable mod_auth_digest
  2092. configure:12455: result: checking dependencies
  2093. configure:12488: checking whether to enable mod_auth_digest
  2094. configure:12498: result: shared (most)
  2095. configure:12579: checking whether to enable mod_allowmethods
  2096. configure:12640: result: shared (most)
  2097. configure:12776: checking whether to enable mod_isapi
  2098. configure:12837: result: no
  2099. configure:12951: checking whether to enable mod_file_cache
  2100. configure:13012: result: shared (most)
  2101. configure:13106: checking whether to enable mod_cache
  2102. configure:13167: result: shared (most)
  2103. configure:13247: checking whether to enable mod_cache_disk
  2104. configure:13306: result: checking dependencies
  2105. configure:13319: checking whether to enable mod_cache_disk
  2106. configure:13329: result: shared (most)
  2107. configure:13409: checking whether to enable mod_cache_socache
  2108. configure:13470: result: shared (most)
  2109. configure:13553: checking whether to enable mod_socache_shmcb
  2110. configure:13614: result: shared (most)
  2111. configure:13694: checking whether to enable mod_socache_dbm
  2112. configure:13755: result: shared (most)
  2113. configure:13835: checking whether to enable mod_socache_memcache
  2114. configure:13896: result: shared (most)
  2115. configure:13976: checking whether to enable mod_socache_redis
  2116. configure:14037: result: shared (most)
  2117. configure:14117: checking whether to enable mod_socache_dc
  2118. configure:14491: result: no
  2119. configure:14709: checking whether to enable mod_so
  2120. configure:14770: result: static
  2121. configure:14851: checking whether to enable mod_watchdog
  2122. configure:14910: result: checking dependencies
  2123. configure:14943: checking whether to enable mod_watchdog
  2124. configure:14953: result: shared (most)
  2125. configure:15034: checking whether to enable mod_macro
  2126. configure:15095: result: shared (most)
  2127. configure:15230: checking whether to enable mod_dbd
  2128. configure:15291: result: shared (most)
  2129. configure:15426: checking whether to enable mod_bucketeer
  2130. configure:15487: result: no
  2131. configure:15567: checking whether to enable mod_dumpio
  2132. configure:15628: result: shared (most)
  2133. configure:15742: checking whether to enable mod_echo
  2134. configure:15803: result: no
  2135. configure:15916: checking whether to enable mod_example_hooks
  2136. configure:15977: result: no
  2137. configure:16057: checking whether to enable mod_case_filter
  2138. configure:16118: result: no
  2139. configure:16198: checking whether to enable mod_case_filter_in
  2140. configure:16259: result: no
  2141. configure:16339: checking whether to enable mod_example_ipc
  2142. configure:16400: result: no
  2143. configure:16546: checking whether to enable mod_buffer
  2144. configure:16607: result: shared (most)
  2145. configure:16687: checking whether to enable mod_data
  2146. configure:16748: result: no
  2147. configure:16828: checking whether to enable mod_ratelimit
  2148. configure:16889: result: shared (most)
  2149. configure:16969: checking whether to enable mod_reqtimeout
  2150. configure:17030: result: shared
  2151. configure:17110: checking whether to enable mod_ext_filter
  2152. configure:17171: result: shared (most)
  2153. configure:17251: checking whether to enable mod_request
  2154. configure:17312: result: shared (most)
  2155. configure:17392: checking whether to enable mod_include
  2156. configure:17453: result: shared (most)
  2157. configure:17533: checking whether to enable mod_filter
  2158. configure:17594: result: shared
  2159. configure:17674: checking whether to enable mod_reflector
  2160. configure:17735: result: no
  2161. configure:17815: checking whether to enable mod_substitute
  2162. configure:17876: result: shared (most)
  2163. configure:17958: checking whether to enable mod_sed
  2164. configure:18017: result: checking dependencies
  2165. configure:18048: checking whether to enable mod_sed
  2166. configure:18058: result: shared (most)
  2167. configure:18284: checking whether to enable mod_charset_lite
  2168. configure:18345: result: no
  2169. configure:18428: checking whether to enable mod_deflate
  2170. configure:18487: result: checking dependencies
  2171. configure:18503: checking for zlib location
  2172. configure:18524: result: /usr
  2173. configure:18685: checking for zlib library
  2174. configure:18698: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c -lz >&5
  2175. configure:18698: $? = 0
  2176. configure:18699: result: found
  2177. configure:18762: checking whether to enable mod_deflate
  2178. configure:18772: result: shared (most)
  2179. configure:18855: checking whether to enable mod_xml2enc
  2180. configure:19012: result: no
  2181. configure:19092: checking whether to enable mod_proxy_html
  2182. configure:19250: result: no
  2183. configure:19331: checking whether to enable mod_brotli
  2184. configure:19390: result: checking dependencies
  2185. configure:19459: checking for Brotli library >= 0.6.0 via pkg-config
  2186. configure:19462: result: yes
  2187. configure:19547: checking whether to enable mod_brotli
  2188. configure:19557: result: shared (most)
  2189. configure:19700: checking whether to enable mod_http
  2190. configure:19761: result: static
  2191. configure:19841: checking whether to enable mod_mime
  2192. configure:19902: result: shared
  2193. configure:20017: checking whether to enable mod_ldap
  2194. configure:20076: result: checking dependencies
  2195. configure:20081: checking for ldap support in apr/apr-util
  2196. configure:20109: result: yes
  2197. configure:20147: checking whether to enable mod_ldap
  2198. configure:20157: result: shared (most)
  2199. configure:20293: checking whether to enable mod_log_config
  2200. configure:20354: result: shared
  2201. configure:20434: checking whether to enable mod_log_debug
  2202. configure:20495: result: shared (most)
  2203. configure:20575: checking whether to enable mod_log_forensic
  2204. configure:20636: result: no
  2205. configure:20742: checking whether to enable mod_logio
  2206. configure:20803: result: shared (most)
  2207. configure:20944: checking whether to enable mod_lua
  2208. configure:22346: result: no
  2209. configure:22482: checking whether to enable mod_env
  2210. configure:22543: result: shared
  2211. configure:22623: checking whether to enable mod_mime_magic
  2212. configure:22684: result: no
  2213. configure:22764: checking whether to enable mod_cern_meta
  2214. configure:22825: result: no
  2215. configure:22905: checking whether to enable mod_expires
  2216. configure:22966: result: shared (most)
  2217. configure:23046: checking whether to enable mod_headers
  2218. configure:23107: result: shared
  2219. configure:23187: checking whether to enable mod_ident
  2220. configure:23248: result: no
  2221. configure:23329: checking whether to enable mod_usertrack
  2222. configure:23427: result: no
  2223. configure:23508: checking whether to enable mod_unique_id
  2224. configure:23569: result: shared (most)
  2225. configure:23649: checking whether to enable mod_setenvif
  2226. configure:23710: result: shared
  2227. configure:23790: checking whether to enable mod_version
  2228. configure:23851: result: shared
  2229. configure:23931: checking whether to enable mod_remoteip
  2230. configure:23992: result: shared (most)
  2231. configure:24106: checking whether to enable mod_proxy
  2232. configure:24167: result: shared
  2233. configure:24285: checking whether to enable mod_proxy_connect
  2234. configure:24344: result: checking dependencies
  2235. configure:24357: checking whether to enable mod_proxy_connect
  2236. configure:24367: result: shared
  2237. configure:24447: checking whether to enable mod_proxy_ftp
  2238. configure:24506: result: checking dependencies
  2239. configure:24519: checking whether to enable mod_proxy_ftp
  2240. configure:24529: result: shared (most)
  2241. configure:24609: checking whether to enable mod_proxy_http
  2242. configure:24668: result: checking dependencies
  2243. configure:24681: checking whether to enable mod_proxy_http
  2244. configure:24691: result: shared
  2245. configure:24771: checking whether to enable mod_proxy_fcgi
  2246. configure:24830: result: checking dependencies
  2247. configure:24843: checking whether to enable mod_proxy_fcgi
  2248. configure:24853: result: shared (most)
  2249. configure:24933: checking whether to enable mod_proxy_scgi
  2250. configure:24992: result: checking dependencies
  2251. configure:25005: checking whether to enable mod_proxy_scgi
  2252. configure:25015: result: shared (most)
  2253. configure:25095: checking whether to enable mod_proxy_uwsgi
  2254. configure:25154: result: checking dependencies
  2255. configure:25167: checking whether to enable mod_proxy_uwsgi
  2256. configure:25177: result: shared (most)
  2257. configure:25257: checking whether to enable mod_proxy_fdpass
  2258. configure:25316: result: checking dependencies
  2259. configure:25328: checking whether CMSG_DATA is declared
  2260. configure:25328: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  2261. In file included from conftest.c:33:
  2262. C:/git-sdk-64/mingw64/include/sys/socket.h:20:9: error: unknown type name '__socklen_t'
  2263.   20 | typedef __socklen_t socklen_t;
  2264.      |         ^~~~~~~~~~~
  2265. C:/git-sdk-64/mingw64/include/sys/socket.h:24:9: error: unknown type name '__sa_family_t'
  2266.   24 | typedef __sa_family_t sa_family_t;
  2267.      |         ^~~~~~~~~~~~~
  2268. C:/git-sdk-64/mingw64/include/sys/socket.h:41:34: error: 'int64_t' undeclared here (not in a function)
  2269.   41 |   char                  _ss_pad1[_SS_PAD1SIZE];
  2270.      |                                  ^~~~~~~~~~~~
  2271. C:/git-sdk-64/mingw64/include/sys/socket.h:1:1: note: 'int64_t' is defined in header '<stdint.h>'; did you forget to '#include <stdint.h>'?
  2272.     1 | /* cygwin/socket.h
  2273. C:/git-sdk-64/mingw64/include/sys/socket.h:42:3: error: expected specifier-qualifier-list before 'int64_t'
  2274.    42 |   int64_t               __ss_align;
  2275.       |   ^~~~~~~
  2276. C:/git-sdk-64/mingw64/include/sys/socket.h:47:10: fatal error: asm/socket.h: No such file or directory
  2277.    47 | #include <asm/socket.h>                 /* arch-dependent defines       */
  2278.       |          ^~~~~~~~~~~~~~
  2279. compilation terminated.
  2280. configure:25328: $? = 1
  2281. configure: failed program was:
  2282. | /* confdefs.h */
  2283. | #define PACKAGE_NAME ""
  2284. | #define PACKAGE_TARNAME ""
  2285. | #define PACKAGE_VERSION ""
  2286. | #define PACKAGE_STRING ""
  2287. | #define PACKAGE_BUGREPORT ""
  2288. | #define PACKAGE_URL ""
  2289. | #define HAVE_PCRE2 1
  2290. | #define STDC_HEADERS 1
  2291. | #define HAVE_SYS_TYPES_H 1
  2292. | #define HAVE_SYS_STAT_H 1
  2293. | #define HAVE_STDLIB_H 1
  2294. | #define HAVE_STRING_H 1
  2295. | #define HAVE_MEMORY_H 1
  2296. | #define HAVE_STRINGS_H 1
  2297. | #define HAVE_INTTYPES_H 1
  2298. | #define HAVE_STDINT_H 1
  2299. | #define HAVE_UNISTD_H 1
  2300. | #define __EXTENSIONS__ 1
  2301. | #define _ALL_SOURCE 1
  2302. | #define _GNU_SOURCE 1
  2303. | #define _POSIX_PTHREAD_SEMANTICS 1
  2304. | #define _TANDEM_SOURCE 1
  2305. | #define STDC_HEADERS 1
  2306. | #define HAVE_STRING_H 1
  2307. | #define HAVE_LIMITS_H 1
  2308. | #define HAVE_UNISTD_H 1
  2309. | #define HAVE_STRINGS_H 1
  2310. | #define HAVE_FOPEN64 1
  2311. | /* end confdefs.h.  */
  2312. |
  2313. |     #include <sys/types.h>
  2314. |     #include <sys/socket.h>
  2315. |
  2316. |
  2317. | int
  2318. | main ()
  2319. | {
  2320. | #ifndef CMSG_DATA
  2321. | #ifdef __cplusplus
  2322. |   (void) CMSG_DATA;
  2323. | #else
  2324. |   (void) CMSG_DATA;
  2325. | #endif
  2326. | #endif
  2327. |
  2328. |   ;
  2329. |   return 0;
  2330. | }
  2331. configure:25328: result: no
  2332. configure:25338: WARNING: Your system does not support CMSG_DATA.
  2333. configure:25344: checking whether to enable mod_proxy_fdpass
  2334. configure:25354: result: no (disabled)
  2335. configure:25434: checking whether to enable mod_proxy_wstunnel
  2336. configure:25493: result: checking dependencies
  2337. configure:25506: checking whether to enable mod_proxy_wstunnel
  2338. configure:25516: result: shared (most)
  2339. configure:25596: checking whether to enable mod_proxy_ajp
  2340. configure:25655: result: checking dependencies
  2341. configure:25668: checking whether to enable mod_proxy_ajp
  2342. configure:25678: result: shared (most)
  2343. configure:25758: checking whether to enable mod_proxy_balancer
  2344. configure:25817: result: checking dependencies
  2345. configure:25830: checking whether to enable mod_proxy_balancer
  2346. configure:25840: result: shared
  2347. configure:25921: checking whether to enable mod_proxy_express
  2348. configure:25980: result: checking dependencies
  2349. configure:25993: checking whether to enable mod_proxy_express
  2350. configure:26003: result: shared (most)
  2351. configure:26083: checking whether to enable mod_proxy_hcheck
  2352. configure:26142: result: checking dependencies
  2353. configure:26163: checking whether to enable mod_proxy_hcheck
  2354. configure:26173: result: shared (most)
  2355. configure:26334: checking whether to enable mod_session
  2356. configure:26395: result: shared (most)
  2357. configure:26475: checking whether to enable mod_session_cookie
  2358. configure:26534: result: checking dependencies
  2359. configure:26547: checking whether to enable mod_session_cookie
  2360. configure:26557: result: shared (most)
  2361. configure:26660: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE  -I/mingw64/include/apr-1   -I/mingw64/include/apr-1 -I/mingw64/include conftest.c >&5
  2362. configure:26660: $? = 0
  2363. configure:26677: checking whether to enable mod_session_crypto
  2364. configure:26736: result: checking dependencies
  2365. configure:26753: checking whether to enable mod_session_crypto
  2366. configure:26763: result: shared (most)
  2367. configure:26844: checking whether to enable mod_session_dbd
  2368. configure:26903: result: checking dependencies
  2369. configure:26916: checking whether to enable mod_session_dbd
  2370. configure:26926: result: shared (most)
  2371. configure:27063: checking whether to enable mod_slotmem_shm
  2372. configure:27124: result: shared (most)
  2373. configure:27204: checking whether to enable mod_slotmem_plain
  2374. configure:27265: result: no
  2375. configure:27379: checking whether to enable mod_ssl
  2376. configure:27438: result: checking dependencies
  2377. configure:27443: checking for OpenSSL
  2378. configure:27456: checking for user-provided OpenSSL base directory
  2379. configure:27469: result: none
  2380. configure:27809: checking for OpenSSL version >= 0.9.8a
  2381. configure:27828: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include conftest.c >&5
  2382. configure:27828: $? = 0
  2383. configure:27829: result: OK
  2384. configure:27898: checking openssl/engine.h usability
  2385. configure:27898: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include conftest.c >&5
  2386. configure:27898: $? = 0
  2387. configure:27898: result: yes
  2388. configure:27898: checking openssl/engine.h presence
  2389. configure:27898: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include conftest.c
  2390. configure:27898: $? = 0
  2391. configure:27898: result: yes
  2392. configure:27898: checking for openssl/engine.h
  2393. configure:27898: result: yes
  2394. configure:27910: checking for SSL_CTX_new
  2395. configure:27910: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib -LC:/git-sdk-64/mingw64/lib conftest.c -lssl -lws2_32 -lgdi32 -lcrypt32 -lcrypto -lws2_32 -lgdi32 -lcrypt32   -lshell32 -ladvapi32 -lws2_32 -lrpcrt4 -lmswsock >&5
  2396. configure:27910: $? = 0
  2397. configure:27910: result: yes
  2398. configure:27923: checking for OPENSSL_init_ssl
  2399. configure:27923: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib -LC:/git-sdk-64/mingw64/lib conftest.c -lssl -lws2_32 -lgdi32 -lcrypt32 -lcrypto -lws2_32 -lgdi32 -lcrypt32   -lshell32 -ladvapi32 -lws2_32 -lrpcrt4 -lmswsock >&5
  2400. configure:27923: $? = 0
  2401. configure:27923: result: yes
  2402. configure:27935: checking for ENGINE_init
  2403. configure:27935: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib -LC:/git-sdk-64/mingw64/lib conftest.c -lssl -lws2_32 -lgdi32 -lcrypt32 -lcrypto -lws2_32 -lgdi32 -lcrypt32   -lshell32 -ladvapi32 -lws2_32 -lrpcrt4 -lmswsock >&5
  2404. configure:27935: $? = 0
  2405. configure:27935: result: yes
  2406. configure:27935: checking for ENGINE_load_builtin_engines
  2407. configure:27935: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib -LC:/git-sdk-64/mingw64/lib conftest.c -lssl -lws2_32 -lgdi32 -lcrypt32 -lcrypto -lws2_32 -lgdi32 -lcrypt32   -lshell32 -ladvapi32 -lws2_32 -lrpcrt4 -lmswsock >&5
  2408. configure:27935: $? = 0
  2409. configure:27935: result: yes
  2410. configure:27935: checking for RAND_egd
  2411. configure:27935: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib -LC:/git-sdk-64/mingw64/lib conftest.c -lssl -lws2_32 -lgdi32 -lcrypt32 -lcrypto -lws2_32 -lgdi32 -lcrypt32   -lshell32 -ladvapi32 -lws2_32 -lrpcrt4 -lmswsock >&5
  2412. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Drupin\AppData\Local\Temp\ccJxLjmj.o:conftest.c:(.text+0xe): undefined reference to `RAND_egd'
  2413. collect2.exe: error: ld returned 1 exit status
  2414. configure:27935: $? = 1
  2415. configure: failed program was:
  2416. | /* confdefs.h */
  2417. | #define PACKAGE_NAME ""
  2418. | #define PACKAGE_TARNAME ""
  2419. | #define PACKAGE_VERSION ""
  2420. | #define PACKAGE_STRING ""
  2421. | #define PACKAGE_BUGREPORT ""
  2422. | #define PACKAGE_URL ""
  2423. | #define HAVE_PCRE2 1
  2424. | #define STDC_HEADERS 1
  2425. | #define HAVE_SYS_TYPES_H 1
  2426. | #define HAVE_SYS_STAT_H 1
  2427. | #define HAVE_STDLIB_H 1
  2428. | #define HAVE_STRING_H 1
  2429. | #define HAVE_MEMORY_H 1
  2430. | #define HAVE_STRINGS_H 1
  2431. | #define HAVE_INTTYPES_H 1
  2432. | #define HAVE_STDINT_H 1
  2433. | #define HAVE_UNISTD_H 1
  2434. | #define __EXTENSIONS__ 1
  2435. | #define _ALL_SOURCE 1
  2436. | #define _GNU_SOURCE 1
  2437. | #define _POSIX_PTHREAD_SEMANTICS 1
  2438. | #define _TANDEM_SOURCE 1
  2439. | #define STDC_HEADERS 1
  2440. | #define HAVE_STRING_H 1
  2441. | #define HAVE_LIMITS_H 1
  2442. | #define HAVE_UNISTD_H 1
  2443. | #define HAVE_STRINGS_H 1
  2444. | #define HAVE_FOPEN64 1
  2445. | #define HAVE_OPENSSL_ENGINE_H 1
  2446. | #define HAVE_SSL_CTX_NEW 1
  2447. | #define HAVE_OPENSSL_INIT_SSL 1
  2448. | #define HAVE_ENGINE_INIT 1
  2449. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  2450. | /* end confdefs.h.  */
  2451. | /* Define RAND_egd to an innocuous variant, in case <limits.h> declares RAND_egd.
  2452. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  2453. | #define RAND_egd innocuous_RAND_egd
  2454. |
  2455. | /* System header to define __stub macros and hopefully few prototypes,
  2456. |     which can conflict with char RAND_egd (); below.
  2457. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2458. |     <limits.h> exists even on freestanding compilers.  */
  2459. |
  2460. | #ifdef __STDC__
  2461. | # include <limits.h>
  2462. | #else
  2463. | # include <assert.h>
  2464. | #endif
  2465. |
  2466. | #undef RAND_egd
  2467. |
  2468. | /* Override any GCC internal prototype to avoid an error.
  2469. |    Use char because int might match the return type of a GCC
  2470. |    builtin and then its argument prototype would still apply.  */
  2471. | #ifdef __cplusplus
  2472. | extern "C"
  2473. | #endif
  2474. | char RAND_egd ();
  2475. | /* The GNU C library defines this for functions which it implements
  2476. |     to always fail with ENOSYS.  Some functions are actually named
  2477. |     something starting with __ and the normal name is an alias.  */
  2478. | #if defined __stub_RAND_egd || defined __stub___RAND_egd
  2479. | choke me
  2480. | #endif
  2481. |
  2482. | int
  2483. | main ()
  2484. | {
  2485. | return RAND_egd ();
  2486. |   ;
  2487. |   return 0;
  2488. | }
  2489. configure:27935: result: no
  2490. configure:27961: result: yes
  2491. configure:28042: checking whether to enable mod_ssl
  2492. configure:28052: result: shared
  2493. configure:28189: checking whether to enable mod_optional_hook_export
  2494. configure:28250: result: no
  2495. configure:28330: checking whether to enable mod_optional_hook_import
  2496. configure:28391: result: no
  2497. configure:28471: checking whether to enable mod_optional_fn_import
  2498. configure:28532: result: no
  2499. configure:28612: checking whether to enable mod_optional_fn_export
  2500. configure:28673: result: no
  2501. configure:28754: checking whether to enable mod_dialup
  2502. configure:28815: result: no
  2503. configure:28936: checking for target platform
  2504. configure:28961: result: win32
  2505. configure:29067: checking bstring.h usability
  2506. configure:29067: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  2507. conftest.c:70:10: fatal error: bstring.h: No such file or directory
  2508.   70 | #include <bstring.h>
  2509.      |          ^~~~~~~~~~~
  2510. compilation terminated.
  2511. configure:29067: $? = 1
  2512. configure: failed program was:
  2513. | /* confdefs.h */
  2514. | #define PACKAGE_NAME ""
  2515. | #define PACKAGE_TARNAME ""
  2516. | #define PACKAGE_VERSION ""
  2517. | #define PACKAGE_STRING ""
  2518. | #define PACKAGE_BUGREPORT ""
  2519. | #define PACKAGE_URL ""
  2520. | #define HAVE_PCRE2 1
  2521. | #define STDC_HEADERS 1
  2522. | #define HAVE_SYS_TYPES_H 1
  2523. | #define HAVE_SYS_STAT_H 1
  2524. | #define HAVE_STDLIB_H 1
  2525. | #define HAVE_STRING_H 1
  2526. | #define HAVE_MEMORY_H 1
  2527. | #define HAVE_STRINGS_H 1
  2528. | #define HAVE_INTTYPES_H 1
  2529. | #define HAVE_STDINT_H 1
  2530. | #define HAVE_UNISTD_H 1
  2531. | #define __EXTENSIONS__ 1
  2532. | #define _ALL_SOURCE 1
  2533. | #define _GNU_SOURCE 1
  2534. | #define _POSIX_PTHREAD_SEMANTICS 1
  2535. | #define _TANDEM_SOURCE 1
  2536. | #define STDC_HEADERS 1
  2537. | #define HAVE_STRING_H 1
  2538. | #define HAVE_LIMITS_H 1
  2539. | #define HAVE_UNISTD_H 1
  2540. | #define HAVE_STRINGS_H 1
  2541. | #define HAVE_FOPEN64 1
  2542. | #define HAVE_OPENSSL_ENGINE_H 1
  2543. | #define HAVE_SSL_CTX_NEW 1
  2544. | #define HAVE_OPENSSL_INIT_SSL 1
  2545. | #define HAVE_ENGINE_INIT 1
  2546. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  2547. | #define HAVE_OPENSSL 1
  2548. | /* end confdefs.h.  */
  2549. | #include <stdio.h>
  2550. | #ifdef HAVE_SYS_TYPES_H
  2551. | # include <sys/types.h>
  2552. | #endif
  2553. | #ifdef HAVE_SYS_STAT_H
  2554. | # include <sys/stat.h>
  2555. | #endif
  2556. | #ifdef STDC_HEADERS
  2557. | # include <stdlib.h>
  2558. | # include <stddef.h>
  2559. | #else
  2560. | # ifdef HAVE_STDLIB_H
  2561. | #  include <stdlib.h>
  2562. | # endif
  2563. | #endif
  2564. | #ifdef HAVE_STRING_H
  2565. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2566. | #  include <memory.h>
  2567. | # endif
  2568. | # include <string.h>
  2569. | #endif
  2570. | #ifdef HAVE_STRINGS_H
  2571. | # include <strings.h>
  2572. | #endif
  2573. | #ifdef HAVE_INTTYPES_H
  2574. | # include <inttypes.h>
  2575. | #endif
  2576. | #ifdef HAVE_STDINT_H
  2577. | # include <stdint.h>
  2578. | #endif
  2579. | #ifdef HAVE_UNISTD_H
  2580. | # include <unistd.h>
  2581. | #endif
  2582. | #include <bstring.h>
  2583. configure:29067: result: no
  2584. configure:29067: checking bstring.h presence
  2585. configure:29067: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  2586. conftest.c:37:10: fatal error: bstring.h: No such file or directory
  2587.   37 | #include <bstring.h>
  2588.      |          ^~~~~~~~~~~
  2589. compilation terminated.
  2590. configure:29067: $? = 1
  2591. configure: failed program was:
  2592. | /* confdefs.h */
  2593. | #define PACKAGE_NAME ""
  2594. | #define PACKAGE_TARNAME ""
  2595. | #define PACKAGE_VERSION ""
  2596. | #define PACKAGE_STRING ""
  2597. | #define PACKAGE_BUGREPORT ""
  2598. | #define PACKAGE_URL ""
  2599. | #define HAVE_PCRE2 1
  2600. | #define STDC_HEADERS 1
  2601. | #define HAVE_SYS_TYPES_H 1
  2602. | #define HAVE_SYS_STAT_H 1
  2603. | #define HAVE_STDLIB_H 1
  2604. | #define HAVE_STRING_H 1
  2605. | #define HAVE_MEMORY_H 1
  2606. | #define HAVE_STRINGS_H 1
  2607. | #define HAVE_INTTYPES_H 1
  2608. | #define HAVE_STDINT_H 1
  2609. | #define HAVE_UNISTD_H 1
  2610. | #define __EXTENSIONS__ 1
  2611. | #define _ALL_SOURCE 1
  2612. | #define _GNU_SOURCE 1
  2613. | #define _POSIX_PTHREAD_SEMANTICS 1
  2614. | #define _TANDEM_SOURCE 1
  2615. | #define STDC_HEADERS 1
  2616. | #define HAVE_STRING_H 1
  2617. | #define HAVE_LIMITS_H 1
  2618. | #define HAVE_UNISTD_H 1
  2619. | #define HAVE_STRINGS_H 1
  2620. | #define HAVE_FOPEN64 1
  2621. | #define HAVE_OPENSSL_ENGINE_H 1
  2622. | #define HAVE_SSL_CTX_NEW 1
  2623. | #define HAVE_OPENSSL_INIT_SSL 1
  2624. | #define HAVE_ENGINE_INIT 1
  2625. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  2626. | #define HAVE_OPENSSL 1
  2627. | /* end confdefs.h.  */
  2628. | #include <bstring.h>
  2629. configure:29067: result: no
  2630. configure:29067: checking for bstring.h
  2631. configure:29067: result: no
  2632. configure:29067: checking for unistd.h
  2633. configure:29067: result: yes
  2634. configure:29082: checking for syslog
  2635. configure:29082: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  2636. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Drupin\AppData\Local\Temp\ccsTtrJc.o:conftest.c:(.text+0xe): undefined reference to `syslog'
  2637. collect2.exe: error: ld returned 1 exit status
  2638. configure:29082: $? = 1
  2639. configure: failed program was:
  2640. | /* confdefs.h */
  2641. | #define PACKAGE_NAME ""
  2642. | #define PACKAGE_TARNAME ""
  2643. | #define PACKAGE_VERSION ""
  2644. | #define PACKAGE_STRING ""
  2645. | #define PACKAGE_BUGREPORT ""
  2646. | #define PACKAGE_URL ""
  2647. | #define HAVE_PCRE2 1
  2648. | #define STDC_HEADERS 1
  2649. | #define HAVE_SYS_TYPES_H 1
  2650. | #define HAVE_SYS_STAT_H 1
  2651. | #define HAVE_STDLIB_H 1
  2652. | #define HAVE_STRING_H 1
  2653. | #define HAVE_MEMORY_H 1
  2654. | #define HAVE_STRINGS_H 1
  2655. | #define HAVE_INTTYPES_H 1
  2656. | #define HAVE_STDINT_H 1
  2657. | #define HAVE_UNISTD_H 1
  2658. | #define __EXTENSIONS__ 1
  2659. | #define _ALL_SOURCE 1
  2660. | #define _GNU_SOURCE 1
  2661. | #define _POSIX_PTHREAD_SEMANTICS 1
  2662. | #define _TANDEM_SOURCE 1
  2663. | #define STDC_HEADERS 1
  2664. | #define HAVE_STRING_H 1
  2665. | #define HAVE_LIMITS_H 1
  2666. | #define HAVE_UNISTD_H 1
  2667. | #define HAVE_STRINGS_H 1
  2668. | #define HAVE_FOPEN64 1
  2669. | #define HAVE_OPENSSL_ENGINE_H 1
  2670. | #define HAVE_SSL_CTX_NEW 1
  2671. | #define HAVE_OPENSSL_INIT_SSL 1
  2672. | #define HAVE_ENGINE_INIT 1
  2673. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  2674. | #define HAVE_OPENSSL 1
  2675. | #define HAVE_UNISTD_H 1
  2676. | /* end confdefs.h.  */
  2677. | /* Define syslog to an innocuous variant, in case <limits.h> declares syslog.
  2678. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  2679. | #define syslog innocuous_syslog
  2680. |
  2681. | /* System header to define __stub macros and hopefully few prototypes,
  2682. |     which can conflict with char syslog (); below.
  2683. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2684. |     <limits.h> exists even on freestanding compilers.  */
  2685. |
  2686. | #ifdef __STDC__
  2687. | # include <limits.h>
  2688. | #else
  2689. | # include <assert.h>
  2690. | #endif
  2691. |
  2692. | #undef syslog
  2693. |
  2694. | /* Override any GCC internal prototype to avoid an error.
  2695. |    Use char because int might match the return type of a GCC
  2696. |    builtin and then its argument prototype would still apply.  */
  2697. | #ifdef __cplusplus
  2698. | extern "C"
  2699. | #endif
  2700. | char syslog ();
  2701. | /* The GNU C library defines this for functions which it implements
  2702. |     to always fail with ENOSYS.  Some functions are actually named
  2703. |     something starting with __ and the normal name is an alias.  */
  2704. | #if defined __stub_syslog || defined __stub___syslog
  2705. | choke me
  2706. | #endif
  2707. |
  2708. | int
  2709. | main ()
  2710. | {
  2711. | return syslog ();
  2712. |   ;
  2713. |   return 0;
  2714. | }
  2715. configure:29082: result: no
  2716. configure:29094: checking sys/times.h usability
  2717. configure:29094: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  2718. conftest.c:71:10: fatal error: sys/times.h: No such file or directory
  2719.    71 | #include <sys/times.h>
  2720.       |          ^~~~~~~~~~~~~
  2721. compilation terminated.
  2722. configure:29094: $? = 1
  2723. configure: failed program was:
  2724. | /* confdefs.h */
  2725. | #define PACKAGE_NAME ""
  2726. | #define PACKAGE_TARNAME ""
  2727. | #define PACKAGE_VERSION ""
  2728. | #define PACKAGE_STRING ""
  2729. | #define PACKAGE_BUGREPORT ""
  2730. | #define PACKAGE_URL ""
  2731. | #define HAVE_PCRE2 1
  2732. | #define STDC_HEADERS 1
  2733. | #define HAVE_SYS_TYPES_H 1
  2734. | #define HAVE_SYS_STAT_H 1
  2735. | #define HAVE_STDLIB_H 1
  2736. | #define HAVE_STRING_H 1
  2737. | #define HAVE_MEMORY_H 1
  2738. | #define HAVE_STRINGS_H 1
  2739. | #define HAVE_INTTYPES_H 1
  2740. | #define HAVE_STDINT_H 1
  2741. | #define HAVE_UNISTD_H 1
  2742. | #define __EXTENSIONS__ 1
  2743. | #define _ALL_SOURCE 1
  2744. | #define _GNU_SOURCE 1
  2745. | #define _POSIX_PTHREAD_SEMANTICS 1
  2746. | #define _TANDEM_SOURCE 1
  2747. | #define STDC_HEADERS 1
  2748. | #define HAVE_STRING_H 1
  2749. | #define HAVE_LIMITS_H 1
  2750. | #define HAVE_UNISTD_H 1
  2751. | #define HAVE_STRINGS_H 1
  2752. | #define HAVE_FOPEN64 1
  2753. | #define HAVE_OPENSSL_ENGINE_H 1
  2754. | #define HAVE_SSL_CTX_NEW 1
  2755. | #define HAVE_OPENSSL_INIT_SSL 1
  2756. | #define HAVE_ENGINE_INIT 1
  2757. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  2758. | #define HAVE_OPENSSL 1
  2759. | #define HAVE_UNISTD_H 1
  2760. | /* end confdefs.h.  */
  2761. | #include <stdio.h>
  2762. | #ifdef HAVE_SYS_TYPES_H
  2763. | # include <sys/types.h>
  2764. | #endif
  2765. | #ifdef HAVE_SYS_STAT_H
  2766. | # include <sys/stat.h>
  2767. | #endif
  2768. | #ifdef STDC_HEADERS
  2769. | # include <stdlib.h>
  2770. | # include <stddef.h>
  2771. | #else
  2772. | # ifdef HAVE_STDLIB_H
  2773. | #  include <stdlib.h>
  2774. | # endif
  2775. | #endif
  2776. | #ifdef HAVE_STRING_H
  2777. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2778. | #  include <memory.h>
  2779. | # endif
  2780. | # include <string.h>
  2781. | #endif
  2782. | #ifdef HAVE_STRINGS_H
  2783. | # include <strings.h>
  2784. | #endif
  2785. | #ifdef HAVE_INTTYPES_H
  2786. | # include <inttypes.h>
  2787. | #endif
  2788. | #ifdef HAVE_STDINT_H
  2789. | # include <stdint.h>
  2790. | #endif
  2791. | #ifdef HAVE_UNISTD_H
  2792. | # include <unistd.h>
  2793. | #endif
  2794. | #include <sys/times.h>
  2795. configure:29094: result: no
  2796. configure:29094: checking sys/times.h presence
  2797. configure:29094: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c
  2798. conftest.c:38:10: fatal error: sys/times.h: No such file or directory
  2799.    38 | #include <sys/times.h>
  2800.       |          ^~~~~~~~~~~~~
  2801. compilation terminated.
  2802. configure:29094: $? = 1
  2803. configure: failed program was:
  2804. | /* confdefs.h */
  2805. | #define PACKAGE_NAME ""
  2806. | #define PACKAGE_TARNAME ""
  2807. | #define PACKAGE_VERSION ""
  2808. | #define PACKAGE_STRING ""
  2809. | #define PACKAGE_BUGREPORT ""
  2810. | #define PACKAGE_URL ""
  2811. | #define HAVE_PCRE2 1
  2812. | #define STDC_HEADERS 1
  2813. | #define HAVE_SYS_TYPES_H 1
  2814. | #define HAVE_SYS_STAT_H 1
  2815. | #define HAVE_STDLIB_H 1
  2816. | #define HAVE_STRING_H 1
  2817. | #define HAVE_MEMORY_H 1
  2818. | #define HAVE_STRINGS_H 1
  2819. | #define HAVE_INTTYPES_H 1
  2820. | #define HAVE_STDINT_H 1
  2821. | #define HAVE_UNISTD_H 1
  2822. | #define __EXTENSIONS__ 1
  2823. | #define _ALL_SOURCE 1
  2824. | #define _GNU_SOURCE 1
  2825. | #define _POSIX_PTHREAD_SEMANTICS 1
  2826. | #define _TANDEM_SOURCE 1
  2827. | #define STDC_HEADERS 1
  2828. | #define HAVE_STRING_H 1
  2829. | #define HAVE_LIMITS_H 1
  2830. | #define HAVE_UNISTD_H 1
  2831. | #define HAVE_STRINGS_H 1
  2832. | #define HAVE_FOPEN64 1
  2833. | #define HAVE_OPENSSL_ENGINE_H 1
  2834. | #define HAVE_SSL_CTX_NEW 1
  2835. | #define HAVE_OPENSSL_INIT_SSL 1
  2836. | #define HAVE_ENGINE_INIT 1
  2837. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  2838. | #define HAVE_OPENSSL 1
  2839. | #define HAVE_UNISTD_H 1
  2840. | /* end confdefs.h.  */
  2841. | #include <sys/times.h>
  2842. configure:29094: result: no
  2843. configure:29094: checking for sys/times.h
  2844. configure:29094: result: no
  2845. configure:29106: checking for times
  2846. configure:29106: result: no
  2847. configure:29175: checking whether APR supports thread-safe pollsets
  2848. configure:29194: checking for kqueue
  2849. configure:29194: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  2850. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Drupin\AppData\Local\Temp\ccWh4pTE.o:conftest.c:(.text+0xe): undefined reference to `kqueue'
  2851. collect2.exe: error: ld returned 1 exit status
  2852. configure:29194: $? = 1
  2853. configure: failed program was:
  2854. | /* confdefs.h */
  2855. | #define PACKAGE_NAME ""
  2856. | #define PACKAGE_TARNAME ""
  2857. | #define PACKAGE_VERSION ""
  2858. | #define PACKAGE_STRING ""
  2859. | #define PACKAGE_BUGREPORT ""
  2860. | #define PACKAGE_URL ""
  2861. | #define HAVE_PCRE2 1
  2862. | #define STDC_HEADERS 1
  2863. | #define HAVE_SYS_TYPES_H 1
  2864. | #define HAVE_SYS_STAT_H 1
  2865. | #define HAVE_STDLIB_H 1
  2866. | #define HAVE_STRING_H 1
  2867. | #define HAVE_MEMORY_H 1
  2868. | #define HAVE_STRINGS_H 1
  2869. | #define HAVE_INTTYPES_H 1
  2870. | #define HAVE_STDINT_H 1
  2871. | #define HAVE_UNISTD_H 1
  2872. | #define __EXTENSIONS__ 1
  2873. | #define _ALL_SOURCE 1
  2874. | #define _GNU_SOURCE 1
  2875. | #define _POSIX_PTHREAD_SEMANTICS 1
  2876. | #define _TANDEM_SOURCE 1
  2877. | #define STDC_HEADERS 1
  2878. | #define HAVE_STRING_H 1
  2879. | #define HAVE_LIMITS_H 1
  2880. | #define HAVE_UNISTD_H 1
  2881. | #define HAVE_STRINGS_H 1
  2882. | #define HAVE_FOPEN64 1
  2883. | #define HAVE_OPENSSL_ENGINE_H 1
  2884. | #define HAVE_SSL_CTX_NEW 1
  2885. | #define HAVE_OPENSSL_INIT_SSL 1
  2886. | #define HAVE_ENGINE_INIT 1
  2887. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  2888. | #define HAVE_OPENSSL 1
  2889. | #define HAVE_UNISTD_H 1
  2890. | /* end confdefs.h.  */
  2891. | /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue.
  2892. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  2893. | #define kqueue innocuous_kqueue
  2894. |
  2895. | /* System header to define __stub macros and hopefully few prototypes,
  2896. |     which can conflict with char kqueue (); below.
  2897. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2898. |     <limits.h> exists even on freestanding compilers.  */
  2899. |
  2900. | #ifdef __STDC__
  2901. | # include <limits.h>
  2902. | #else
  2903. | # include <assert.h>
  2904. | #endif
  2905. |
  2906. | #undef kqueue
  2907. |
  2908. | /* Override any GCC internal prototype to avoid an error.
  2909. |    Use char because int might match the return type of a GCC
  2910. |    builtin and then its argument prototype would still apply.  */
  2911. | #ifdef __cplusplus
  2912. | extern "C"
  2913. | #endif
  2914. | char kqueue ();
  2915. | /* The GNU C library defines this for functions which it implements
  2916. |     to always fail with ENOSYS.  Some functions are actually named
  2917. |     something starting with __ and the normal name is an alias.  */
  2918. | #if defined __stub_kqueue || defined __stub___kqueue
  2919. | choke me
  2920. | #endif
  2921. |
  2922. | int
  2923. | main ()
  2924. | {
  2925. | return kqueue ();
  2926. |   ;
  2927. |   return 0;
  2928. | }
  2929. configure:29194: result: no
  2930. configure:29194: checking for port_create
  2931. configure:29194: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  2932. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Drupin\AppData\Local\Temp\cckok5tv.o:conftest.c:(.text+0xe): undefined reference to `port_create'
  2933. collect2.exe: error: ld returned 1 exit status
  2934. configure:29194: $? = 1
  2935. configure: failed program was:
  2936. | /* confdefs.h */
  2937. | #define PACKAGE_NAME ""
  2938. | #define PACKAGE_TARNAME ""
  2939. | #define PACKAGE_VERSION ""
  2940. | #define PACKAGE_STRING ""
  2941. | #define PACKAGE_BUGREPORT ""
  2942. | #define PACKAGE_URL ""
  2943. | #define HAVE_PCRE2 1
  2944. | #define STDC_HEADERS 1
  2945. | #define HAVE_SYS_TYPES_H 1
  2946. | #define HAVE_SYS_STAT_H 1
  2947. | #define HAVE_STDLIB_H 1
  2948. | #define HAVE_STRING_H 1
  2949. | #define HAVE_MEMORY_H 1
  2950. | #define HAVE_STRINGS_H 1
  2951. | #define HAVE_INTTYPES_H 1
  2952. | #define HAVE_STDINT_H 1
  2953. | #define HAVE_UNISTD_H 1
  2954. | #define __EXTENSIONS__ 1
  2955. | #define _ALL_SOURCE 1
  2956. | #define _GNU_SOURCE 1
  2957. | #define _POSIX_PTHREAD_SEMANTICS 1
  2958. | #define _TANDEM_SOURCE 1
  2959. | #define STDC_HEADERS 1
  2960. | #define HAVE_STRING_H 1
  2961. | #define HAVE_LIMITS_H 1
  2962. | #define HAVE_UNISTD_H 1
  2963. | #define HAVE_STRINGS_H 1
  2964. | #define HAVE_FOPEN64 1
  2965. | #define HAVE_OPENSSL_ENGINE_H 1
  2966. | #define HAVE_SSL_CTX_NEW 1
  2967. | #define HAVE_OPENSSL_INIT_SSL 1
  2968. | #define HAVE_ENGINE_INIT 1
  2969. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  2970. | #define HAVE_OPENSSL 1
  2971. | #define HAVE_UNISTD_H 1
  2972. | /* end confdefs.h.  */
  2973. | /* Define port_create to an innocuous variant, in case <limits.h> declares port_create.
  2974. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  2975. | #define port_create innocuous_port_create
  2976. |
  2977. | /* System header to define __stub macros and hopefully few prototypes,
  2978. |     which can conflict with char port_create (); below.
  2979. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2980. |     <limits.h> exists even on freestanding compilers.  */
  2981. |
  2982. | #ifdef __STDC__
  2983. | # include <limits.h>
  2984. | #else
  2985. | # include <assert.h>
  2986. | #endif
  2987. |
  2988. | #undef port_create
  2989. |
  2990. | /* Override any GCC internal prototype to avoid an error.
  2991. |    Use char because int might match the return type of a GCC
  2992. |    builtin and then its argument prototype would still apply.  */
  2993. | #ifdef __cplusplus
  2994. | extern "C"
  2995. | #endif
  2996. | char port_create ();
  2997. | /* The GNU C library defines this for functions which it implements
  2998. |     to always fail with ENOSYS.  Some functions are actually named
  2999. |     something starting with __ and the normal name is an alias.  */
  3000. | #if defined __stub_port_create || defined __stub___port_create
  3001. | choke me
  3002. | #endif
  3003. |
  3004. | int
  3005. | main ()
  3006. | {
  3007. | return port_create ();
  3008. |   ;
  3009. |   return 0;
  3010. | }
  3011. configure:29194: result: no
  3012. configure:29194: checking for epoll_create
  3013. configure:29194: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  3014. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Drupin\AppData\Local\Temp\cc2Eg0ut.o:conftest.c:(.text+0xe): undefined reference to `epoll_create'
  3015. collect2.exe: error: ld returned 1 exit status
  3016. configure:29194: $? = 1
  3017. configure: failed program was:
  3018. | /* confdefs.h */
  3019. | #define PACKAGE_NAME ""
  3020. | #define PACKAGE_TARNAME ""
  3021. | #define PACKAGE_VERSION ""
  3022. | #define PACKAGE_STRING ""
  3023. | #define PACKAGE_BUGREPORT ""
  3024. | #define PACKAGE_URL ""
  3025. | #define HAVE_PCRE2 1
  3026. | #define STDC_HEADERS 1
  3027. | #define HAVE_SYS_TYPES_H 1
  3028. | #define HAVE_SYS_STAT_H 1
  3029. | #define HAVE_STDLIB_H 1
  3030. | #define HAVE_STRING_H 1
  3031. | #define HAVE_MEMORY_H 1
  3032. | #define HAVE_STRINGS_H 1
  3033. | #define HAVE_INTTYPES_H 1
  3034. | #define HAVE_STDINT_H 1
  3035. | #define HAVE_UNISTD_H 1
  3036. | #define __EXTENSIONS__ 1
  3037. | #define _ALL_SOURCE 1
  3038. | #define _GNU_SOURCE 1
  3039. | #define _POSIX_PTHREAD_SEMANTICS 1
  3040. | #define _TANDEM_SOURCE 1
  3041. | #define STDC_HEADERS 1
  3042. | #define HAVE_STRING_H 1
  3043. | #define HAVE_LIMITS_H 1
  3044. | #define HAVE_UNISTD_H 1
  3045. | #define HAVE_STRINGS_H 1
  3046. | #define HAVE_FOPEN64 1
  3047. | #define HAVE_OPENSSL_ENGINE_H 1
  3048. | #define HAVE_SSL_CTX_NEW 1
  3049. | #define HAVE_OPENSSL_INIT_SSL 1
  3050. | #define HAVE_ENGINE_INIT 1
  3051. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  3052. | #define HAVE_OPENSSL 1
  3053. | #define HAVE_UNISTD_H 1
  3054. | /* end confdefs.h.  */
  3055. | /* Define epoll_create to an innocuous variant, in case <limits.h> declares epoll_create.
  3056. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  3057. | #define epoll_create innocuous_epoll_create
  3058. |
  3059. | /* System header to define __stub macros and hopefully few prototypes,
  3060. |     which can conflict with char epoll_create (); below.
  3061. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3062. |     <limits.h> exists even on freestanding compilers.  */
  3063. |
  3064. | #ifdef __STDC__
  3065. | # include <limits.h>
  3066. | #else
  3067. | # include <assert.h>
  3068. | #endif
  3069. |
  3070. | #undef epoll_create
  3071. |
  3072. | /* Override any GCC internal prototype to avoid an error.
  3073. |    Use char because int might match the return type of a GCC
  3074. |    builtin and then its argument prototype would still apply.  */
  3075. | #ifdef __cplusplus
  3076. | extern "C"
  3077. | #endif
  3078. | char epoll_create ();
  3079. | /* The GNU C library defines this for functions which it implements
  3080. |     to always fail with ENOSYS.  Some functions are actually named
  3081. |     something starting with __ and the normal name is an alias.  */
  3082. | #if defined __stub_epoll_create || defined __stub___epoll_create
  3083. | choke me
  3084. | #endif
  3085. |
  3086. | int
  3087. | main ()
  3088. | {
  3089. | return epoll_create ();
  3090. |   ;
  3091. |   return 0;
  3092. | }
  3093. configure:29194: result: no
  3094. configure:29210: result: no
  3095. configure:29277: checking if event MPM supports this platform
  3096. configure:29280: result: no - This is not a forking platform
  3097. configure:29310: checking if mpmt_os2 MPM supports this platform
  3098. configure:29329: result: no
  3099. configure:29334: checking if prefork MPM supports this platform
  3100. configure:29337: result: no - This is not a forking platform
  3101. configure:29355: checking if WinNT MPM supports this platform
  3102. configure:29359: result: yes
  3103. configure:29379: checking if worker MPM supports this platform
  3104. configure:29382: result: no - This is not a forking platform
  3105. configure:30247: checking whether to enable mod_http2
  3106. configure:30306: result: checking dependencies
  3107. configure:30311: checking for OpenSSL
  3108. configure:30829: result: yes
  3109. configure:30904: checking for nghttp2
  3110. configure:30915: checking for user-provided nghttp2 base directory
  3111. configure:30928: result: none
  3112. configure:30941: checking for pkg-config along /mingw64/lib/pkgconfig:/mingw64/share/pkgconfig
  3113. configure:31228: checking for nghttp2 version >= 1.2.1
  3114. configure:31247: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include conftest.c >&5
  3115. configure:31247: $? = 0
  3116. configure:31248: result: OK
  3117. configure:31305: checking nghttp2/nghttp2.h usability
  3118. configure:31305: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include conftest.c >&5
  3119. configure:31305: $? = 0
  3120. configure:31305: result: yes
  3121. configure:31305: checking nghttp2/nghttp2.h presence
  3122. configure:31305: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include conftest.c
  3123. configure:31305: $? = 0
  3124. configure:31305: result: yes
  3125. configure:31305: checking for nghttp2/nghttp2.h
  3126. configure:31305: result: yes
  3127. configure:31317: checking for nghttp2_session_server_new2
  3128. configure:31317: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib -LC:/git-sdk-64/mingw64/lib conftest.c -lnghttp2   -lshell32 -ladvapi32 -lws2_32 -lrpcrt4 -lmswsock >&5
  3129. configure:31317: $? = 0
  3130. configure:31317: result: yes
  3131. configure:31334: checking for nghttp2_stream_get_weight
  3132. configure:31334: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib -LC:/git-sdk-64/mingw64/lib conftest.c -lnghttp2   -lshell32 -ladvapi32 -lws2_32 -lrpcrt4 -lmswsock >&5
  3133. configure:31334: $? = 0
  3134. configure:31334: result: yes
  3135. configure:31351: checking for nghttp2_session_change_stream_priority
  3136. configure:31351: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib -LC:/git-sdk-64/mingw64/lib conftest.c -lnghttp2   -lshell32 -ladvapi32 -lws2_32 -lrpcrt4 -lmswsock >&5
  3137. configure:31351: $? = 0
  3138. configure:31351: result: yes
  3139. configure:31382: checking for nghttp2_session_callbacks_set_on_invalid_header_callback
  3140. configure:31382: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib -LC:/git-sdk-64/mingw64/lib conftest.c -lnghttp2   -lshell32 -ladvapi32 -lws2_32 -lrpcrt4 -lmswsock >&5
  3141. configure:31382: $? = 0
  3142. configure:31382: result: yes
  3143. configure:31413: checking for nghttp2_session_get_stream_local_window_size
  3144. configure:31413: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib -LC:/git-sdk-64/mingw64/lib conftest.c -lnghttp2   -lshell32 -ladvapi32 -lws2_32 -lrpcrt4 -lmswsock >&5
  3145. configure:31413: $? = 0
  3146. configure:31413: result: yes
  3147. configure:31452: result: yes
  3148. configure:31491: checking whether to enable mod_http2
  3149. configure:31501: result: shared
  3150. configure:31590: checking whether to enable mod_proxy_http2
  3151. configure:32259: result: no
  3152. configure:32405: checking whether to enable mod_md
  3153. configure:32464: result: checking dependencies
  3154. configure:32469: checking for OpenSSL
  3155. configure:32987: result: yes
  3156. configure:33044: checking for jansson
  3157. configure:33055: checking for user-provided jansson base directory
  3158. configure:33068: result: none
  3159. configure:33081: checking for pkg-config along /mingw64/lib/pkgconfig:/mingw64/share/pkgconfig
  3160. configure:33381: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE conftest.c >&5
  3161. configure:33381: $? = 0
  3162. configure:33382: result: OK
  3163. configure:33442: result: yes
  3164. configure:33457: checking for curl
  3165. configure:33468: checking for user-provided curl base directory
  3166. configure:33481: result: none
  3167. configure:33494: checking for pkg-config along /mingw64/lib/pkgconfig:/mingw64/share/pkgconfig
  3168. configure:33783: checking curl/curl.h usability
  3169. configure:33783: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include conftest.c >&5
  3170. configure:33783: $? = 0
  3171. configure:33783: result: yes
  3172. configure:33783: checking curl/curl.h presence
  3173. configure:33783: gcc -E   -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include conftest.c
  3174. configure:33783: $? = 0
  3175. configure:33783: result: yes
  3176. configure:33783: checking for curl/curl.h
  3177. configure:33783: result: yes
  3178. configure:33794: checking for curl version >= 7.29
  3179. configure:33816: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -IC:/git-sdk-64/mingw64/include conftest.c >&5
  3180. configure:33816: $? = 0
  3181. configure:33817: result: OK
  3182. configure:33877: result: yes
  3183. configure:33893: checking for arc4random_buf
  3184. configure:33893: gcc -o conftest.exe     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE   -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib conftest.c  >&5
  3185. C:/git-sdk-64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Drupin\AppData\Local\Temp\ccemOI5s.o:conftest.c:(.text+0xe): undefined reference to `arc4random_buf'
  3186. collect2.exe: error: ld returned 1 exit status
  3187. configure:33893: $? = 1
  3188. configure: failed program was:
  3189. | /* confdefs.h */
  3190. | #define PACKAGE_NAME ""
  3191. | #define PACKAGE_TARNAME ""
  3192. | #define PACKAGE_VERSION ""
  3193. | #define PACKAGE_STRING ""
  3194. | #define PACKAGE_BUGREPORT ""
  3195. | #define PACKAGE_URL ""
  3196. | #define HAVE_PCRE2 1
  3197. | #define STDC_HEADERS 1
  3198. | #define HAVE_SYS_TYPES_H 1
  3199. | #define HAVE_SYS_STAT_H 1
  3200. | #define HAVE_STDLIB_H 1
  3201. | #define HAVE_STRING_H 1
  3202. | #define HAVE_MEMORY_H 1
  3203. | #define HAVE_STRINGS_H 1
  3204. | #define HAVE_INTTYPES_H 1
  3205. | #define HAVE_STDINT_H 1
  3206. | #define HAVE_UNISTD_H 1
  3207. | #define __EXTENSIONS__ 1
  3208. | #define _ALL_SOURCE 1
  3209. | #define _GNU_SOURCE 1
  3210. | #define _POSIX_PTHREAD_SEMANTICS 1
  3211. | #define _TANDEM_SOURCE 1
  3212. | #define STDC_HEADERS 1
  3213. | #define HAVE_STRING_H 1
  3214. | #define HAVE_LIMITS_H 1
  3215. | #define HAVE_UNISTD_H 1
  3216. | #define HAVE_STRINGS_H 1
  3217. | #define HAVE_FOPEN64 1
  3218. | #define HAVE_OPENSSL_ENGINE_H 1
  3219. | #define HAVE_SSL_CTX_NEW 1
  3220. | #define HAVE_OPENSSL_INIT_SSL 1
  3221. | #define HAVE_ENGINE_INIT 1
  3222. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  3223. | #define HAVE_OPENSSL 1
  3224. | #define HAVE_UNISTD_H 1
  3225. | #define HAVE_OPENSSL 1
  3226. | #define HAVE_NGHTTP2_NGHTTP2_H 1
  3227. | #define HAVE_NGHTTP2_SESSION_SERVER_NEW2 1
  3228. | #define HAVE_NGHTTP2_STREAM_GET_WEIGHT 1
  3229. | #define HAVE_NGHTTP2_SESSION_CHANGE_STREAM_PRIORITY 1
  3230. | #define HAVE_NGHTTP2_SESSION_CALLBACKS_SET_ON_INVALID_HEADER_CALLBACK 1
  3231. | #define HAVE_NGHTTP2_SESSION_GET_STREAM_LOCAL_WINDOW_SIZE 1
  3232. | #define HAVE_NGHTTP2 1
  3233. | #define HAVE_OPENSSL 1
  3234. | #define HAVE_JANSSON 1
  3235. | #define HAVE_CURL_CURL_H 1
  3236. | #define HAVE_CURL 1
  3237. | /* end confdefs.h.  */
  3238. | /* Define arc4random_buf to an innocuous variant, in case <limits.h> declares arc4random_buf.
  3239. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  3240. | #define arc4random_buf innocuous_arc4random_buf
  3241. |
  3242. | /* System header to define __stub macros and hopefully few prototypes,
  3243. |     which can conflict with char arc4random_buf (); below.
  3244. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3245. |     <limits.h> exists even on freestanding compilers.  */
  3246. |
  3247. | #ifdef __STDC__
  3248. | # include <limits.h>
  3249. | #else
  3250. | # include <assert.h>
  3251. | #endif
  3252. |
  3253. | #undef arc4random_buf
  3254. |
  3255. | /* Override any GCC internal prototype to avoid an error.
  3256. |    Use char because int might match the return type of a GCC
  3257. |    builtin and then its argument prototype would still apply.  */
  3258. | #ifdef __cplusplus
  3259. | extern "C"
  3260. | #endif
  3261. | char arc4random_buf ();
  3262. | /* The GNU C library defines this for functions which it implements
  3263. |     to always fail with ENOSYS.  Some functions are actually named
  3264. |     something starting with __ and the normal name is an alias.  */
  3265. | #if defined __stub_arc4random_buf || defined __stub___arc4random_buf
  3266. | choke me
  3267. | #endif
  3268. |
  3269. | int
  3270. | main ()
  3271. | {
  3272. | return arc4random_buf ();
  3273. |   ;
  3274. |   return 0;
  3275. | }
  3276. configure:33893: result: no
  3277. configure:33948: checking whether to enable mod_md
  3278. configure:33958: result: shared (most)
  3279. configure:34071: checking whether to enable mod_lbmethod_byrequests
  3280. configure:34130: result: checking dependencies
  3281. configure:34143: checking whether to enable mod_lbmethod_byrequests
  3282. configure:34153: result: shared
  3283. configure:34233: checking whether to enable mod_lbmethod_bytraffic
  3284. configure:34292: result: checking dependencies
  3285. configure:34305: checking whether to enable mod_lbmethod_bytraffic
  3286. configure:34315: result: shared
  3287. configure:34395: checking whether to enable mod_lbmethod_bybusyness
  3288. configure:34454: result: checking dependencies
  3289. configure:34467: checking whether to enable mod_lbmethod_bybusyness
  3290. configure:34477: result: shared
  3291. configure:34557: checking whether to enable mod_lbmethod_heartbeat
  3292. configure:34616: result: checking dependencies
  3293. configure:34629: checking whether to enable mod_lbmethod_heartbeat
  3294. configure:34639: result: shared
  3295. configure:34757: checking whether to enable mod_tls
  3296. configure:34816: result: checking dependencies
  3297. configure:34821: checking for rustls
  3298. configure:34832: checking for user-provided rustls base directory
  3299. configure:34848: result: /usr/local/httpd/srclib/rustls
  3300. configure:34858: checking for pkg-config along /mingw64/lib/pkgconfig:/mingw64/share/pkgconfig
  3301. configure:35136: checking for rustls version >= 0.8.2
  3302. configure:35151: gcc -c     -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE -I/usr/local/httpd/srclib/rustls/include conftest.c >&5
  3303. conftest.c:50:10: fatal error: rustls.h: No such file or directory
  3304.    50 | #include <rustls.h>
  3305.       |          ^~~~~~~~~~
  3306. compilation terminated.
  3307. configure:35151: $? = 1
  3308. configure: failed program was:
  3309. | /* confdefs.h */
  3310. | #define PACKAGE_NAME ""
  3311. | #define PACKAGE_TARNAME ""
  3312. | #define PACKAGE_VERSION ""
  3313. | #define PACKAGE_STRING ""
  3314. | #define PACKAGE_BUGREPORT ""
  3315. | #define PACKAGE_URL ""
  3316. | #define HAVE_PCRE2 1
  3317. | #define STDC_HEADERS 1
  3318. | #define HAVE_SYS_TYPES_H 1
  3319. | #define HAVE_SYS_STAT_H 1
  3320. | #define HAVE_STDLIB_H 1
  3321. | #define HAVE_STRING_H 1
  3322. | #define HAVE_MEMORY_H 1
  3323. | #define HAVE_STRINGS_H 1
  3324. | #define HAVE_INTTYPES_H 1
  3325. | #define HAVE_STDINT_H 1
  3326. | #define HAVE_UNISTD_H 1
  3327. | #define __EXTENSIONS__ 1
  3328. | #define _ALL_SOURCE 1
  3329. | #define _GNU_SOURCE 1
  3330. | #define _POSIX_PTHREAD_SEMANTICS 1
  3331. | #define _TANDEM_SOURCE 1
  3332. | #define STDC_HEADERS 1
  3333. | #define HAVE_STRING_H 1
  3334. | #define HAVE_LIMITS_H 1
  3335. | #define HAVE_UNISTD_H 1
  3336. | #define HAVE_STRINGS_H 1
  3337. | #define HAVE_FOPEN64 1
  3338. | #define HAVE_OPENSSL_ENGINE_H 1
  3339. | #define HAVE_SSL_CTX_NEW 1
  3340. | #define HAVE_OPENSSL_INIT_SSL 1
  3341. | #define HAVE_ENGINE_INIT 1
  3342. | #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  3343. | #define HAVE_OPENSSL 1
  3344. | #define HAVE_UNISTD_H 1
  3345. | #define HAVE_OPENSSL 1
  3346. | #define HAVE_NGHTTP2_NGHTTP2_H 1
  3347. | #define HAVE_NGHTTP2_SESSION_SERVER_NEW2 1
  3348. | #define HAVE_NGHTTP2_STREAM_GET_WEIGHT 1
  3349. | #define HAVE_NGHTTP2_SESSION_CHANGE_STREAM_PRIORITY 1
  3350. | #define HAVE_NGHTTP2_SESSION_CALLBACKS_SET_ON_INVALID_HEADER_CALLBACK 1
  3351. | #define HAVE_NGHTTP2_SESSION_GET_STREAM_LOCAL_WINDOW_SIZE 1
  3352. | #define HAVE_NGHTTP2 1
  3353. | #define HAVE_OPENSSL 1
  3354. | #define HAVE_JANSSON 1
  3355. | #define HAVE_CURL_CURL_H 1
  3356. | #define HAVE_CURL 1
  3357. | /* end confdefs.h.  */
  3358. | #include <rustls.h>
  3359. | int
  3360. | main ()
  3361. | {
  3362. |
  3363. | rustls_version();
  3364. |
  3365. |   ;
  3366. |   return 0;
  3367. | }
  3368. configure:35156: result: FAILED
  3369. configure:35166: result: no
  3370. configure:35226: checking whether to enable mod_tls
  3371. configure:35236: result: no (disabled)
  3372. configure:35337: checking which MPM to use by default
  3373. configure:35351: result: winnt
  3374. configure:35804: checking whether to enable mod_unixd
  3375. configure:35865: result: no
  3376. configure:35945: checking whether to enable mod_privileges
  3377. configure:36039: result: no
  3378. configure:36120: checking whether to enable mod_systemd
  3379. configure:36222: result: no
  3380. configure:36368: checking whether to enable mod_heartbeat
  3381. configure:36450: result: no
  3382. configure:36530: checking whether to enable mod_heartmonitor
  3383. configure:36591: result: no
  3384. configure:36712: checking whether to enable mod_dav
  3385. configure:36773: result: shared (most)
  3386. configure:36913: checking whether to enable mod_status
  3387. configure:36974: result: shared
  3388. configure:37054: checking whether to enable mod_autoindex
  3389. configure:37115: result: shared
  3390. configure:37195: checking whether to enable mod_asis
  3391. configure:37256: result: no
  3392. configure:37336: checking whether to enable mod_info
  3393. configure:37397: result: shared (most)
  3394. configure:37477: checking whether to enable mod_suexec
  3395. configure:37552: result: no
  3396. configure:37981: checking whether to enable mod_cgi
  3397. configure:38042: result: shared (most)
  3398. configure:38122: checking whether to enable mod_cgid
  3399. configure:38183: result: no
  3400. configure:38428: checking whether to enable mod_dav_fs
  3401. configure:38487: result: checking dependencies
  3402. configure:38500: checking whether to enable mod_dav_fs
  3403. configure:38510: result: shared
  3404. configure:38633: checking whether to enable mod_dav_lock
  3405. configure:38715: result: no
  3406. configure:38814: checking for extra modules
  3407. configure:38873: result: none
  3408. configure:38894: checking whether to enable mod_vhost_alias
  3409. configure:38955: result: shared (most)
  3410. configure:39035: checking whether to enable mod_negotiation
  3411. configure:39096: result: shared (most)
  3412. configure:39176: checking whether to enable mod_dir
  3413. configure:39237: result: shared
  3414. configure:39317: checking whether to enable mod_imagemap
  3415. configure:39378: result: no
  3416. configure:39458: checking whether to enable mod_actions
  3417. configure:39519: result: shared (most)
  3418. configure:39599: checking whether to enable mod_speling
  3419. configure:39660: result: shared (most)
  3420. configure:39740: checking whether to enable mod_userdir
  3421. configure:39801: result: shared (most)
  3422. configure:39881: checking whether to enable mod_alias
  3423. configure:39942: result: shared
  3424. configure:40022: checking whether to enable mod_rewrite
  3425. configure:40083: result: shared
  3426. configure:40656:
  3427. configure:40658: Restore user-defined environment settings...
  3428. configure:40660:
  3429. configure:40785:
  3430. configure:40787: Construct makefiles and header files...
  3431. configure:40789:
  3432. configure:41120: creating config_vars.mk
  3433. configure:41303: creating ./config.status
  3434.  
  3435. ## ---------------------- ##
  3436. ## Running config.status. ##
  3437. ## ---------------------- ##
  3438.  
  3439. This file was extended by config.status, which was
  3440. generated by GNU Autoconf 2.69.  Invocation command line was
  3441.  
  3442.   CONFIG_FILES    =
  3443.   CONFIG_HEADERS  =
  3444.   CONFIG_LINKS    =
  3445.   CONFIG_COMMANDS =
  3446.   $ ./config.status
  3447.  
  3448. on user-PC
  3449.  
  3450. config.status:1183: creating test/pyhttpd/config.ini
  3451. config.status:1183: creating docs/conf/httpd.conf
  3452. config.status:1183: creating docs/conf/extra/httpd-autoindex.conf
  3453. config.status:1183: creating docs/conf/extra/httpd-dav.conf
  3454. config.status:1183: creating docs/conf/extra/httpd-default.conf
  3455. config.status:1183: creating docs/conf/extra/httpd-info.conf
  3456. config.status:1183: creating docs/conf/extra/httpd-languages.conf
  3457. config.status:1183: creating docs/conf/extra/httpd-manual.conf
  3458. config.status:1183: creating docs/conf/extra/httpd-mpm.conf
  3459. config.status:1183: creating docs/conf/extra/httpd-multilang-errordoc.conf
  3460. config.status:1183: creating docs/conf/extra/httpd-ssl.conf
  3461. config.status:1183: creating docs/conf/extra/httpd-userdir.conf
  3462. config.status:1183: creating docs/conf/extra/httpd-vhosts.conf
  3463. config.status:1183: creating docs/conf/extra/proxy-html.conf
  3464. config.status:1183: creating include/ap_config_layout.h
  3465. config.status:1183: creating support/apxs
  3466. config.status:1183: creating support/apachectl
  3467. config.status:1183: creating support/dbmmanage
  3468. config.status:1183: creating support/envvars-std
  3469. config.status:1183: creating support/log_server_status
  3470. config.status:1183: creating support/logresolve.pl
  3471. config.status:1183: creating support/phf_abuse_log.cgi
  3472. config.status:1183: creating support/split-logfile
  3473. config.status:1183: creating build/rules.mk
  3474. config.status:1183: creating build/pkg/pkginfo
  3475. config.status:1183: creating build/config_vars.sh
  3476. config.status:1183: creating include/ap_config_auto.h
  3477. config.status:1353: include/ap_config_auto.h is unchanged
  3478. config.status:1367: executing default commands
  3479. configure:42517: summary of build options:
  3480.  
  3481.     Server Version: 2.4.53
  3482.     Install prefix: /usr/local/apache2
  3483.     C compiler:     gcc
  3484.     CFLAGS:            
  3485.     CPPFLAGS:         -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE  
  3486.     LDFLAGS:          -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib  
  3487.     LIBS:            
  3488.     C preprocessor: gcc -E
  3489.  
  3490.  
  3491. ## ---------------- ##
  3492. ## Cache variables. ##
  3493. ## ---------------- ##
  3494.  
  3495. ac_cv_APR_HAS_LDAP=yes
  3496. ac_cv_build=x86_64-w64-mingw32
  3497. ac_cv_c_compiler_gnu=yes
  3498. ac_cv_c_const=yes
  3499. ac_cv_curl=yes
  3500. ac_cv_define_APR_HAS_DSO=yes
  3501. ac_cv_define_APR_HAS_RANDOM=yes
  3502. ac_cv_define_APR_HAS_THREADS=yes
  3503. ac_cv_define_APR_HAVE_IPV6=no
  3504. ac_cv_env_CC_set=
  3505. ac_cv_env_CC_value=
  3506. ac_cv_env_CFLAGS_set=
  3507. ac_cv_env_CFLAGS_value=
  3508. ac_cv_env_CPPFLAGS_set=
  3509. ac_cv_env_CPPFLAGS_value=
  3510. ac_cv_env_CPP_set=
  3511. ac_cv_env_CPP_value=
  3512. ac_cv_env_LDFLAGS_set=
  3513. ac_cv_env_LDFLAGS_value=
  3514. ac_cv_env_LIBS_set=
  3515. ac_cv_env_LIBS_value=
  3516. ac_cv_env_build_alias_set=
  3517. ac_cv_env_build_alias_value=
  3518. ac_cv_env_host_alias_set=
  3519. ac_cv_env_host_alias_value=
  3520. ac_cv_env_target_alias_set=
  3521. ac_cv_env_target_alias_value=
  3522. ac_cv_exeext=.exe
  3523. ac_cv_func_ENGINE_init=yes
  3524. ac_cv_func_ENGINE_load_builtin_engines=yes
  3525. ac_cv_func_OPENSSL_init_ssl=yes
  3526. ac_cv_func_RAND_egd=no
  3527. ac_cv_func_SSL_CTX_new=yes
  3528. ac_cv_func_arc4random_buf=no
  3529. ac_cv_func_bindprocessor=no
  3530. ac_cv_func_epoll_create=no
  3531. ac_cv_func_fopen64=yes
  3532. ac_cv_func_getgrnam=no
  3533. ac_cv_func_getloadavg=no
  3534. ac_cv_func_getpgid=no
  3535. ac_cv_func_getpwnam=no
  3536. ac_cv_func_initgroups=no
  3537. ac_cv_func_kqueue=no
  3538. ac_cv_func_nghttp2_session_callbacks_set_on_invalid_header_callback=yes
  3539. ac_cv_func_nghttp2_session_change_stream_priority=yes
  3540. ac_cv_func_nghttp2_session_get_stream_local_window_size=yes
  3541. ac_cv_func_nghttp2_session_server_new2=yes
  3542. ac_cv_func_nghttp2_stream_get_weight=yes
  3543. ac_cv_func_port_create=no
  3544. ac_cv_func_prctl=no
  3545. ac_cv_func_syslog=no
  3546. ac_cv_func_timegm=no
  3547. ac_cv_func_times=no
  3548. ac_cv_gettid=no
  3549. ac_cv_have_decl_CMSG_DATA=no
  3550. ac_cv_have_threadsafe_pollset=no
  3551. ac_cv_header_bstring_h=no
  3552. ac_cv_header_curl_curl_h=yes
  3553. ac_cv_header_grp_h=no
  3554. ac_cv_header_inttypes_h=yes
  3555. ac_cv_header_limits_h=yes
  3556. ac_cv_header_memory_h=yes
  3557. ac_cv_header_minix_config_h=no
  3558. ac_cv_header_nghttp2_nghttp2_h=yes
  3559. ac_cv_header_openssl_engine_h=yes
  3560. ac_cv_header_pwd_h=no
  3561. ac_cv_header_stdc=yes
  3562. ac_cv_header_stdint_h=yes
  3563. ac_cv_header_stdlib_h=yes
  3564. ac_cv_header_string_h=yes
  3565. ac_cv_header_strings_h=yes
  3566. ac_cv_header_sys_loadavg_h=no
  3567. ac_cv_header_sys_prctl_h=no
  3568. ac_cv_header_sys_processor_h=no
  3569. ac_cv_header_sys_sdt_h=no
  3570. ac_cv_header_sys_sem_h=no
  3571. ac_cv_header_sys_socket_h=no
  3572. ac_cv_header_sys_stat_h=yes
  3573. ac_cv_header_sys_times_h=no
  3574. ac_cv_header_sys_types_h=yes
  3575. ac_cv_header_sys_wait_h=no
  3576. ac_cv_header_unistd_h=yes
  3577. ac_cv_host=x86_64-w64-mingw32
  3578. ac_cv_jansson=yes
  3579. ac_cv_mkdir_p=yes
  3580. ac_cv_nghttp2=yes
  3581. ac_cv_objext=o
  3582. ac_cv_openssl=yes
  3583. ac_cv_path_EGREP='/usr/bin/grep -E'
  3584. ac_cv_path_GREP=/usr/bin/grep
  3585. ac_cv_path_PKGCONFIG=/mingw64/bin/pkg-config
  3586. ac_cv_path_RM=/usr/bin/rm
  3587. ac_cv_path_RSYNC=/usr/bin/rsync
  3588. ac_cv_path_SVN=/usr/bin/svn
  3589. ac_cv_prog_AWK=gawk
  3590. ac_cv_prog_CPP='gcc -E'
  3591. ac_cv_prog_ac_ct_CC=gcc
  3592. ac_cv_prog_ac_ct_PCRE_CONFIG=pcre2-config
  3593. ac_cv_prog_ac_ct_RANLIB=ranlib
  3594. ac_cv_prog_cc_c89=
  3595. ac_cv_prog_cc_c99=
  3596. ac_cv_prog_cc_g=yes
  3597. ac_cv_rustls=no
  3598. ac_cv_safe_to_define___extensions__=yes
  3599. ac_cv_search_crypt=no
  3600. ac_cv_search_sqrt='none required'
  3601. ac_cv_search_strerror='none required'
  3602. ac_cv_struct_tm_gmtoff=no
  3603. ac_cv_target=x86_64-w64-mingw32
  3604. ap_cv_aprver13=yes
  3605. ap_cv_apuver13=yes
  3606. ap_cv_void_ptr_lt_long=no
  3607. ap_cv_zlib=/usr
  3608.  
  3609. ## ----------------- ##
  3610. ## Output variables. ##
  3611. ## ----------------- ##
  3612.  
  3613. APACHECTL_ULIMIT='ulimit -S -n `ulimit -H -n`'
  3614. APR_BINDIR='/mingw64/bin'
  3615. APR_CONFIG='/mingw64/bin/apr-1-config'
  3616. APR_INCLUDEDIR='/mingw64/include/apr-1'
  3617. APR_VERSION='1.6.5'
  3618. APU_BINDIR='/mingw64/bin'
  3619. APU_CONFIG='/mingw64/bin/apu-1-config'
  3620. APU_INCLUDEDIR='/mingw64/include/apr-1'
  3621. APU_VERSION='1.6.1'
  3622. AP_BUILD_SRCLIB_DIRS=''
  3623. AP_CLEAN_SRCLIB_DIRS=''
  3624. AP_LIBS='$(MOD_SO_LDADD) $(MOD_HTTP_LDADD)  -L/mingw64/lib -R/mingw64/lib -laprutil-1   -lgdbm  -lexpat -liconv  -L/mingw64/lib -R/mingw64/lib -lapr-1 -lshell32 -ladvapi32 -lws2_32 -lrpcrt4 -lmswsock'
  3625. AWK='gawk'
  3626. BUILTIN_LIBS=' modules/core/libmod_so.la modules/http/libmod_http.la'
  3627. CC='gcc'
  3628. CFLAGS=''
  3629. CORE_IMPLIB=''
  3630. CORE_IMPLIB_FILE=''
  3631. CPP='gcc -E'
  3632. CPPFLAGS=''
  3633. CRYPT_LIBS=''
  3634. CXX=''
  3635. CXXFLAGS=''
  3636. DEFS='-DHAVE_CONFIG_H'
  3637. DSO_MODULES=' authn_file authn_dbm authn_anon authn_dbd authn_socache authn_core authz_host authz_groupfile authz_user authz_dbm authz_owner authz_dbd authz_core authnz_ldap access_compat auth_basic auth_form auth_digest allowmethods file_cache cache cache_disk cache_socache socache_shmcb socache_dbm socache_memcache socache_redis watchdog macro dbd dumpio buffer ratelimit reqtimeout ext_filter request include filter substitute sed deflate brotli mime ldap log_config log_debug logio env expires headers unique_id setenvif version remoteip proxy proxy_connect proxy_ftp proxy_http proxy_fcgi proxy_scgi proxy_uwsgi proxy_wstunnel proxy_ajp proxy_balancer proxy_express proxy_hcheck session session_cookie session_crypto session_dbd slotmem_shm ssl http2 md lbmethod_byrequests lbmethod_bytraffic lbmethod_bybusyness lbmethod_heartbeat dav status autoindex info cgi dav_fs vhost_alias negotiation dir actions speling userdir alias rewrite'
  3638. DTRACE='true'
  3639. ECHO_C=''
  3640. ECHO_N='-n'
  3641. ECHO_T=''
  3642. EGREP='/usr/bin/grep -E'
  3643. ENABLED_DSO_MODULES=',authn_file,authn_core,authz_host,authz_groupfile,authz_user,authz_core,access_compat,auth_basic,reqtimeout,filter,mime,log_config,env,headers,setenvif,version,status,autoindex,dir,alias'
  3644. ENABLED_MPM_MODULE=''
  3645. EXEEXT='.exe'
  3646. EXTRA_CFLAGS=' '
  3647. EXTRA_CPPFLAGS='  -DWIN32 -D__MSVCRT__ -D_LARGEFILE64_SOURCE'
  3648. EXTRA_CXXFLAGS=''
  3649. EXTRA_INCLUDES='-I. -I$(top_srcdir)/os/$(OS_DIR) -I$(top_srcdir)/include -I/mingw64/include/apr-1 -I/mingw64/include -I$(top_srcdir)/modules/aaa -I$(top_srcdir)/modules/cache -I$(top_srcdir)/modules/core -I$(top_srcdir)/modules/database -I$(top_srcdir)/modules/filters -I$(top_srcdir)/modules/ldap -I$(top_srcdir)/modules/loggers -I$(top_srcdir)/modules/lua -I$(top_srcdir)/modules/proxy -I$(top_srcdir)/modules/http2 -I$(top_srcdir)/modules/session -I$(top_srcdir)/modules/ssl -I$(top_srcdir)/modules/test -I$(top_srcdir)/server -I$(top_srcdir)/modules/md -I$(top_srcdir)/modules/arch/unix -I$(top_srcdir)/modules/dav/main -I$(top_srcdir)/modules/generators -I$(top_srcdir)/modules/mappers'
  3650. EXTRA_LDFLAGS='  -Wl,--enable-auto-import,--subsystem,console -L/mingw64/lib'
  3651. EXTRA_LIBS=''
  3652. GREP='/usr/bin/grep'
  3653. HTTPD_LDFLAGS='-export-dynamic'
  3654. HTTPD_MMN='20120211'
  3655. HTTPD_VERSION='2.4.53'
  3656. INCLUDES=''
  3657. INSTALL='$(LIBTOOL) --mode=install $(abs_srcdir)/build/install.sh -c'
  3658. INSTALL_DSO='yes'
  3659. INSTALL_PROG_FLAGS=''
  3660. INSTALL_SUEXEC='setuid'
  3661. INTERNAL_CPPFLAGS='-DAP_DECLARE_EXPORT'
  3662. LDFLAGS=''
  3663. LIBOBJS=''
  3664. LIBS=''
  3665. LIBTOOL='/mingw64/share/apr-1/build/libtool $(LTFLAGS)'
  3666. LN_S='cp -pR'
  3667. LOAD_ALL_MODULES='no'
  3668. LTCFLAGS='-prefer-non-pic -static'
  3669. LTFLAGS='--silent'
  3670. LTLIBOBJS=''
  3671. LT_LDFLAGS=''
  3672. LUA_CFLAGS=''
  3673. LUA_LIBS=''
  3674. LYNX_PATH='lynx'
  3675. MATH_LIBS=''
  3676. MKDEP='$(CC) -MM'
  3677. MKINSTALLDIRS='$(abs_srcdir)/build/mkdir.sh'
  3678. MK_IMPLIB=''
  3679. MODULE_CLEANDIRS=' arch/win32 echo examples experimental lua test tls arch/unix cluster dav/lock'
  3680. MODULE_DIRS=' aaa cache core database debugging filters http ldap loggers metadata proxy session slotmem ssl http2 md proxy/balancers dav/main generators dav/fs mappers'
  3681. MOD_ACCESS_COMPAT_LDADD=''
  3682. MOD_ACTIONS_LDADD=''
  3683. MOD_ALIAS_LDADD=''
  3684. MOD_ALLOWMETHODS_LDADD=''
  3685. MOD_ASIS_LDADD=''
  3686. MOD_AUTHNZ_FCGI_LDADD=''
  3687. MOD_AUTHNZ_LDAP_LDADD=' -lldap -llber'
  3688. MOD_AUTHN_ANON_LDADD=''
  3689. MOD_AUTHN_CORE_LDADD=''
  3690. MOD_AUTHN_DBD_LDADD=''
  3691. MOD_AUTHN_DBM_LDADD=''
  3692. MOD_AUTHN_FILE_LDADD=''
  3693. MOD_AUTHN_SOCACHE_LDADD=''
  3694. MOD_AUTHZ_CORE_LDADD=''
  3695. MOD_AUTHZ_DBD_LDADD=''
  3696. MOD_AUTHZ_DBM_LDADD=''
  3697. MOD_AUTHZ_GROUPFILE_LDADD=''
  3698. MOD_AUTHZ_HOST_LDADD=''
  3699. MOD_AUTHZ_OWNER_LDADD=''
  3700. MOD_AUTHZ_USER_LDADD=''
  3701. MOD_AUTH_BASIC_LDADD=''
  3702. MOD_AUTH_DIGEST_LDADD=''
  3703. MOD_AUTH_FORM_LDADD=''
  3704. MOD_AUTOINDEX_LDADD=''
  3705. MOD_BROTLI_LDADD='-LC:/git-sdk-64/mingw64/lib -lbrotlienc  -export-symbols-regex brotli_module'
  3706. MOD_BUCKETEER_LDADD=''
  3707. MOD_BUFFER_LDADD=''
  3708. MOD_CACHE_DISK_LDADD=''
  3709. MOD_CACHE_LDADD=''
  3710. MOD_CACHE_SOCACHE_LDADD=''
  3711. MOD_CASE_FILTER_IN_LDADD=''
  3712. MOD_CASE_FILTER_LDADD=''
  3713. MOD_CERN_META_LDADD=''
  3714. MOD_CGID_LDADD=''
  3715. MOD_CGI_LDADD=''
  3716. MOD_CHARSET_LITE_LDADD=''
  3717. MOD_DATA_LDADD=''
  3718. MOD_DAV_FS_LDADD=''
  3719. MOD_DAV_LDADD=''
  3720. MOD_DAV_LOCK_LDADD=''
  3721. MOD_DBD_LDADD=''
  3722. MOD_DEFLATE_LDADD=' -lz'
  3723. MOD_DIALUP_LDADD=''
  3724. MOD_DIR_LDADD=''
  3725. MOD_DUMPIO_LDADD=''
  3726. MOD_ECHO_LDADD=''
  3727. MOD_ENV_LDADD=''
  3728. MOD_EXAMPLE_HOOKS_LDADD=''
  3729. MOD_EXAMPLE_IPC_LDADD=''
  3730. MOD_EXPIRES_LDADD=''
  3731. MOD_EXT_FILTER_LDADD=''
  3732. MOD_FILE_CACHE_LDADD=''
  3733. MOD_FILTER_LDADD=''
  3734. MOD_HEADERS_LDADD=''
  3735. MOD_HEARTBEAT_LDADD=''
  3736. MOD_HEARTMONITOR_LDADD=''
  3737. MOD_HTTP2_LDADD='-export-symbols-regex http2_module'
  3738. MOD_HTTP_LDADD=''
  3739. MOD_IDENT_LDADD=''
  3740. MOD_IMAGEMAP_LDADD=''
  3741. MOD_INCLUDE_LDADD=''
  3742. MOD_INFO_LDADD=''
  3743. MOD_ISAPI_LDADD=''
  3744. MOD_LBMETHOD_BYBUSYNESS_LDADD=''
  3745. MOD_LBMETHOD_BYREQUESTS_LDADD=''
  3746. MOD_LBMETHOD_BYTRAFFIC_LDADD=''
  3747. MOD_LBMETHOD_HEARTBEAT_LDADD=''
  3748. MOD_LDAP_LDADD=' -lldap -llber'
  3749. MOD_LOGIO_LDADD=''
  3750. MOD_LOG_CONFIG_LDADD=''
  3751. MOD_LOG_DEBUG_LDADD=''
  3752. MOD_LOG_FORENSIC_LDADD=''
  3753. MOD_LUA_LDADD=''
  3754. MOD_MACRO_LDADD=''
  3755. MOD_MD_LDADD='-export-symbols-regex md_module'
  3756. MOD_MIME_LDADD=''
  3757. MOD_MIME_MAGIC_LDADD=''
  3758. MOD_MPM_EVENT_LDADD=''
  3759. MOD_NEGOTIATION_LDADD=''
  3760. MOD_OPTIONAL_FN_EXPORT_LDADD=''
  3761. MOD_OPTIONAL_FN_IMPORT_LDADD=''
  3762. MOD_OPTIONAL_HOOK_EXPORT_LDADD=''
  3763. MOD_OPTIONAL_HOOK_IMPORT_LDADD=''
  3764. MOD_PRIVILEGES_LDADD=''
  3765. MOD_PROXY_AJP_LDADD=''
  3766. MOD_PROXY_BALANCER_LDADD=''
  3767. MOD_PROXY_CONNECT_LDADD=''
  3768. MOD_PROXY_EXPRESS_LDADD=''
  3769. MOD_PROXY_FCGI_LDADD=''
  3770. MOD_PROXY_FDPASS_LDADD=''
  3771. MOD_PROXY_FTP_LDADD=''
  3772. MOD_PROXY_HCHECK_LDADD=''
  3773. MOD_PROXY_HTML_LDADD=''
  3774. MOD_PROXY_HTTP2_LDADD=''
  3775. MOD_PROXY_HTTP_LDADD=''
  3776. MOD_PROXY_LDADD=''
  3777. MOD_PROXY_SCGI_LDADD=''
  3778. MOD_PROXY_UWSGI_LDADD=''
  3779. MOD_PROXY_WSTUNNEL_LDADD=''
  3780. MOD_RATELIMIT_LDADD=''
  3781. MOD_REFLECTOR_LDADD=''
  3782. MOD_REMOTEIP_LDADD=''
  3783. MOD_REQTIMEOUT_LDADD=''
  3784. MOD_REQUEST_LDADD=''
  3785. MOD_REWRITE_LDADD=''
  3786. MOD_SED_LDADD='-export-symbols-regex sed_module'
  3787. MOD_SESSION_COOKIE_LDADD=''
  3788. MOD_SESSION_CRYPTO_LDADD=''
  3789. MOD_SESSION_DBD_LDADD=''
  3790. MOD_SESSION_LDADD=''
  3791. MOD_SETENVIF_LDADD=''
  3792. MOD_SLOTMEM_PLAIN_LDADD=''
  3793. MOD_SLOTMEM_SHM_LDADD=''
  3794. MOD_SOCACHE_DBM_LDADD=''
  3795. MOD_SOCACHE_DC_LDADD=''
  3796. MOD_SOCACHE_MEMCACHE_LDADD=''
  3797. MOD_SOCACHE_REDIS_LDADD=''
  3798. MOD_SOCACHE_SHMCB_LDADD=''
  3799. MOD_SO_ENABLED='yes'
  3800. MOD_SO_LDADD=''
  3801. MOD_SPELING_LDADD=''
  3802. MOD_SSL_LDADD='-export-symbols-regex ssl_module'
  3803. MOD_STATUS_LDADD=''
  3804. MOD_SUBSTITUTE_LDADD=''
  3805. MOD_SUEXEC_LDADD=''
  3806. MOD_SYSTEMD_LDADD=''
  3807. MOD_TLS_LDADD=''
  3808. MOD_UNIQUE_ID_LDADD=''
  3809. MOD_UNIXD_LDADD=''
  3810. MOD_USERDIR_LDADD=''
  3811. MOD_USERTRACK_LDADD=''
  3812. MOD_VERSION_LDADD=''
  3813. MOD_VHOST_ALIAS_LDADD=''
  3814. MOD_WATCHDOG_LDADD=''
  3815. MOD_XML2ENC_LDADD=''
  3816. MPM_LIB='server/mpm/winnt/libwinnt.la'
  3817. MPM_MODULES=''
  3818. MPM_SUBDIRS=' winnt '
  3819. NONPORTABLE_SUPPORT=''
  3820. NOTEST_CFLAGS=''
  3821. NOTEST_CPPFLAGS=''
  3822. NOTEST_CXXFLAGS=''
  3823. NOTEST_LDFLAGS=''
  3824. NOTEST_LIBS=''
  3825. OBJEXT='o'
  3826. OS='win32'
  3827. OS_DIR='win32'
  3828. OS_SPECIFIC_VARS=''
  3829. PACKAGE_BUGREPORT=''
  3830. PACKAGE_NAME=''
  3831. PACKAGE_STRING=''
  3832. PACKAGE_TARNAME=''
  3833. PACKAGE_URL=''
  3834. PACKAGE_VERSION=''
  3835. PATH_SEPARATOR=':'
  3836. PCRE_CONFIG='pcre2-config'
  3837. PCRE_LIBS='-L/mingw64/lib -lpcre2-8'
  3838. PICFLAGS=''
  3839. PILDFLAGS=''
  3840. PKGCONFIG='/mingw64/bin/pkg-config'
  3841. PORT='80'
  3842. POST_SHARED_CMDS='echo ""'
  3843. PRE_SHARED_CMDS='echo ""'
  3844. RANLIB='ranlib'
  3845. RM='/usr/bin/rm'
  3846. RSYNC='/usr/bin/rsync'
  3847. SHELL='/bin/sh'
  3848. SHLIBPATH_VAR='PATH'
  3849. SHLTCFLAGS='-prefer-pic'
  3850. SH_LDFLAGS=''
  3851. SH_LIBS=''
  3852. SH_LIBTOOL='$(LIBTOOL)'
  3853. SSLPORT='443'
  3854. SVN='/usr/bin/svn'
  3855. UTIL_LDFLAGS=''
  3856. ab_CFLAGS='-IC:/git-sdk-64/mingw64/include '
  3857. ab_LIBS='-LC:/git-sdk-64/mingw64/lib -LC:/git-sdk-64/mingw64/lib  -lssl -lws2_32 -lgdi32 -lcrypt32 -lcrypto -lshell32 -ladvapi32 -lrpcrt4 -lmswsock'
  3858. ab_LTFLAGS=''
  3859. abs_srcdir='/usr/local/httpd'
  3860. ac_ct_CC='gcc'
  3861. ac_ct_PCRE_CONFIG='pcre2-config'
  3862. ap_make_delimiter=' '
  3863. ap_make_include='include'
  3864. bindir='${exec_prefix}/bin'
  3865. build='x86_64-w64-mingw32'
  3866. build_alias='x86_64-w64-mingw32'
  3867. build_cpu='x86_64'
  3868. build_os='mingw32'
  3869. build_vendor='w64'
  3870. cgidir='${datadir}/cgi-bin'
  3871. checkgid_LTFLAGS=''
  3872. datadir='${prefix}'
  3873. datarootdir='${prefix}/share'
  3874. docdir='${datarootdir}/doc/${PACKAGE}'
  3875. dvidir='${docdir}'
  3876. errordir='${datadir}/error'
  3877. exec_prefix='${prefix}'
  3878. exp_bindir='/usr/local/apache2/bin'
  3879. exp_cgidir='/usr/local/apache2/cgi-bin'
  3880. exp_datadir='/usr/local/apache2'
  3881. exp_errordir='/usr/local/apache2/error'
  3882. exp_exec_prefix='/usr/local/apache2'
  3883. exp_htdocsdir='/usr/local/apache2/htdocs'
  3884. exp_iconsdir='/usr/local/apache2/icons'
  3885. exp_includedir='/usr/local/apache2/include'
  3886. exp_installbuilddir='/usr/local/apache2/build'
  3887. exp_libdir='/usr/local/apache2/lib'
  3888. exp_libexecdir='/usr/local/apache2/modules'
  3889. exp_localstatedir='/usr/local/apache2'
  3890. exp_logfiledir='/usr/local/apache2/logs'
  3891. exp_mandir='/usr/local/apache2/man'
  3892. exp_manualdir='/usr/local/apache2/manual'
  3893. exp_proxycachedir='/usr/local/apache2/proxy'
  3894. exp_runtimedir='/usr/local/apache2/logs'
  3895. exp_sbindir='/usr/local/apache2/bin'
  3896. exp_sysconfdir='/usr/local/apache2/conf'
  3897. fcgistarter_LTFLAGS=''
  3898. host='x86_64-w64-mingw32'
  3899. host_alias=''
  3900. host_cpu='x86_64'
  3901. host_os='mingw32'
  3902. host_vendor='w64'
  3903. htcacheclean_LTFLAGS=''
  3904. htdbm_LTFLAGS=''
  3905. htdigest_LTFLAGS=''
  3906. htdocsdir='${datadir}/htdocs'
  3907. htmldir='${docdir}'
  3908. htpasswd_LTFLAGS=''
  3909. httxt2dbm_LTFLAGS=''
  3910. iconsdir='${datadir}/icons'
  3911. includedir='${prefix}/include'
  3912. infodir='${datarootdir}/info'
  3913. installbuilddir='${datadir}/build'
  3914. libdir='${exec_prefix}/lib'
  3915. libexecdir='${exec_prefix}/modules'
  3916. localedir='${datarootdir}/locale'
  3917. localstatedir='${prefix}'
  3918. logfiledir='${localstatedir}/logs'
  3919. logresolve_LTFLAGS=''
  3920. mandir='${prefix}/man'
  3921. manualdir='${datadir}/manual'
  3922. oldincludedir='/usr/include'
  3923. other_targets=''
  3924. pdfdir='${docdir}'
  3925. perlbin='/usr/bin/perl'
  3926. prefix='/usr/local/apache2'
  3927. progname='httpd'
  3928. program_transform_name='s,x,x,'
  3929. proxycachedir='${localstatedir}/proxy'
  3930. psdir='${docdir}'
  3931. rel_bindir='bin'
  3932. rel_cgidir='cgi-bin'
  3933. rel_datadir=''
  3934. rel_errordir='error'
  3935. rel_exec_prefix=''
  3936. rel_htdocsdir='htdocs'
  3937. rel_iconsdir='icons'
  3938. rel_includedir='include'
  3939. rel_installbuilddir='build'
  3940. rel_libdir='lib'
  3941. rel_libexecdir='modules'
  3942. rel_localstatedir=''
  3943. rel_logfiledir='logs'
  3944. rel_mandir='man'
  3945. rel_manualdir='manual'
  3946. rel_proxycachedir='proxy'
  3947. rel_runtimedir='logs'
  3948. rel_sbindir='bin'
  3949. rel_sysconfdir='conf'
  3950. rotatelogs_LTFLAGS=''
  3951. runtimedir='${localstatedir}/logs'
  3952. sbindir='${exec_prefix}/bin'
  3953. shared_build='shared-build'
  3954. sharedstatedir='${prefix}/com'
  3955. sysconfdir='${prefix}/conf'
  3956. target='x86_64-w64-mingw32'
  3957. target_alias=''
  3958. target_cpu='x86_64'
  3959. target_os='mingw32'
  3960. target_vendor='w64'
  3961.  
  3962. ## ----------- ##
  3963. ## confdefs.h. ##
  3964. ## ----------- ##
  3965.  
  3966. /* confdefs.h */
  3967. #define PACKAGE_NAME ""
  3968. #define PACKAGE_TARNAME ""
  3969. #define PACKAGE_VERSION ""
  3970. #define PACKAGE_STRING ""
  3971. #define PACKAGE_BUGREPORT ""
  3972. #define PACKAGE_URL ""
  3973. #define HAVE_PCRE2 1
  3974. #define STDC_HEADERS 1
  3975. #define HAVE_SYS_TYPES_H 1
  3976. #define HAVE_SYS_STAT_H 1
  3977. #define HAVE_STDLIB_H 1
  3978. #define HAVE_STRING_H 1
  3979. #define HAVE_MEMORY_H 1
  3980. #define HAVE_STRINGS_H 1
  3981. #define HAVE_INTTYPES_H 1
  3982. #define HAVE_STDINT_H 1
  3983. #define HAVE_UNISTD_H 1
  3984. #define __EXTENSIONS__ 1
  3985. #define _ALL_SOURCE 1
  3986. #define _GNU_SOURCE 1
  3987. #define _POSIX_PTHREAD_SEMANTICS 1
  3988. #define _TANDEM_SOURCE 1
  3989. #define STDC_HEADERS 1
  3990. #define HAVE_STRING_H 1
  3991. #define HAVE_LIMITS_H 1
  3992. #define HAVE_UNISTD_H 1
  3993. #define HAVE_STRINGS_H 1
  3994. #define HAVE_FOPEN64 1
  3995. #define HAVE_OPENSSL_ENGINE_H 1
  3996. #define HAVE_SSL_CTX_NEW 1
  3997. #define HAVE_OPENSSL_INIT_SSL 1
  3998. #define HAVE_ENGINE_INIT 1
  3999. #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  4000. #define HAVE_OPENSSL 1
  4001. #define HAVE_UNISTD_H 1
  4002. #define HAVE_OPENSSL 1
  4003. #define HAVE_NGHTTP2_NGHTTP2_H 1
  4004. #define HAVE_NGHTTP2_SESSION_SERVER_NEW2 1
  4005. #define HAVE_NGHTTP2_STREAM_GET_WEIGHT 1
  4006. #define HAVE_NGHTTP2_SESSION_CHANGE_STREAM_PRIORITY 1
  4007. #define HAVE_NGHTTP2_SESSION_CALLBACKS_SET_ON_INVALID_HEADER_CALLBACK 1
  4008. #define HAVE_NGHTTP2_SESSION_GET_STREAM_LOCAL_WINDOW_SIZE 1
  4009. #define HAVE_NGHTTP2 1
  4010. #define HAVE_OPENSSL 1
  4011. #define HAVE_JANSSON 1
  4012. #define HAVE_CURL_CURL_H 1
  4013. #define HAVE_CURL 1
  4014. #define AP_USING_AUTOCONF 1
  4015. #define AP_NONBLOCK_WHEN_MULTI_LISTEN 1
  4016. #define HTTPD_ROOT "/usr/local/apache2"
  4017. #define SERVER_CONFIG_FILE "conf/httpd.conf"
  4018. #define AP_TYPES_CONFIG_FILE "conf/mime.types"
  4019.  
  4020. configure: exit 0
  4021.