|
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
-
- It was created by jansson configure 2.10, which was
- generated by GNU Autoconf 2.69. Invocation command line was
-
- $ ./configure --prefix=/f/git/Rack/dep/.
-
- ## --------- ##
- ## Platform. ##
- ## --------- ##
-
- hostname = TERA
- uname -m = x86_64
- uname -r = 2.10.0(0.325/5/3)
- uname -s = MINGW64_NT-10.0
- uname -v = 2018-02-09 15:25
-
- /usr/bin/uname -p = unknown
- /bin/uname -X = unknown
-
- /bin/arch = x86_64
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
-
- PATH: /mingw64/bin
- PATH: /usr/local/bin
- PATH: /usr/bin
- PATH: /bin
- PATH: /c/Windows/System32
- PATH: /c/Windows
- PATH: /c/Windows/System32/Wbem
- PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
-
-
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
-
- configure:2263: loading site script /mingw64/etc/config.site
- | # This file is in public domain.
- | # Original author: Karlson2k (Evgeny Grin)
- | # Written for MSys2/MinGW64 to help running 'configure' scripts
- |
- | # Defaults for MinGW64-targeted programs
- |
- | # Set proper selfname on bash and fallback to default name on other shells
- | test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" || config_site_me=config.site
- |
- | # Set default 'host' to speedup configure
- | if test -z "$build_alias"; then
- | build_alias="${MSYSTEM_CHOST-x86_64-w64-mingw32}" && \
- | $as_echo "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5
- | fi
- |
- | # Set default 'prefix' to "/mingw64"
- | if ( test -z "$prefix" || test "x$prefix" = "xNONE" ) && \
- | ( test -z "$exec_prefix" || test "x$exec_prefix" = "xNONE" ); then
- | prefix="${MSYSTEM_PREFIX-/mingw64}" && \
- | $as_echo "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5
- | fi
- config.site:13: default build_alias set to x86_64-w64-mingw32
- configure:2405: checking for a BSD-compatible install
- configure:2473: result: /usr/bin/install -c
- configure:2484: checking whether build environment is sane
- configure:2539: result: yes
- configure:2690: checking for a thread-safe mkdir -p
- configure:2729: result: /usr/bin/mkdir -p
- configure:2736: checking for gawk
- configure:2752: found /usr/bin/gawk
- configure:2763: result: gawk
- configure:2774: checking whether make sets $(MAKE)
- configure:2796: result: yes
- configure:2825: checking whether make supports nested variables
- configure:2842: result: yes
- configure:3022: checking for gcc
- configure:3038: found /mingw64/bin/gcc
- configure:3049: result: gcc
- configure:3278: checking for C compiler version
- configure:3287: gcc --version >&5
- gcc.exe (Rev2, Built by MSYS2 project) 7.3.0
- Copyright (C) 2017 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- configure:3298: $? = 0
- configure:3287: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=C:\msys64\mingw64\bin\gcc.exe
- COLLECT_LTO_WRAPPER=C:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.3.0/lto-wrapper.exe
- Target: x86_64-w64-mingw32
- 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
- Thread model: posix
- gcc version 7.3.0 (Rev2, Built by MSYS2 project)
- configure:3298: $? = 0
- configure:3287: gcc -V >&5
- gcc.exe: error: unrecognized command line option '-V'
- gcc.exe: fatal error: no input files
- compilation terminated.
- configure:3298: $? = 1
- configure:3287: gcc -qversion >&5
- gcc.exe: error: unrecognized command line option '-qversion'; did you mean '--version'?
- gcc.exe: fatal error: no input files
- compilation terminated.
- configure:3298: $? = 1
- configure:3318: checking whether the C compiler works
- configure:3340: gcc -g -O3 -march=nocona conftest.c >&5
- configure:3344: $? = 0
- configure:3392: result: yes
- configure:3395: checking for C compiler default output file name
- configure:3397: result: a.exe
- configure:3403: checking for suffix of executables
- configure:3410: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:3414: $? = 0
- configure:3436: result: .exe
- configure:3458: checking whether we are cross compiling
- configure:3466: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:3470: $? = 0
- configure:3477: ./conftest.exe
- configure:3481: $? = 0
- configure:3496: result: no
- configure:3501: checking for suffix of object files
- configure:3523: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:3527: $? = 0
- configure:3548: result: o
- configure:3552: checking whether we are using the GNU C compiler
- configure:3571: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:3571: $? = 0
- configure:3580: result: yes
- configure:3589: checking whether gcc accepts -g
- configure:3609: gcc -c -g conftest.c >&5
- configure:3609: $? = 0
- configure:3650: result: yes
- configure:3667: checking for gcc option to accept ISO C89
- configure:3730: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:3730: $? = 0
- configure:3743: result: none needed
- configure:3768: checking whether gcc understands -c and -o together
- configure:3790: gcc -c conftest.c -o conftest2.o
- configure:3793: $? = 0
- configure:3790: gcc -c conftest.c -o conftest2.o
- configure:3793: $? = 0
- configure:3805: result: yes
- configure:3833: checking for style of include used by make
- configure:3861: result: GNU
- configure:3887: checking dependency style of gcc
- configure:3998: result: gcc3
- configure:4042: checking build system type
- configure:4056: result: x86_64-w64-mingw32
- configure:4076: checking host system type
- configure:4089: result: x86_64-w64-mingw32
- configure:4130: checking how to print strings
- configure:4157: result: printf
- configure:4178: checking for a sed that does not truncate output
- configure:4242: result: /usr/bin/sed
- configure:4260: checking for grep that handles long lines and -e
- configure:4318: result: /usr/bin/grep
- configure:4323: checking for egrep
- configure:4385: result: /usr/bin/grep -E
- configure:4390: checking for fgrep
- configure:4452: result: /usr/bin/grep -F
- configure:4487: checking for ld used by gcc
- configure:4554: result: C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
- configure:4561: checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld
- configure:4576: result: yes
- configure:4588: checking for BSD- or MS-compatible name lister (nm)
- configure:4642: result: /mingw64/bin/nm -B
- configure:4772: checking the name lister (/mingw64/bin/nm -B) interface
- configure:4779: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:4782: /mingw64/bin/nm -B "conftest.o"
- configure:4785: output
- 0000000000000000 b .bss
- 0000000000000000 d .data
- 0000000000000000 N .debug_abbrev
- 0000000000000000 N .debug_aranges
- 0000000000000000 N .debug_info
- 0000000000000000 N .debug_line
- 0000000000000000 r .rdata$zzz
- 0000000000000000 t .text
- 0000000000000000 B some_variable
- configure:4792: result: BSD nm
- configure:4795: checking whether ln -s works
- configure:4802: result: no, using cp -pR
- configure:4807: checking the maximum length of command line arguments
- configure:4938: result: 8192
- configure:4986: checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format
- configure:5026: result: func_convert_file_msys_to_w32
- configure:5033: checking how to convert x86_64-w64-mingw32 file names to toolchain format
- configure:5053: result: func_convert_file_msys_to_w32
- configure:5060: checking for C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files
- configure:5067: result: -r
- configure:5141: checking for objdump
- configure:5157: found /mingw64/bin/objdump
- configure:5168: result: objdump
- configure:5200: checking how to recognize dependent libraries
- configure:5400: result: file_magic ^x86 archive import|^x86 DLL
- configure:5485: checking for dlltool
- configure:5501: found /mingw64/bin/dlltool
- configure:5512: result: dlltool
- configure:5545: checking how to associate runtime and link libraries
- configure:5572: result: func_cygming_dll_for_implib
- configure:5633: checking for ar
- configure:5649: found /mingw64/bin/ar
- configure:5660: result: ar
- configure:5697: checking for archiver @FILE support
- configure:5714: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:5714: $? = 0
- configure:5717: ar cru libconftest.a @conftest.lst >&5
- configure:5720: $? = 0
- configure:5725: ar cru libconftest.a @conftest.lst >&5
- C:\msys64\mingw64\bin\ar.exe: conftest.o: No such file or directory
- configure:5728: $? = 1
- configure:5740: result: @
- configure:5798: checking for strip
- configure:5814: found /mingw64/bin/strip
- configure:5825: result: strip
- configure:5897: checking for ranlib
- configure:5913: found /mingw64/bin/ranlib
- configure:5924: result: ranlib
- configure:6026: checking command to parse /mingw64/bin/nm -B output from gcc object
- configure:6179: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:6182: $? = 0
- 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
- configure:6189: $? = 0
- configure:6255: gcc -o conftest.exe -g -O3 -march=nocona conftest.c conftstm.o >&5
- configure:6258: $? = 0
- configure:6296: result: ok
- configure:6343: checking for sysroot
- configure:6373: result: no
- configure:6380: checking for a working dd
- configure:6418: result: /usr/bin/dd
- configure:6422: checking how to truncate binary pipes
- configure:6437: result: /usr/bin/dd bs=4096 count=1
- configure:6766: checking for mt
- configure:6796: result: no
- configure:6816: checking if : is a manifest tool
- configure:6822: : '-?'
- configure:6830: result: no
- configure:7507: checking how to run the C preprocessor
- configure:7538: gcc -E conftest.c
- configure:7538: $? = 0
- configure:7552: gcc -E conftest.c
- conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:7552: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jansson"
- | #define PACKAGE_TARNAME "jansson"
- | #define PACKAGE_VERSION "2.10"
- | #define PACKAGE_STRING "jansson 2.10"
- | #define PACKAGE_BUGREPORT "petri@digip.org"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jansson"
- | #define VERSION "2.10"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:7577: result: gcc -E
- configure:7597: gcc -E conftest.c
- configure:7597: $? = 0
- configure:7611: gcc -E conftest.c
- conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^~~~~~~~~~~~~~~~~~
- compilation terminated.
- configure:7611: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jansson"
- | #define PACKAGE_TARNAME "jansson"
- | #define PACKAGE_VERSION "2.10"
- | #define PACKAGE_STRING "jansson 2.10"
- | #define PACKAGE_BUGREPORT "petri@digip.org"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jansson"
- | #define VERSION "2.10"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:7640: checking for ANSI C header files
- configure:7660: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:7660: $? = 0
- configure:7733: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:7733: $? = 0
- configure:7733: ./conftest.exe
- configure:7733: $? = 0
- configure:7744: result: yes
- configure:7757: checking for sys/types.h
- configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:7757: $? = 0
- configure:7757: result: yes
- configure:7757: checking for sys/stat.h
- configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:7757: $? = 0
- configure:7757: result: yes
- configure:7757: checking for stdlib.h
- configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:7757: $? = 0
- configure:7757: result: yes
- configure:7757: checking for string.h
- configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:7757: $? = 0
- configure:7757: result: yes
- configure:7757: checking for memory.h
- configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:7757: $? = 0
- configure:7757: result: yes
- configure:7757: checking for strings.h
- configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:7757: $? = 0
- configure:7757: result: yes
- configure:7757: checking for inttypes.h
- configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:7757: $? = 0
- configure:7757: result: yes
- configure:7757: checking for stdint.h
- configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:7757: $? = 0
- configure:7757: result: yes
- configure:7757: checking for unistd.h
- configure:7757: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:7757: $? = 0
- configure:7757: result: yes
- configure:7771: checking for dlfcn.h
- configure:7771: gcc -c -g -O3 -march=nocona conftest.c >&5
- conftest.c:55:10: fatal error: dlfcn.h: No such file or directory
- #include <dlfcn.h>
- ^~~~~~~~~
- compilation terminated.
- configure:7771: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jansson"
- | #define PACKAGE_TARNAME "jansson"
- | #define PACKAGE_VERSION "2.10"
- | #define PACKAGE_STRING "jansson 2.10"
- | #define PACKAGE_BUGREPORT "petri@digip.org"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jansson"
- | #define VERSION "2.10"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- |
- | #include <dlfcn.h>
- configure:7771: result: no
- configure:8027: checking for objdir
- configure:8042: result: .libs
- configure:8302: checking if gcc supports -fno-rtti -fno-exceptions
- configure:8320: gcc -c -g -O3 -march=nocona -fno-rtti -fno-exceptions conftest.c >&5
- cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
- configure:8324: $? = 0
- configure:8337: result: no
- configure:8695: checking for gcc option to produce PIC
- configure:8702: result: -DDLL_EXPORT -DPIC
- configure:8710: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
- configure:8728: gcc -c -g -O3 -march=nocona -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
- configure:8732: $? = 0
- configure:8745: result: yes
- configure:8774: checking if gcc static flag -static works
- configure:8802: result: yes
- configure:8817: checking if gcc supports -c -o file.o
- configure:8838: gcc -c -g -O3 -march=nocona -o out/conftest2.o conftest.c >&5
- configure:8842: $? = 0
- configure:8864: result: yes
- configure:8872: checking if gcc supports -c -o file.o
- configure:8919: result: yes
- configure:8952: checking whether the gcc linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries
- configure:10211: result: yes
- configure:10248: checking whether -lc should be explicitly linked in
- configure:10256: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:10259: $? = 0
- 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
- configure:10277: $? = 1
- configure:10291: result: yes
- configure:10451: checking dynamic linker characteristics
- configure:11269: result: Win32 ld.exe
- configure:11391: checking how to hardcode library paths into programs
- configure:11416: result: immediate
- configure:11964: checking whether stripping libraries is possible
- configure:11969: result: yes
- configure:12004: checking if libtool supports shared libraries
- configure:12006: result: yes
- configure:12009: checking whether to build shared libraries
- configure:12034: result: yes
- configure:12037: checking whether to build static libraries
- configure:12041: result: yes
- configure:12093: checking endian.h usability
- configure:12093: gcc -c -g -O3 -march=nocona conftest.c >&5
- conftest.c:55:10: fatal error: endian.h: No such file or directory
- #include <endian.h>
- ^~~~~~~~~~
- compilation terminated.
- configure:12093: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jansson"
- | #define PACKAGE_TARNAME "jansson"
- | #define PACKAGE_VERSION "2.10"
- | #define PACKAGE_STRING "jansson 2.10"
- | #define PACKAGE_BUGREPORT "petri@digip.org"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jansson"
- | #define VERSION "2.10"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | #include <endian.h>
- configure:12093: result: no
- configure:12093: checking endian.h presence
- configure:12093: gcc -E conftest.c
- conftest.c:22:10: fatal error: endian.h: No such file or directory
- #include <endian.h>
- ^~~~~~~~~~
- compilation terminated.
- configure:12093: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jansson"
- | #define PACKAGE_TARNAME "jansson"
- | #define PACKAGE_VERSION "2.10"
- | #define PACKAGE_STRING "jansson 2.10"
- | #define PACKAGE_BUGREPORT "petri@digip.org"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jansson"
- | #define VERSION "2.10"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define LT_OBJDIR ".libs/"
- | /* end confdefs.h. */
- | #include <endian.h>
- configure:12093: result: no
- configure:12093: checking for endian.h
- configure:12093: result: no
- configure:12093: checking fcntl.h usability
- configure:12093: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:12093: $? = 0
- configure:12093: result: yes
- configure:12093: checking fcntl.h presence
- configure:12093: gcc -E conftest.c
- configure:12093: $? = 0
- configure:12093: result: yes
- configure:12093: checking for fcntl.h
- configure:12093: result: yes
- configure:12093: checking locale.h usability
- configure:12093: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:12093: $? = 0
- configure:12093: result: yes
- configure:12093: checking locale.h presence
- configure:12093: gcc -E conftest.c
- configure:12093: $? = 0
- configure:12093: result: yes
- configure:12093: checking for locale.h
- configure:12093: result: yes
- configure:12093: checking sched.h usability
- configure:12093: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:12093: $? = 0
- configure:12093: result: yes
- configure:12093: checking sched.h presence
- configure:12093: gcc -E conftest.c
- configure:12093: $? = 0
- configure:12093: result: yes
- configure:12093: checking for sched.h
- configure:12093: result: yes
- configure:12093: checking for unistd.h
- configure:12093: result: yes
- configure:12093: checking sys/param.h usability
- configure:12093: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:12093: $? = 0
- configure:12093: result: yes
- configure:12093: checking sys/param.h presence
- configure:12093: gcc -E conftest.c
- configure:12093: $? = 0
- configure:12093: result: yes
- configure:12093: checking for sys/param.h
- configure:12093: result: yes
- configure:12093: checking for sys/stat.h
- configure:12093: result: yes
- configure:12093: checking sys/time.h usability
- configure:12093: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:12093: $? = 0
- configure:12093: result: yes
- configure:12093: checking sys/time.h presence
- configure:12093: gcc -E conftest.c
- configure:12093: $? = 0
- configure:12093: result: yes
- configure:12093: checking for sys/time.h
- configure:12093: result: yes
- configure:12093: checking for sys/types.h
- configure:12093: result: yes
- configure:12105: checking for int32_t
- configure:12105: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:12105: $? = 0
- configure:12105: gcc -c -g -O3 -march=nocona conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:68:53: warning: integer overflow in expression [-Woverflow]
- < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
- ^
- conftest.c:67:12: error: storage size of 'test_array' isn't constant
- static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
- ^~~~~~~~~~
- configure:12105: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jansson"
- | #define PACKAGE_TARNAME "jansson"
- | #define PACKAGE_VERSION "2.10"
- | #define PACKAGE_STRING "jansson 2.10"
- | #define PACKAGE_BUGREPORT "petri@digip.org"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jansson"
- | #define VERSION "2.10"
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LOCALE_H 1
- | #define HAVE_SCHED_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_SYS_PARAM_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_SYS_TYPES_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #ifdef HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #ifdef HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #ifdef STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # ifdef HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #ifdef HAVE_STRING_H
- | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #ifdef HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #ifdef HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #endif
- | #ifdef HAVE_STDINT_H
- | # include <stdint.h>
- | #endif
- | #ifdef HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | enum { N = 32 / 2 - 1 };
- | int
- | main ()
- | {
- | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
- | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
- | test_array [0] = 0;
- | return test_array [0];
- |
- | ;
- | return 0;
- | }
- configure:12105: result: yes
- configure:12116: checking for uint32_t
- configure:12116: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:12116: $? = 0
- configure:12116: result: yes
- configure:12130: checking for uint16_t
- configure:12130: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:12130: $? = 0
- configure:12130: result: yes
- configure:12142: checking for uint8_t
- configure:12142: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:12142: $? = 0
- configure:12142: result: yes
- configure:12157: checking for unsigned long long int
- configure:12196: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:12196: $? = 0
- configure:12205: result: yes
- configure:12215: checking for long long int
- configure:12253: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:12253: $? = 0
- configure:12253: ./conftest.exe
- configure:12253: $? = 0
- configure:12265: result: yes
- configure:12274: checking for inline
- configure:12290: gcc -c -g -O3 -march=nocona conftest.c >&5
- configure:12290: $? = 0
- configure:12298: result: inline
- configure:12327: checking for close
- configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:12327: $? = 0
- configure:12327: result: yes
- configure:12327: checking for getpid
- configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:12327: $? = 0
- configure:12327: result: yes
- configure:12327: checking for gettimeofday
- configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:12327: $? = 0
- configure:12327: result: yes
- configure:12327: checking for localeconv
- configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:12327: $? = 0
- configure:12327: result: yes
- configure:12327: checking for open
- configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:12327: $? = 0
- configure:12327: result: yes
- configure:12327: checking for read
- configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:12327: $? = 0
- configure:12327: result: yes
- configure:12327: checking for sched_yield
- configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:12327: $? = 0
- configure:12327: result: yes
- configure:12327: checking for strtoll
- configure:12327: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:12327: $? = 0
- configure:12327: result: yes
- configure:12337: checking for gcc __sync builtins
- configure:12351: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:12351: $? = 0
- configure:12361: result: yes
- configure:12364: checking for gcc __atomic builtins
- configure:12378: gcc -o conftest.exe -g -O3 -march=nocona conftest.c >&5
- configure:12378: $? = 0
- configure:12388: result: yes
- configure:12561: checking that generated files are newer than configure
- configure:12567: result: done
- configure:12594: creating ./config.status
-
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
-
- This file was extended by jansson config.status 2.10, which was
- generated by GNU Autoconf 2.69. Invocation command line was
-
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
-
- on TERA
-
- config.status:1132: creating jansson.pc
- config.status:1132: creating Makefile
- config.status:1132: creating doc/Makefile
- config.status:1132: creating src/Makefile
- config.status:1132: creating src/jansson_config.h
- config.status:1132: creating test/Makefile
- config.status:1132: creating test/bin/Makefile
- config.status:1132: creating test/suites/Makefile
- config.status:1132: creating test/suites/api/Makefile
- config.status:1132: creating jansson_private_config.h
- config.status:1361: executing depfiles commands
- config.status:1361: executing libtool commands
-
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
-
- ac_cv_build=x86_64-w64-mingw32
- ac_cv_c_compiler_gnu=yes
- ac_cv_c_inline=inline
- ac_cv_c_int32_t=yes
- ac_cv_c_uint16_t=yes
- ac_cv_c_uint32_t=yes
- ac_cv_c_uint8_t=yes
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=set
- ac_cv_env_CFLAGS_value='-g -O3 -march=nocona'
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_LDFLAGS_set=set
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_LT_SYS_LIBRARY_PATH_set=
- ac_cv_env_LT_SYS_LIBRARY_PATH_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_exeext=.exe
- ac_cv_func_close=yes
- ac_cv_func_getpid=yes
- ac_cv_func_gettimeofday=yes
- ac_cv_func_localeconv=yes
- ac_cv_func_open=yes
- ac_cv_func_read=yes
- ac_cv_func_sched_yield=yes
- ac_cv_func_strtoll=yes
- ac_cv_header_dlfcn_h=no
- ac_cv_header_endian_h=no
- ac_cv_header_fcntl_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_locale_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_sched_h=yes
- ac_cv_header_stdc=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_param_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_time_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_host=x86_64-w64-mingw32
- ac_cv_objext=o
- ac_cv_path_EGREP='/usr/bin/grep -E'
- ac_cv_path_FGREP='/usr/bin/grep -F'
- ac_cv_path_GREP=/usr/bin/grep
- ac_cv_path_SED=/usr/bin/sed
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_lt_DD=/usr/bin/dd
- ac_cv_path_mkdir=/usr/bin/mkdir
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_DLLTOOL=dlltool
- ac_cv_prog_ac_ct_OBJDUMP=objdump
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_ac_ct_STRIP=strip
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_make_make_set=yes
- ac_cv_type_long_long_int=yes
- ac_cv_type_unsigned_long_long_int=yes
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_make_support_nested_variables=yes
- am_cv_prog_cc_c_o=yes
- lt_cv_ar_at_file=@
- lt_cv_archive_cmds_need_lc=yes
- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
- lt_cv_file_magic_cmd=func_win32_libid
- lt_cv_file_magic_test_file=
- lt_cv_ld_reload_flag=-r
- lt_cv_nm_interface='BSD nm'
- lt_cv_objdir=.libs
- lt_cv_path_LD=C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
- lt_cv_path_NM='/mingw64/bin/nm -B'
- lt_cv_path_mainfest_tool=no
- lt_cv_prog_compiler_c_o=yes
- lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
- lt_cv_prog_compiler_pic_works=yes
- lt_cv_prog_compiler_rtti_exceptions=no
- lt_cv_prog_compiler_static_works=yes
- lt_cv_prog_gnu_ld=yes
- lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
- 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'\'''
- 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'\'''
- 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'\'''
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
- lt_cv_sys_global_symbol_to_import=
- lt_cv_sys_max_cmd_len=8192
- lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
- lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
- lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
-
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
-
- ACLOCAL='${SHELL} /f/git/Rack/dep/jansson-2.10/missing aclocal-1.15'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='$${TAR-tar}'
- AM_BACKSLASH='\'
- AM_CFLAGS='-Wall -Wextra -Wdeclaration-after-statement'
- AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
- AM_DEFAULT_VERBOSITY='1'
- AM_V='$(V)'
- AR='ar'
- AUTOCONF='${SHELL} /f/git/Rack/dep/jansson-2.10/missing autoconf'
- AUTOHEADER='${SHELL} /f/git/Rack/dep/jansson-2.10/missing autoheader'
- AUTOMAKE='${SHELL} /f/git/Rack/dep/jansson-2.10/missing automake-1.15'
- AWK='gawk'
- CC='gcc'
- CCDEPMODE='depmode=gcc3'
- CFLAGS='-g -O3 -march=nocona'
- CPP='gcc -E'
- CPPFLAGS=''
- CYGPATH_W='cygpath -w'
- DEFS='-DHAVE_CONFIG_H'
- DEPDIR='.deps'
- DLLTOOL='dlltool'
- DSYMUTIL=''
- DUMPBIN=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/usr/bin/grep -E'
- EXEEXT='.exe'
- FGREP='/usr/bin/grep -F'
- GCC_FALSE='#'
- GCC_TRUE=''
- GREP='/usr/bin/grep'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- LD='C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe'
- LDFLAGS=''
- LIBOBJS=''
- LIBS=''
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIPO=''
- LN_S='cp -pR'
- LTLIBOBJS=''
- LT_SYS_LIBRARY_PATH=''
- MAKEINFO='${SHELL} /f/git/Rack/dep/jansson-2.10/missing makeinfo'
- MANIFEST_TOOL=':'
- MKDIR_P='/usr/bin/mkdir -p'
- NM='/mingw64/bin/nm -B'
- NMEDIT=''
- OBJDUMP='objdump'
- OBJEXT='o'
- OTOOL64=''
- OTOOL=''
- PACKAGE='jansson'
- PACKAGE_BUGREPORT='petri@digip.org'
- PACKAGE_NAME='jansson'
- PACKAGE_STRING='jansson 2.10'
- PACKAGE_TARNAME='jansson'
- PACKAGE_URL=''
- PACKAGE_VERSION='2.10'
- PATH_SEPARATOR=':'
- RANLIB='ranlib'
- SED='/usr/bin/sed'
- SET_MAKE=''
- SHELL='/bin/sh'
- STRIP='strip'
- VERSION='2.10'
- ac_ct_AR='ar'
- ac_ct_CC='gcc'
- ac_ct_DUMPBIN=''
- am__EXEEXT_FALSE='#'
- am__EXEEXT_TRUE=''
- am__fastdepCC_FALSE='#'
- am__fastdepCC_TRUE=''
- am__include='include'
- am__isrc=''
- am__leading_dot='.'
- am__nodep='_no'
- am__quote=''
- am__tar='$${TAR-tar} chof - "$$tardir"'
- am__untar='$${TAR-tar} xf -'
- bindir='${exec_prefix}/bin'
- build='x86_64-w64-mingw32'
- build_alias='x86_64-w64-mingw32'
- build_cpu='x86_64'
- build_os='mingw32'
- build_vendor='w64'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- host='x86_64-w64-mingw32'
- host_alias=''
- host_cpu='x86_64'
- host_os='mingw32'
- host_vendor='w64'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /f/git/Rack/dep/jansson-2.10/install-sh'
- json_have_localeconv='1'
- json_have_long_long='1'
- json_inline='inline'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- mkdir_p='$(MKDIR_P)'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/f/git/Rack/dep/.'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
-
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
-
- /* confdefs.h */
- #define PACKAGE_NAME "jansson"
- #define PACKAGE_TARNAME "jansson"
- #define PACKAGE_VERSION "2.10"
- #define PACKAGE_STRING "jansson 2.10"
- #define PACKAGE_BUGREPORT "petri@digip.org"
- #define PACKAGE_URL ""
- #define PACKAGE "jansson"
- #define VERSION "2.10"
- #define STDC_HEADERS 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define LT_OBJDIR ".libs/"
- #define HAVE_FCNTL_H 1
- #define HAVE_LOCALE_H 1
- #define HAVE_SCHED_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_SYS_PARAM_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TIME_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_UNSIGNED_LONG_LONG_INT 1
- #define HAVE_LONG_LONG_INT 1
- #define HAVE_CLOSE 1
- #define HAVE_GETPID 1
- #define HAVE_GETTIMEOFDAY 1
- #define HAVE_LOCALECONV 1
- #define HAVE_OPEN 1
- #define HAVE_READ 1
- #define HAVE_SCHED_YIELD 1
- #define HAVE_STRTOLL 1
- #define HAVE_SYNC_BUILTINS 1
- #define HAVE_ATOMIC_BUILTINS 1
- #define USE_URANDOM 1
- #define USE_WINDOWS_CRYPTOAPI 1
- #define INITIAL_HASHTABLE_ORDER 3
-
- configure: exit 0
|