You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1060 lines
35KB

  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3. It was created by jansson configure 2.10, which was
  4. generated by GNU Autoconf 2.69. Invocation command line was
  5. $ ./configure --prefix=/f/git/Rack/dep/.
  6. ## --------- ##
  7. ## Platform. ##
  8. ## --------- ##
  9. hostname = TERA
  10. uname -m = x86_64
  11. uname -r = 2.10.0(0.325/5/3)
  12. uname -s = MINGW64_NT-10.0
  13. uname -v = 2018-02-09 15:25
  14. /usr/bin/uname -p = unknown
  15. /bin/uname -X = unknown
  16. /bin/arch = x86_64
  17. /usr/bin/arch -k = unknown
  18. /usr/convex/getsysinfo = unknown
  19. /usr/bin/hostinfo = unknown
  20. /bin/machine = unknown
  21. /usr/bin/oslevel = unknown
  22. /bin/universe = unknown
  23. PATH: /mingw64/bin
  24. PATH: /usr/local/bin
  25. PATH: /usr/bin
  26. PATH: /bin
  27. PATH: /c/Windows/System32
  28. PATH: /c/Windows
  29. PATH: /c/Windows/System32/Wbem
  30. PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
  31. ## ----------- ##
  32. ## Core tests. ##
  33. ## ----------- ##
  34. configure:2263: loading site script /mingw64/etc/config.site
  35. | # This file is in public domain.
  36. | # Original author: Karlson2k (Evgeny Grin)
  37. | # Written for MSys2/MinGW64 to help running 'configure' scripts
  38. |
  39. | # Defaults for MinGW64-targeted programs
  40. |
  41. | # Set proper selfname on bash and fallback to default name on other shells
  42. | test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" || config_site_me=config.site
  43. |
  44. | # Set default 'host' to speedup configure
  45. | if test -z "$build_alias"; then
  46. | build_alias="${MSYSTEM_CHOST-x86_64-w64-mingw32}" && \
  47. | $as_echo "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5
  48. | fi
  49. |
  50. | # Set default 'prefix' to "/mingw64"
  51. | if ( test -z "$prefix" || test "x$prefix" = "xNONE" ) && \
  52. | ( test -z "$exec_prefix" || test "x$exec_prefix" = "xNONE" ); then
  53. | prefix="${MSYSTEM_PREFIX-/mingw64}" && \
  54. | $as_echo "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5
  55. | fi
  56. config.site:13: default build_alias set to x86_64-w64-mingw32
  57. configure:2405: checking for a BSD-compatible install
  58. configure:2473: result: /usr/bin/install -c
  59. configure:2484: checking whether build environment is sane
  60. configure:2539: result: yes
  61. configure:2690: checking for a thread-safe mkdir -p
  62. configure:2729: result: /usr/bin/mkdir -p
  63. configure:2736: checking for gawk
  64. configure:2752: found /usr/bin/gawk
  65. configure:2763: result: gawk
  66. configure:2774: checking whether make sets $(MAKE)
  67. configure:2796: result: yes
  68. configure:2825: checking whether make supports nested variables
  69. configure:2842: result: yes
  70. configure:3022: checking for gcc
  71. configure:3038: found /mingw64/bin/gcc
  72. configure:3049: result: gcc
  73. configure:3278: checking for C compiler version
  74. configure:3287: gcc --version >&5
  75. gcc.exe (Rev2, Built by MSYS2 project) 7.3.0
  76. Copyright (C) 2017 Free Software Foundation, Inc.
  77. This is free software; see the source for copying conditions. There is NO
  78. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  79. configure:3298: $? = 0
  80. configure:3287: gcc -v >&5
  81. Using built-in specs.
  82. COLLECT_GCC=C:\msys64\mingw64\bin\gcc.exe
  83. COLLECT_LTO_WRAPPER=C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe
  84. Target: x86_64-w64-mingw32
  85. Configured with: ../gcc-7.3.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/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-time=yes --enable-libstdcxx-filesystem-ts=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --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://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
  86. Thread model: posix
  87. gcc version 7.3.0 (Rev2, Built by MSYS2 project)
  88. configure:3298: $? = 0
  89. configure:3287: gcc -V >&5
  90. gcc.exe: error: unrecognized command line option '-V'
  91. gcc.exe: fatal error: no input files
  92. compilation terminated.
  93. configure:3298: $? = 1
  94. configure:3287: gcc -qversion >&5
  95. gcc.exe: error: unrecognized command line option '-qversion'; did you mean '--version'?
  96. gcc.exe: fatal error: no input files
  97. compilation terminated.
  98. configure:3298: $? = 1
  99. configure:3318: checking whether the C compiler works
  100. configure:3340: gcc -g -O3 -march=nocona conftest.c >&5
  101. configure:3344: $? = 0
  102. configure:3392: result: yes
  103. configure:3395: checking for C compiler default output file name
  104. configure:3397: result: a.exe
  105. configure:3403: checking for suffix of executables
  106. configure:3410: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  107. configure:3414: $? = 0
  108. configure:3436: result: .exe
  109. configure:3458: checking whether we are cross compiling
  110. configure:3466: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  111. configure:3470: $? = 0
  112. configure:3477: ./conftest.exe
  113. configure:3481: $? = 0
  114. configure:3496: result: no
  115. configure:3501: checking for suffix of object files
  116. configure:3523: gcc -c -g -O3 -march=nocona conftest.c >&5
  117. configure:3527: $? = 0
  118. configure:3548: result: o
  119. configure:3552: checking whether we are using the GNU C compiler
  120. configure:3571: gcc -c -g -O3 -march=nocona conftest.c >&5
  121. configure:3571: $? = 0
  122. configure:3580: result: yes
  123. configure:3589: checking whether gcc accepts -g
  124. configure:3609: gcc -c -g conftest.c >&5
  125. configure:3609: $? = 0
  126. configure:3650: result: yes
  127. configure:3667: checking for gcc option to accept ISO C89
  128. configure:3730: gcc -c -g -O3 -march=nocona conftest.c >&5
  129. configure:3730: $? = 0
  130. configure:3743: result: none needed
  131. configure:3768: checking whether gcc understands -c and -o together
  132. configure:3790: gcc -c conftest.c -o conftest2.o
  133. configure:3793: $? = 0
  134. configure:3790: gcc -c conftest.c -o conftest2.o
  135. configure:3793: $? = 0
  136. configure:3805: result: yes
  137. configure:3833: checking for style of include used by make
  138. configure:3861: result: GNU
  139. configure:3887: checking dependency style of gcc
  140. configure:3998: result: gcc3
  141. configure:4042: checking build system type
  142. configure:4056: result: x86_64-w64-mingw32
  143. configure:4076: checking host system type
  144. configure:4089: result: x86_64-w64-mingw32
  145. configure:4130: checking how to print strings
  146. configure:4157: result: printf
  147. configure:4178: checking for a sed that does not truncate output
  148. configure:4242: result: /usr/bin/sed
  149. configure:4260: checking for grep that handles long lines and -e
  150. configure:4318: result: /usr/bin/grep
  151. configure:4323: checking for egrep
  152. configure:4385: result: /usr/bin/grep -E
  153. configure:4390: checking for fgrep
  154. configure:4452: result: /usr/bin/grep -F
  155. configure:4487: checking for ld used by gcc
  156. configure:4554: result: C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  157. configure:4561: checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld
  158. configure:4576: result: yes
  159. configure:4588: checking for BSD- or MS-compatible name lister (nm)
  160. configure:4642: result: /mingw64/bin/nm -B
  161. configure:4772: checking the name lister (/mingw64/bin/nm -B) interface
  162. configure:4779: gcc -c -g -O3 -march=nocona conftest.c >&5
  163. configure:4782: /mingw64/bin/nm -B "conftest.o"
  164. configure:4785: output
  165. 0000000000000000 b .bss
  166. 0000000000000000 d .data
  167. 0000000000000000 N .debug_abbrev
  168. 0000000000000000 N .debug_aranges
  169. 0000000000000000 N .debug_info
  170. 0000000000000000 N .debug_line
  171. 0000000000000000 r .rdata$zzz
  172. 0000000000000000 t .text
  173. 0000000000000000 B some_variable
  174. configure:4792: result: BSD nm
  175. configure:4795: checking whether ln -s works
  176. configure:4802: result: no, using cp -pR
  177. configure:4807: checking the maximum length of command line arguments
  178. configure:4938: result: 8192
  179. configure:4986: checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format
  180. configure:5026: result: func_convert_file_msys_to_w32
  181. configure:5033: checking how to convert x86_64-w64-mingw32 file names to toolchain format
  182. configure:5053: result: func_convert_file_msys_to_w32
  183. configure:5060: checking for C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files
  184. configure:5067: result: -r
  185. configure:5141: checking for objdump
  186. configure:5157: found /mingw64/bin/objdump
  187. configure:5168: result: objdump
  188. configure:5200: checking how to recognize dependent libraries
  189. configure:5400: result: file_magic ^x86 archive import|^x86 DLL
  190. configure:5485: checking for dlltool
  191. configure:5501: found /mingw64/bin/dlltool
  192. configure:5512: result: dlltool
  193. configure:5545: checking how to associate runtime and link libraries
  194. configure:5572: result: func_cygming_dll_for_implib
  195. configure:5633: checking for ar
  196. configure:5649: found /mingw64/bin/ar
  197. configure:5660: result: ar
  198. configure:5697: checking for archiver @FILE support
  199. configure:5714: gcc -c -g -O3 -march=nocona conftest.c >&5
  200. configure:5714: $? = 0
  201. configure:5717: ar cru libconftest.a @conftest.lst >&5
  202. configure:5720: $? = 0
  203. configure:5725: ar cru libconftest.a @conftest.lst >&5
  204. C:\msys64\mingw64\bin\ar.exe: conftest.o: No such file or directory
  205. configure:5728: $? = 1
  206. configure:5740: result: @
  207. configure:5798: checking for strip
  208. configure:5814: found /mingw64/bin/strip
  209. configure:5825: result: strip
  210. configure:5897: checking for ranlib
  211. configure:5913: found /mingw64/bin/ranlib
  212. configure:5924: result: ranlib
  213. configure:6026: checking command to parse /mingw64/bin/nm -B output from gcc object
  214. configure:6179: gcc -c -g -O3 -march=nocona conftest.c >&5
  215. configure:6182: $? = 0
  216. configure:6186: /mingw64/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  217. configure:6189: $? = 0
  218. configure:6255: gcc -o conftest.exe -g -O3 -march=nocona conftest.c conftstm.o >&5
  219. configure:6258: $? = 0
  220. configure:6296: result: ok
  221. configure:6343: checking for sysroot
  222. configure:6373: result: no
  223. configure:6380: checking for a working dd
  224. configure:6418: result: /usr/bin/dd
  225. configure:6422: checking how to truncate binary pipes
  226. configure:6437: result: /usr/bin/dd bs=4096 count=1
  227. configure:6766: checking for mt
  228. configure:6796: result: no
  229. configure:6816: checking if : is a manifest tool
  230. configure:6822: : '-?'
  231. configure:6830: result: no
  232. configure:7507: checking how to run the C preprocessor
  233. configure:7538: gcc -E conftest.c
  234. configure:7538: $? = 0
  235. configure:7552: gcc -E conftest.c
  236. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  237. #include <ac_nonexistent.h>
  238. ^~~~~~~~~~~~~~~~~~
  239. compilation terminated.
  240. configure:7552: $? = 1
  241. configure: failed program was:
  242. | /* confdefs.h */
  243. | #define PACKAGE_NAME "jansson"
  244. | #define PACKAGE_TARNAME "jansson"
  245. | #define PACKAGE_VERSION "2.10"
  246. | #define PACKAGE_STRING "jansson 2.10"
  247. | #define PACKAGE_BUGREPORT "petri@digip.org"
  248. | #define PACKAGE_URL ""
  249. | #define PACKAGE "jansson"
  250. | #define VERSION "2.10"
  251. | /* end confdefs.h. */
  252. | #include <ac_nonexistent.h>
  253. configure:7577: result: gcc -E
  254. configure:7597: gcc -E conftest.c
  255. configure:7597: $? = 0
  256. configure:7611: gcc -E conftest.c
  257. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  258. #include <ac_nonexistent.h>
  259. ^~~~~~~~~~~~~~~~~~
  260. compilation terminated.
  261. configure:7611: $? = 1
  262. configure: failed program was:
  263. | /* confdefs.h */
  264. | #define PACKAGE_NAME "jansson"
  265. | #define PACKAGE_TARNAME "jansson"
  266. | #define PACKAGE_VERSION "2.10"
  267. | #define PACKAGE_STRING "jansson 2.10"
  268. | #define PACKAGE_BUGREPORT "petri@digip.org"
  269. | #define PACKAGE_URL ""
  270. | #define PACKAGE "jansson"
  271. | #define VERSION "2.10"
  272. | /* end confdefs.h. */
  273. | #include <ac_nonexistent.h>
  274. configure:7640: checking for ANSI C header files
  275. configure:7660: gcc -c -g -O3 -march=nocona conftest.c >&5
  276. configure:7660: $? = 0
  277. configure:7733: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  278. configure:7733: $? = 0
  279. configure:7733: ./conftest.exe
  280. configure:7733: $? = 0
  281. configure:7744: result: yes
  282. configure:7757: checking for sys/types.h
  283. configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
  284. configure:7757: $? = 0
  285. configure:7757: result: yes
  286. configure:7757: checking for sys/stat.h
  287. configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
  288. configure:7757: $? = 0
  289. configure:7757: result: yes
  290. configure:7757: checking for stdlib.h
  291. configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
  292. configure:7757: $? = 0
  293. configure:7757: result: yes
  294. configure:7757: checking for string.h
  295. configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
  296. configure:7757: $? = 0
  297. configure:7757: result: yes
  298. configure:7757: checking for memory.h
  299. configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
  300. configure:7757: $? = 0
  301. configure:7757: result: yes
  302. configure:7757: checking for strings.h
  303. configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
  304. configure:7757: $? = 0
  305. configure:7757: result: yes
  306. configure:7757: checking for inttypes.h
  307. configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
  308. configure:7757: $? = 0
  309. configure:7757: result: yes
  310. configure:7757: checking for stdint.h
  311. configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
  312. configure:7757: $? = 0
  313. configure:7757: result: yes
  314. configure:7757: checking for unistd.h
  315. configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
  316. configure:7757: $? = 0
  317. configure:7757: result: yes
  318. configure:7771: checking for dlfcn.h
  319. configure:7771: gcc -c -g -O3 -march=nocona conftest.c >&5
  320. conftest.c:55:10: fatal error: dlfcn.h: No such file or directory
  321. #include <dlfcn.h>
  322. ^~~~~~~~~
  323. compilation terminated.
  324. configure:7771: $? = 1
  325. configure: failed program was:
  326. | /* confdefs.h */
  327. | #define PACKAGE_NAME "jansson"
  328. | #define PACKAGE_TARNAME "jansson"
  329. | #define PACKAGE_VERSION "2.10"
  330. | #define PACKAGE_STRING "jansson 2.10"
  331. | #define PACKAGE_BUGREPORT "petri@digip.org"
  332. | #define PACKAGE_URL ""
  333. | #define PACKAGE "jansson"
  334. | #define VERSION "2.10"
  335. | #define STDC_HEADERS 1
  336. | #define HAVE_SYS_TYPES_H 1
  337. | #define HAVE_SYS_STAT_H 1
  338. | #define HAVE_STDLIB_H 1
  339. | #define HAVE_STRING_H 1
  340. | #define HAVE_MEMORY_H 1
  341. | #define HAVE_STRINGS_H 1
  342. | #define HAVE_INTTYPES_H 1
  343. | #define HAVE_STDINT_H 1
  344. | #define HAVE_UNISTD_H 1
  345. | /* end confdefs.h. */
  346. | #include <stdio.h>
  347. | #ifdef HAVE_SYS_TYPES_H
  348. | # include <sys/types.h>
  349. | #endif
  350. | #ifdef HAVE_SYS_STAT_H
  351. | # include <sys/stat.h>
  352. | #endif
  353. | #ifdef STDC_HEADERS
  354. | # include <stdlib.h>
  355. | # include <stddef.h>
  356. | #else
  357. | # ifdef HAVE_STDLIB_H
  358. | # include <stdlib.h>
  359. | # endif
  360. | #endif
  361. | #ifdef HAVE_STRING_H
  362. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  363. | # include <memory.h>
  364. | # endif
  365. | # include <string.h>
  366. | #endif
  367. | #ifdef HAVE_STRINGS_H
  368. | # include <strings.h>
  369. | #endif
  370. | #ifdef HAVE_INTTYPES_H
  371. | # include <inttypes.h>
  372. | #endif
  373. | #ifdef HAVE_STDINT_H
  374. | # include <stdint.h>
  375. | #endif
  376. | #ifdef HAVE_UNISTD_H
  377. | # include <unistd.h>
  378. | #endif
  379. |
  380. | #include <dlfcn.h>
  381. configure:7771: result: no
  382. configure:8027: checking for objdir
  383. configure:8042: result: .libs
  384. configure:8302: checking if gcc supports -fno-rtti -fno-exceptions
  385. configure:8320: gcc -c -g -O3 -march=nocona -fno-rtti -fno-exceptions conftest.c >&5
  386. cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  387. configure:8324: $? = 0
  388. configure:8337: result: no
  389. configure:8695: checking for gcc option to produce PIC
  390. configure:8702: result: -DDLL_EXPORT -DPIC
  391. configure:8710: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
  392. configure:8728: gcc -c -g -O3 -march=nocona -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
  393. configure:8732: $? = 0
  394. configure:8745: result: yes
  395. configure:8774: checking if gcc static flag -static works
  396. configure:8802: result: yes
  397. configure:8817: checking if gcc supports -c -o file.o
  398. configure:8838: gcc -c -g -O3 -march=nocona -o out/conftest2.o conftest.c >&5
  399. configure:8842: $? = 0
  400. configure:8864: result: yes
  401. configure:8872: checking if gcc supports -c -o file.o
  402. configure:8919: result: yes
  403. configure:8952: checking whether the gcc linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries
  404. configure:10211: result: yes
  405. configure:10248: checking whether -lc should be explicitly linked in
  406. configure:10256: gcc -c -g -O3 -march=nocona conftest.c >&5
  407. configure:10259: $? = 0
  408. configure:10274: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  409. configure:10277: $? = 1
  410. configure:10291: result: yes
  411. configure:10451: checking dynamic linker characteristics
  412. configure:11269: result: Win32 ld.exe
  413. configure:11391: checking how to hardcode library paths into programs
  414. configure:11416: result: immediate
  415. configure:11964: checking whether stripping libraries is possible
  416. configure:11969: result: yes
  417. configure:12004: checking if libtool supports shared libraries
  418. configure:12006: result: yes
  419. configure:12009: checking whether to build shared libraries
  420. configure:12034: result: yes
  421. configure:12037: checking whether to build static libraries
  422. configure:12041: result: yes
  423. configure:12093: checking endian.h usability
  424. configure:12093: gcc -c -g -O3 -march=nocona conftest.c >&5
  425. conftest.c:55:10: fatal error: endian.h: No such file or directory
  426. #include <endian.h>
  427. ^~~~~~~~~~
  428. compilation terminated.
  429. configure:12093: $? = 1
  430. configure: failed program was:
  431. | /* confdefs.h */
  432. | #define PACKAGE_NAME "jansson"
  433. | #define PACKAGE_TARNAME "jansson"
  434. | #define PACKAGE_VERSION "2.10"
  435. | #define PACKAGE_STRING "jansson 2.10"
  436. | #define PACKAGE_BUGREPORT "petri@digip.org"
  437. | #define PACKAGE_URL ""
  438. | #define PACKAGE "jansson"
  439. | #define VERSION "2.10"
  440. | #define STDC_HEADERS 1
  441. | #define HAVE_SYS_TYPES_H 1
  442. | #define HAVE_SYS_STAT_H 1
  443. | #define HAVE_STDLIB_H 1
  444. | #define HAVE_STRING_H 1
  445. | #define HAVE_MEMORY_H 1
  446. | #define HAVE_STRINGS_H 1
  447. | #define HAVE_INTTYPES_H 1
  448. | #define HAVE_STDINT_H 1
  449. | #define HAVE_UNISTD_H 1
  450. | #define LT_OBJDIR ".libs/"
  451. | /* end confdefs.h. */
  452. | #include <stdio.h>
  453. | #ifdef HAVE_SYS_TYPES_H
  454. | # include <sys/types.h>
  455. | #endif
  456. | #ifdef HAVE_SYS_STAT_H
  457. | # include <sys/stat.h>
  458. | #endif
  459. | #ifdef STDC_HEADERS
  460. | # include <stdlib.h>
  461. | # include <stddef.h>
  462. | #else
  463. | # ifdef HAVE_STDLIB_H
  464. | # include <stdlib.h>
  465. | # endif
  466. | #endif
  467. | #ifdef HAVE_STRING_H
  468. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  469. | # include <memory.h>
  470. | # endif
  471. | # include <string.h>
  472. | #endif
  473. | #ifdef HAVE_STRINGS_H
  474. | # include <strings.h>
  475. | #endif
  476. | #ifdef HAVE_INTTYPES_H
  477. | # include <inttypes.h>
  478. | #endif
  479. | #ifdef HAVE_STDINT_H
  480. | # include <stdint.h>
  481. | #endif
  482. | #ifdef HAVE_UNISTD_H
  483. | # include <unistd.h>
  484. | #endif
  485. | #include <endian.h>
  486. configure:12093: result: no
  487. configure:12093: checking endian.h presence
  488. configure:12093: gcc -E conftest.c
  489. conftest.c:22:10: fatal error: endian.h: No such file or directory
  490. #include <endian.h>
  491. ^~~~~~~~~~
  492. compilation terminated.
  493. configure:12093: $? = 1
  494. configure: failed program was:
  495. | /* confdefs.h */
  496. | #define PACKAGE_NAME "jansson"
  497. | #define PACKAGE_TARNAME "jansson"
  498. | #define PACKAGE_VERSION "2.10"
  499. | #define PACKAGE_STRING "jansson 2.10"
  500. | #define PACKAGE_BUGREPORT "petri@digip.org"
  501. | #define PACKAGE_URL ""
  502. | #define PACKAGE "jansson"
  503. | #define VERSION "2.10"
  504. | #define STDC_HEADERS 1
  505. | #define HAVE_SYS_TYPES_H 1
  506. | #define HAVE_SYS_STAT_H 1
  507. | #define HAVE_STDLIB_H 1
  508. | #define HAVE_STRING_H 1
  509. | #define HAVE_MEMORY_H 1
  510. | #define HAVE_STRINGS_H 1
  511. | #define HAVE_INTTYPES_H 1
  512. | #define HAVE_STDINT_H 1
  513. | #define HAVE_UNISTD_H 1
  514. | #define LT_OBJDIR ".libs/"
  515. | /* end confdefs.h. */
  516. | #include <endian.h>
  517. configure:12093: result: no
  518. configure:12093: checking for endian.h
  519. configure:12093: result: no
  520. configure:12093: checking fcntl.h usability
  521. configure:12093: gcc -c -g -O3 -march=nocona conftest.c >&5
  522. configure:12093: $? = 0
  523. configure:12093: result: yes
  524. configure:12093: checking fcntl.h presence
  525. configure:12093: gcc -E conftest.c
  526. configure:12093: $? = 0
  527. configure:12093: result: yes
  528. configure:12093: checking for fcntl.h
  529. configure:12093: result: yes
  530. configure:12093: checking locale.h usability
  531. configure:12093: gcc -c -g -O3 -march=nocona conftest.c >&5
  532. configure:12093: $? = 0
  533. configure:12093: result: yes
  534. configure:12093: checking locale.h presence
  535. configure:12093: gcc -E conftest.c
  536. configure:12093: $? = 0
  537. configure:12093: result: yes
  538. configure:12093: checking for locale.h
  539. configure:12093: result: yes
  540. configure:12093: checking sched.h usability
  541. configure:12093: gcc -c -g -O3 -march=nocona conftest.c >&5
  542. configure:12093: $? = 0
  543. configure:12093: result: yes
  544. configure:12093: checking sched.h presence
  545. configure:12093: gcc -E conftest.c
  546. configure:12093: $? = 0
  547. configure:12093: result: yes
  548. configure:12093: checking for sched.h
  549. configure:12093: result: yes
  550. configure:12093: checking for unistd.h
  551. configure:12093: result: yes
  552. configure:12093: checking sys/param.h usability
  553. configure:12093: gcc -c -g -O3 -march=nocona conftest.c >&5
  554. configure:12093: $? = 0
  555. configure:12093: result: yes
  556. configure:12093: checking sys/param.h presence
  557. configure:12093: gcc -E conftest.c
  558. configure:12093: $? = 0
  559. configure:12093: result: yes
  560. configure:12093: checking for sys/param.h
  561. configure:12093: result: yes
  562. configure:12093: checking for sys/stat.h
  563. configure:12093: result: yes
  564. configure:12093: checking sys/time.h usability
  565. configure:12093: gcc -c -g -O3 -march=nocona conftest.c >&5
  566. configure:12093: $? = 0
  567. configure:12093: result: yes
  568. configure:12093: checking sys/time.h presence
  569. configure:12093: gcc -E conftest.c
  570. configure:12093: $? = 0
  571. configure:12093: result: yes
  572. configure:12093: checking for sys/time.h
  573. configure:12093: result: yes
  574. configure:12093: checking for sys/types.h
  575. configure:12093: result: yes
  576. configure:12105: checking for int32_t
  577. configure:12105: gcc -c -g -O3 -march=nocona conftest.c >&5
  578. configure:12105: $? = 0
  579. configure:12105: gcc -c -g -O3 -march=nocona conftest.c >&5
  580. conftest.c: In function 'main':
  581. conftest.c:68:53: warning: integer overflow in expression [-Woverflow]
  582. < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  583. ^
  584. conftest.c:67:12: error: storage size of 'test_array' isn't constant
  585. static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  586. ^~~~~~~~~~
  587. configure:12105: $? = 1
  588. configure: failed program was:
  589. | /* confdefs.h */
  590. | #define PACKAGE_NAME "jansson"
  591. | #define PACKAGE_TARNAME "jansson"
  592. | #define PACKAGE_VERSION "2.10"
  593. | #define PACKAGE_STRING "jansson 2.10"
  594. | #define PACKAGE_BUGREPORT "petri@digip.org"
  595. | #define PACKAGE_URL ""
  596. | #define PACKAGE "jansson"
  597. | #define VERSION "2.10"
  598. | #define STDC_HEADERS 1
  599. | #define HAVE_SYS_TYPES_H 1
  600. | #define HAVE_SYS_STAT_H 1
  601. | #define HAVE_STDLIB_H 1
  602. | #define HAVE_STRING_H 1
  603. | #define HAVE_MEMORY_H 1
  604. | #define HAVE_STRINGS_H 1
  605. | #define HAVE_INTTYPES_H 1
  606. | #define HAVE_STDINT_H 1
  607. | #define HAVE_UNISTD_H 1
  608. | #define LT_OBJDIR ".libs/"
  609. | #define HAVE_FCNTL_H 1
  610. | #define HAVE_LOCALE_H 1
  611. | #define HAVE_SCHED_H 1
  612. | #define HAVE_UNISTD_H 1
  613. | #define HAVE_SYS_PARAM_H 1
  614. | #define HAVE_SYS_STAT_H 1
  615. | #define HAVE_SYS_TIME_H 1
  616. | #define HAVE_SYS_TYPES_H 1
  617. | /* end confdefs.h. */
  618. | #include <stdio.h>
  619. | #ifdef HAVE_SYS_TYPES_H
  620. | # include <sys/types.h>
  621. | #endif
  622. | #ifdef HAVE_SYS_STAT_H
  623. | # include <sys/stat.h>
  624. | #endif
  625. | #ifdef STDC_HEADERS
  626. | # include <stdlib.h>
  627. | # include <stddef.h>
  628. | #else
  629. | # ifdef HAVE_STDLIB_H
  630. | # include <stdlib.h>
  631. | # endif
  632. | #endif
  633. | #ifdef HAVE_STRING_H
  634. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  635. | # include <memory.h>
  636. | # endif
  637. | # include <string.h>
  638. | #endif
  639. | #ifdef HAVE_STRINGS_H
  640. | # include <strings.h>
  641. | #endif
  642. | #ifdef HAVE_INTTYPES_H
  643. | # include <inttypes.h>
  644. | #endif
  645. | #ifdef HAVE_STDINT_H
  646. | # include <stdint.h>
  647. | #endif
  648. | #ifdef HAVE_UNISTD_H
  649. | # include <unistd.h>
  650. | #endif
  651. | enum { N = 32 / 2 - 1 };
  652. | int
  653. | main ()
  654. | {
  655. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  656. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  657. | test_array [0] = 0;
  658. | return test_array [0];
  659. |
  660. | ;
  661. | return 0;
  662. | }
  663. configure:12105: result: yes
  664. configure:12116: checking for uint32_t
  665. configure:12116: gcc -c -g -O3 -march=nocona conftest.c >&5
  666. configure:12116: $? = 0
  667. configure:12116: result: yes
  668. configure:12130: checking for uint16_t
  669. configure:12130: gcc -c -g -O3 -march=nocona conftest.c >&5
  670. configure:12130: $? = 0
  671. configure:12130: result: yes
  672. configure:12142: checking for uint8_t
  673. configure:12142: gcc -c -g -O3 -march=nocona conftest.c >&5
  674. configure:12142: $? = 0
  675. configure:12142: result: yes
  676. configure:12157: checking for unsigned long long int
  677. configure:12196: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  678. configure:12196: $? = 0
  679. configure:12205: result: yes
  680. configure:12215: checking for long long int
  681. configure:12253: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  682. configure:12253: $? = 0
  683. configure:12253: ./conftest.exe
  684. configure:12253: $? = 0
  685. configure:12265: result: yes
  686. configure:12274: checking for inline
  687. configure:12290: gcc -c -g -O3 -march=nocona conftest.c >&5
  688. configure:12290: $? = 0
  689. configure:12298: result: inline
  690. configure:12327: checking for close
  691. configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  692. configure:12327: $? = 0
  693. configure:12327: result: yes
  694. configure:12327: checking for getpid
  695. configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  696. configure:12327: $? = 0
  697. configure:12327: result: yes
  698. configure:12327: checking for gettimeofday
  699. configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  700. configure:12327: $? = 0
  701. configure:12327: result: yes
  702. configure:12327: checking for localeconv
  703. configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  704. configure:12327: $? = 0
  705. configure:12327: result: yes
  706. configure:12327: checking for open
  707. configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  708. configure:12327: $? = 0
  709. configure:12327: result: yes
  710. configure:12327: checking for read
  711. configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  712. configure:12327: $? = 0
  713. configure:12327: result: yes
  714. configure:12327: checking for sched_yield
  715. configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  716. configure:12327: $? = 0
  717. configure:12327: result: yes
  718. configure:12327: checking for strtoll
  719. configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  720. configure:12327: $? = 0
  721. configure:12327: result: yes
  722. configure:12337: checking for gcc __sync builtins
  723. configure:12351: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  724. configure:12351: $? = 0
  725. configure:12361: result: yes
  726. configure:12364: checking for gcc __atomic builtins
  727. configure:12378: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
  728. configure:12378: $? = 0
  729. configure:12388: result: yes
  730. configure:12561: checking that generated files are newer than configure
  731. configure:12567: result: done
  732. configure:12594: creating ./config.status
  733. ## ---------------------- ##
  734. ## Running config.status. ##
  735. ## ---------------------- ##
  736. This file was extended by jansson config.status 2.10, which was
  737. generated by GNU Autoconf 2.69. Invocation command line was
  738. CONFIG_FILES =
  739. CONFIG_HEADERS =
  740. CONFIG_LINKS =
  741. CONFIG_COMMANDS =
  742. $ ./config.status
  743. on TERA
  744. config.status:1132: creating jansson.pc
  745. config.status:1132: creating Makefile
  746. config.status:1132: creating doc/Makefile
  747. config.status:1132: creating src/Makefile
  748. config.status:1132: creating src/jansson_config.h
  749. config.status:1132: creating test/Makefile
  750. config.status:1132: creating test/bin/Makefile
  751. config.status:1132: creating test/suites/Makefile
  752. config.status:1132: creating test/suites/api/Makefile
  753. config.status:1132: creating jansson_private_config.h
  754. config.status:1361: executing depfiles commands
  755. config.status:1361: executing libtool commands
  756. ## ---------------- ##
  757. ## Cache variables. ##
  758. ## ---------------- ##
  759. ac_cv_build=x86_64-w64-mingw32
  760. ac_cv_c_compiler_gnu=yes
  761. ac_cv_c_inline=inline
  762. ac_cv_c_int32_t=yes
  763. ac_cv_c_uint16_t=yes
  764. ac_cv_c_uint32_t=yes
  765. ac_cv_c_uint8_t=yes
  766. ac_cv_env_CC_set=
  767. ac_cv_env_CC_value=
  768. ac_cv_env_CFLAGS_set=set
  769. ac_cv_env_CFLAGS_value='-g -O3 -march=nocona'
  770. ac_cv_env_CPPFLAGS_set=
  771. ac_cv_env_CPPFLAGS_value=
  772. ac_cv_env_CPP_set=
  773. ac_cv_env_CPP_value=
  774. ac_cv_env_LDFLAGS_set=set
  775. ac_cv_env_LDFLAGS_value=
  776. ac_cv_env_LIBS_set=
  777. ac_cv_env_LIBS_value=
  778. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  779. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  780. ac_cv_env_build_alias_set=
  781. ac_cv_env_build_alias_value=
  782. ac_cv_env_host_alias_set=
  783. ac_cv_env_host_alias_value=
  784. ac_cv_env_target_alias_set=
  785. ac_cv_env_target_alias_value=
  786. ac_cv_exeext=.exe
  787. ac_cv_func_close=yes
  788. ac_cv_func_getpid=yes
  789. ac_cv_func_gettimeofday=yes
  790. ac_cv_func_localeconv=yes
  791. ac_cv_func_open=yes
  792. ac_cv_func_read=yes
  793. ac_cv_func_sched_yield=yes
  794. ac_cv_func_strtoll=yes
  795. ac_cv_header_dlfcn_h=no
  796. ac_cv_header_endian_h=no
  797. ac_cv_header_fcntl_h=yes
  798. ac_cv_header_inttypes_h=yes
  799. ac_cv_header_locale_h=yes
  800. ac_cv_header_memory_h=yes
  801. ac_cv_header_sched_h=yes
  802. ac_cv_header_stdc=yes
  803. ac_cv_header_stdint_h=yes
  804. ac_cv_header_stdlib_h=yes
  805. ac_cv_header_string_h=yes
  806. ac_cv_header_strings_h=yes
  807. ac_cv_header_sys_param_h=yes
  808. ac_cv_header_sys_stat_h=yes
  809. ac_cv_header_sys_time_h=yes
  810. ac_cv_header_sys_types_h=yes
  811. ac_cv_header_unistd_h=yes
  812. ac_cv_host=x86_64-w64-mingw32
  813. ac_cv_objext=o
  814. ac_cv_path_EGREP='/usr/bin/grep -E'
  815. ac_cv_path_FGREP='/usr/bin/grep -F'
  816. ac_cv_path_GREP=/usr/bin/grep
  817. ac_cv_path_SED=/usr/bin/sed
  818. ac_cv_path_install='/usr/bin/install -c'
  819. ac_cv_path_lt_DD=/usr/bin/dd
  820. ac_cv_path_mkdir=/usr/bin/mkdir
  821. ac_cv_prog_AWK=gawk
  822. ac_cv_prog_CPP='gcc -E'
  823. ac_cv_prog_ac_ct_AR=ar
  824. ac_cv_prog_ac_ct_CC=gcc
  825. ac_cv_prog_ac_ct_DLLTOOL=dlltool
  826. ac_cv_prog_ac_ct_OBJDUMP=objdump
  827. ac_cv_prog_ac_ct_RANLIB=ranlib
  828. ac_cv_prog_ac_ct_STRIP=strip
  829. ac_cv_prog_cc_c89=
  830. ac_cv_prog_cc_g=yes
  831. ac_cv_prog_make_make_set=yes
  832. ac_cv_type_long_long_int=yes
  833. ac_cv_type_unsigned_long_long_int=yes
  834. am_cv_CC_dependencies_compiler_type=gcc3
  835. am_cv_make_support_nested_variables=yes
  836. am_cv_prog_cc_c_o=yes
  837. lt_cv_ar_at_file=@
  838. lt_cv_archive_cmds_need_lc=yes
  839. lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  840. lt_cv_file_magic_cmd=func_win32_libid
  841. lt_cv_file_magic_test_file=
  842. lt_cv_ld_reload_flag=-r
  843. lt_cv_nm_interface='BSD nm'
  844. lt_cv_objdir=.libs
  845. lt_cv_path_LD=C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
  846. lt_cv_path_NM='/mingw64/bin/nm -B'
  847. lt_cv_path_mainfest_tool=no
  848. lt_cv_prog_compiler_c_o=yes
  849. lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
  850. lt_cv_prog_compiler_pic_works=yes
  851. lt_cv_prog_compiler_rtti_exceptions=no
  852. lt_cv_prog_compiler_static_works=yes
  853. lt_cv_prog_gnu_ld=yes
  854. lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
  855. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\) \{0,1\}$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  856. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  857. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  858. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  859. lt_cv_sys_global_symbol_to_import=
  860. lt_cv_sys_max_cmd_len=8192
  861. lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
  862. lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
  863. lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
  864. ## ----------------- ##
  865. ## Output variables. ##
  866. ## ----------------- ##
  867. ACLOCAL='${SHELL} /f/git/Rack/dep/jansson-2.10/missing aclocal-1.15'
  868. AMDEPBACKSLASH='\'
  869. AMDEP_FALSE='#'
  870. AMDEP_TRUE=''
  871. AMTAR='$${TAR-tar}'
  872. AM_BACKSLASH='\'
  873. AM_CFLAGS='-Wall -Wextra -Wdeclaration-after-statement'
  874. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  875. AM_DEFAULT_VERBOSITY='1'
  876. AM_V='$(V)'
  877. AR='ar'
  878. AUTOCONF='${SHELL} /f/git/Rack/dep/jansson-2.10/missing autoconf'
  879. AUTOHEADER='${SHELL} /f/git/Rack/dep/jansson-2.10/missing autoheader'
  880. AUTOMAKE='${SHELL} /f/git/Rack/dep/jansson-2.10/missing automake-1.15'
  881. AWK='gawk'
  882. CC='gcc'
  883. CCDEPMODE='depmode=gcc3'
  884. CFLAGS='-g -O3 -march=nocona'
  885. CPP='gcc -E'
  886. CPPFLAGS=''
  887. CYGPATH_W='cygpath -w'
  888. DEFS='-DHAVE_CONFIG_H'
  889. DEPDIR='.deps'
  890. DLLTOOL='dlltool'
  891. DSYMUTIL=''
  892. DUMPBIN=''
  893. ECHO_C=''
  894. ECHO_N='-n'
  895. ECHO_T=''
  896. EGREP='/usr/bin/grep -E'
  897. EXEEXT='.exe'
  898. FGREP='/usr/bin/grep -F'
  899. GCC_FALSE='#'
  900. GCC_TRUE=''
  901. GREP='/usr/bin/grep'
  902. INSTALL_DATA='${INSTALL} -m 644'
  903. INSTALL_PROGRAM='${INSTALL}'
  904. INSTALL_SCRIPT='${INSTALL}'
  905. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  906. LD='C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe'
  907. LDFLAGS=''
  908. LIBOBJS=''
  909. LIBS=''
  910. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  911. LIPO=''
  912. LN_S='cp -pR'
  913. LTLIBOBJS=''
  914. LT_SYS_LIBRARY_PATH=''
  915. MAKEINFO='${SHELL} /f/git/Rack/dep/jansson-2.10/missing makeinfo'
  916. MANIFEST_TOOL=':'
  917. MKDIR_P='/usr/bin/mkdir -p'
  918. NM='/mingw64/bin/nm -B'
  919. NMEDIT=''
  920. OBJDUMP='objdump'
  921. OBJEXT='o'
  922. OTOOL64=''
  923. OTOOL=''
  924. PACKAGE='jansson'
  925. PACKAGE_BUGREPORT='petri@digip.org'
  926. PACKAGE_NAME='jansson'
  927. PACKAGE_STRING='jansson 2.10'
  928. PACKAGE_TARNAME='jansson'
  929. PACKAGE_URL=''
  930. PACKAGE_VERSION='2.10'
  931. PATH_SEPARATOR=':'
  932. RANLIB='ranlib'
  933. SED='/usr/bin/sed'
  934. SET_MAKE=''
  935. SHELL='/bin/sh'
  936. STRIP='strip'
  937. VERSION='2.10'
  938. ac_ct_AR='ar'
  939. ac_ct_CC='gcc'
  940. ac_ct_DUMPBIN=''
  941. am__EXEEXT_FALSE='#'
  942. am__EXEEXT_TRUE=''
  943. am__fastdepCC_FALSE='#'
  944. am__fastdepCC_TRUE=''
  945. am__include='include'
  946. am__isrc=''
  947. am__leading_dot='.'
  948. am__nodep='_no'
  949. am__quote=''
  950. am__tar='$${TAR-tar} chof - "$$tardir"'
  951. am__untar='$${TAR-tar} xf -'
  952. bindir='${exec_prefix}/bin'
  953. build='x86_64-w64-mingw32'
  954. build_alias='x86_64-w64-mingw32'
  955. build_cpu='x86_64'
  956. build_os='mingw32'
  957. build_vendor='w64'
  958. datadir='${datarootdir}'
  959. datarootdir='${prefix}/share'
  960. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  961. dvidir='${docdir}'
  962. exec_prefix='${prefix}'
  963. host='x86_64-w64-mingw32'
  964. host_alias=''
  965. host_cpu='x86_64'
  966. host_os='mingw32'
  967. host_vendor='w64'
  968. htmldir='${docdir}'
  969. includedir='${prefix}/include'
  970. infodir='${datarootdir}/info'
  971. install_sh='${SHELL} /f/git/Rack/dep/jansson-2.10/install-sh'
  972. json_have_localeconv='1'
  973. json_have_long_long='1'
  974. json_inline='inline'
  975. libdir='${exec_prefix}/lib'
  976. libexecdir='${exec_prefix}/libexec'
  977. localedir='${datarootdir}/locale'
  978. localstatedir='${prefix}/var'
  979. mandir='${datarootdir}/man'
  980. mkdir_p='$(MKDIR_P)'
  981. oldincludedir='/usr/include'
  982. pdfdir='${docdir}'
  983. prefix='/f/git/Rack/dep/.'
  984. program_transform_name='s,x,x,'
  985. psdir='${docdir}'
  986. sbindir='${exec_prefix}/sbin'
  987. sharedstatedir='${prefix}/com'
  988. sysconfdir='${prefix}/etc'
  989. target_alias=''
  990. ## ----------- ##
  991. ## confdefs.h. ##
  992. ## ----------- ##
  993. /* confdefs.h */
  994. #define PACKAGE_NAME "jansson"
  995. #define PACKAGE_TARNAME "jansson"
  996. #define PACKAGE_VERSION "2.10"
  997. #define PACKAGE_STRING "jansson 2.10"
  998. #define PACKAGE_BUGREPORT "petri@digip.org"
  999. #define PACKAGE_URL ""
  1000. #define PACKAGE "jansson"
  1001. #define VERSION "2.10"
  1002. #define STDC_HEADERS 1
  1003. #define HAVE_SYS_TYPES_H 1
  1004. #define HAVE_SYS_STAT_H 1
  1005. #define HAVE_STDLIB_H 1
  1006. #define HAVE_STRING_H 1
  1007. #define HAVE_MEMORY_H 1
  1008. #define HAVE_STRINGS_H 1
  1009. #define HAVE_INTTYPES_H 1
  1010. #define HAVE_STDINT_H 1
  1011. #define HAVE_UNISTD_H 1
  1012. #define LT_OBJDIR ".libs/"
  1013. #define HAVE_FCNTL_H 1
  1014. #define HAVE_LOCALE_H 1
  1015. #define HAVE_SCHED_H 1
  1016. #define HAVE_UNISTD_H 1
  1017. #define HAVE_SYS_PARAM_H 1
  1018. #define HAVE_SYS_STAT_H 1
  1019. #define HAVE_SYS_TIME_H 1
  1020. #define HAVE_SYS_TYPES_H 1
  1021. #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1022. #define HAVE_LONG_LONG_INT 1
  1023. #define HAVE_CLOSE 1
  1024. #define HAVE_GETPID 1
  1025. #define HAVE_GETTIMEOFDAY 1
  1026. #define HAVE_LOCALECONV 1
  1027. #define HAVE_OPEN 1
  1028. #define HAVE_READ 1
  1029. #define HAVE_SCHED_YIELD 1
  1030. #define HAVE_STRTOLL 1
  1031. #define HAVE_SYNC_BUILTINS 1
  1032. #define HAVE_ATOMIC_BUILTINS 1
  1033. #define USE_URANDOM 1
  1034. #define USE_WINDOWS_CRYPTOAPI 1
  1035. #define INITIAL_HASHTABLE_ORDER 3
  1036. configure: exit 0