123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735 |
- 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.5, which was
- generated by GNU Autoconf 2.68. Invocation command line was
- $ ./configure --disable-option-checking --prefix=/usr/local --enable-scrypt --enable-lketc --enable-zeus --cache-file=/dev/null --srcdir=.
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = DESKTOP-1EUOO25
- uname -m = i686
- uname -r = 1.0.19(0.48/3/2)
- uname -s = MINGW32_NT-6.2
- uname -v = 2016-07-13 17:45
- /usr/bin/uname -p = unknown
- /bin/uname -X = unknown
- /bin/arch = unknown
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: .
- PATH: /usr/local/bin
- PATH: /mingw/bin
- PATH: /bin
- PATH: /c/Windows/system32
- PATH: /c/Windows
- PATH: /c/Windows/System32/Wbem
- PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
- PATH: /c/Windows/System32/OpenSSH/
- PATH: /c/Program Files/Git/cmd
- PATH: /c/Program Files (x86)/GTK2-Runtime/bin
- PATH: /c/Users/cross/AppData/Local/Microsoft/WindowsApps
- PATH: .
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2309: checking for a BSD-compatible install
- configure:2377: result: /bin/install -c
- configure:2388: checking whether build environment is sane
- configure:2438: result: yes
- configure:2579: checking for a thread-safe mkdir -p
- configure:2618: result: /bin/mkdir -p
- configure:2631: checking for gawk
- configure:2647: found /bin/gawk
- configure:2658: result: gawk
- configure:2669: checking whether make sets $(MAKE)
- configure:2691: result: yes
- configure:2837: checking for gcc
- configure:2853: found /mingw/bin/gcc
- configure:2864: result: gcc
- configure:3093: checking for C compiler version
- configure:3102: gcc --version >&5
- gcc.exe (MinGW.org GCC-6.3.0-1) 6.3.0
- Copyright (C) 2016 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:3113: $? = 0
- configure:3102: gcc -v >&5
- Using built-in specs.
- COLLECT_GCC=C:\MinGW\bin\gcc.exe
- COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/6.3.0/lto-wrapper.exe
- Target: mingw32
- Configured with: ../src/gcc-6.3.0/configure --build=x86_64-pc-linux-gnu --host=mingw32 --target=mingw32 --with-gmp=/mingw --with-mpfr --with-mpc=/mingw --with-isl=/mingw --prefix=/mingw --disable-win32-registry --with-arch=i586 --with-tune=generic --enable-languages=c,c++,objc,obj-c++,fortran,ada --with-pkgversion='MinGW.org GCC-6.3.0-1' --enable-static --enable-shared --enable-threads --with-dwarf2 --disable-sjlj-exceptions --enable-version-specific-runtime-libs --with-libiconv-prefix=/mingw --with-libintl-prefix=/mingw --enable-libstdcxx-debug --enable-libgomp --disable-libvtv --enable-nls
- Thread model: win32
- gcc version 6.3.0 (MinGW.org GCC-6.3.0-1)
- configure:3113: $? = 0
- configure:3102: gcc -V >&5
- gcc.exe: error: unrecognized command line option '-V'
- gcc.exe: fatal error: no input files
- compilation terminated.
- configure:3113: $? = 1
- configure:3102: 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:3113: $? = 1
- configure:3133: checking whether the C compiler works
- configure:3155: gcc conftest.c >&5
- configure:3159: $? = 0
- configure:3207: result: yes
- configure:3210: checking for C compiler default output file name
- configure:3212: result: a.exe
- configure:3218: checking for suffix of executables
- configure:3225: gcc -o conftest.exe conftest.c >&5
- configure:3229: $? = 0
- configure:3251: result: .exe
- configure:3273: checking whether we are cross compiling
- configure:3281: gcc -o conftest.exe conftest.c >&5
- configure:3285: $? = 0
- configure:3292: ./conftest.exe
- configure:3296: $? = 0
- configure:3311: result: no
- configure:3316: checking for suffix of object files
- configure:3338: gcc -c conftest.c >&5
- configure:3342: $? = 0
- configure:3363: result: o
- configure:3367: checking whether we are using the GNU C compiler
- configure:3386: gcc -c conftest.c >&5
- configure:3386: $? = 0
- configure:3395: result: yes
- configure:3404: checking whether gcc accepts -g
- configure:3424: gcc -c -g conftest.c >&5
- configure:3424: $? = 0
- configure:3465: result: yes
- configure:3482: checking for gcc option to accept ISO C89
- configure:3546: gcc -c -g -O2 conftest.c >&5
- configure:3546: $? = 0
- configure:3559: result: none needed
- configure:3590: checking for style of include used by make
- configure:3618: result: GNU
- configure:3643: checking dependency style of gcc
- configure:3753: result: gcc3
- configure:3797: checking build system type
- configure:3811: result: i686-pc-mingw32
- configure:3831: checking host system type
- configure:3844: result: i686-pc-mingw32
- configure:3885: checking how to print strings
- configure:3912: result: printf
- configure:3933: checking for a sed that does not truncate output
- configure:3997: result: /bin/sed
- configure:4015: checking for grep that handles long lines and -e
- configure:4073: result: /bin/grep
- configure:4078: checking for egrep
- configure:4140: result: /bin/grep -E
- configure:4145: checking for fgrep
- configure:4207: result: /bin/grep -F
- configure:4242: checking for ld used by gcc
- configure:4309: result: c:/mingw/mingw32/bin/ld.exe
- configure:4316: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
- configure:4331: result: yes
- configure:4343: checking for BSD- or MS-compatible name lister (nm)
- configure:4392: result: /mingw/bin/nm
- configure:4522: checking the name lister (/mingw/bin/nm) interface
- configure:4529: gcc -c -g -O2 conftest.c >&5
- configure:4532: /mingw/bin/nm "conftest.o"
- configure:4535: output
- 00000000 b .bss
- 00000000 d .data
- 00000000 N .debug_abbrev
- 00000000 N .debug_aranges
- 00000000 N .debug_info
- 00000000 N .debug_line
- 00000000 r .rdata$zzz
- 00000000 t .text
- 00000000 B _some_variable
- configure:4542: result: BSD nm
- configure:4545: checking whether ln -s works
- configure:4552: result: no, using cp -p
- configure:4557: checking the maximum length of command line arguments
- configure:4682: result: 8192
- configure:4699: checking whether the shell understands some XSI constructs
- configure:4709: result: yes
- configure:4713: checking whether the shell understands "+="
- configure:4719: result: yes
- configure:4754: checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format
- configure:4794: result: func_convert_file_msys_to_w32
- configure:4801: checking how to convert i686-pc-mingw32 file names to toolchain format
- configure:4821: result: func_convert_file_msys_to_w32
- configure:4828: checking for c:/mingw/mingw32/bin/ld.exe option to reload object files
- configure:4835: result: -r
- configure:4909: checking for objdump
- configure:4925: found /mingw/bin/objdump
- configure:4936: result: objdump
- configure:4968: checking how to recognize dependent libraries
- configure:5170: result: file_magic ^x86 archive import|^x86 DLL
- configure:5255: checking for dlltool
- configure:5271: found /mingw/bin/dlltool
- configure:5282: result: dlltool
- configure:5315: checking how to associate runtime and link libraries
- configure:5342: result: func_cygming_dll_for_implib
- configure:5403: checking for ar
- configure:5419: found /mingw/bin/ar
- configure:5430: result: ar
- configure:5467: checking for archiver @FILE support
- configure:5484: gcc -c -g -O2 conftest.c >&5
- configure:5484: $? = 0
- configure:5487: ar cru libconftest.a @conftest.lst >&5
- configure:5490: $? = 0
- configure:5495: ar cru libconftest.a @conftest.lst >&5
- C:\MinGW\bin\ar.exe: conftest.o: No such file or directory
- configure:5498: $? = 1
- configure:5510: result: @
- configure:5568: checking for strip
- configure:5584: found /mingw/bin/strip
- configure:5595: result: strip
- configure:5667: checking for ranlib
- configure:5683: found /mingw/bin/ranlib
- configure:5694: result: ranlib
- configure:5796: checking command to parse /mingw/bin/nm output from gcc object
- configure:5915: gcc -c -g -O2 conftest.c >&5
- configure:5918: $? = 0
- configure:5922: /mingw/bin/nm 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:5925: $? = 0
- cannot find nm_test_var in conftest.nm
- configure:5915: gcc -c -g -O2 conftest.c >&5
- configure:5918: $? = 0
- configure:5922: /mingw/bin/nm 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:5925: $? = 0
- configure:5991: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
- configure:5994: $? = 0
- configure:6032: result: ok
- configure:6069: checking for sysroot
- configure:6099: result: no
- configure:6342: checking for mt
- configure:6372: result: no
- configure:6392: checking if : is a manifest tool
- configure:6398: : '-?'
- configure:6406: result: no
- configure:7038: checking how to run the C preprocessor
- configure:7069: gcc -E conftest.c
- configure:7069: $? = 0
- configure:7083: gcc -E conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:7083: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jansson"
- | #define PACKAGE_TARNAME "jansson"
- | #define PACKAGE_VERSION "2.5"
- | #define PACKAGE_STRING "jansson 2.5"
- | #define PACKAGE_BUGREPORT "petri@digip.org"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jansson"
- | #define VERSION "2.5"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:7108: result: gcc -E
- configure:7128: gcc -E conftest.c
- configure:7128: $? = 0
- configure:7142: gcc -E conftest.c
- conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
- #include <ac_nonexistent.h>
- ^
- compilation terminated.
- configure:7142: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jansson"
- | #define PACKAGE_TARNAME "jansson"
- | #define PACKAGE_VERSION "2.5"
- | #define PACKAGE_STRING "jansson 2.5"
- | #define PACKAGE_BUGREPORT "petri@digip.org"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jansson"
- | #define VERSION "2.5"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:7171: checking for ANSI C header files
- configure:7191: gcc -c -g -O2 conftest.c >&5
- configure:7191: $? = 0
- configure:7264: gcc -o conftest.exe -g -O2 conftest.c >&5
- configure:7264: $? = 0
- configure:7264: ./conftest.exe
- configure:7264: $? = 0
- configure:7275: result: yes
- configure:7288: checking for sys/types.h
- configure:7288: gcc -c -g -O2 conftest.c >&5
- configure:7288: $? = 0
- configure:7288: result: yes
- configure:7288: checking for sys/stat.h
- configure:7288: gcc -c -g -O2 conftest.c >&5
- configure:7288: $? = 0
- configure:7288: result: yes
- configure:7288: checking for stdlib.h
- configure:7288: gcc -c -g -O2 conftest.c >&5
- configure:7288: $? = 0
- configure:7288: result: yes
- configure:7288: checking for string.h
- configure:7288: gcc -c -g -O2 conftest.c >&5
- configure:7288: $? = 0
- configure:7288: result: yes
- configure:7288: checking for memory.h
- configure:7288: gcc -c -g -O2 conftest.c >&5
- configure:7288: $? = 0
- configure:7288: result: yes
- configure:7288: checking for strings.h
- configure:7288: gcc -c -g -O2 conftest.c >&5
- configure:7288: $? = 0
- configure:7288: result: yes
- configure:7288: checking for inttypes.h
- configure:7288: gcc -c -g -O2 conftest.c >&5
- configure:7288: $? = 0
- configure:7288: result: yes
- configure:7288: checking for stdint.h
- configure:7288: gcc -c -g -O2 conftest.c >&5
- configure:7288: $? = 0
- configure:7288: result: yes
- configure:7288: checking for unistd.h
- configure:7288: gcc -c -g -O2 conftest.c >&5
- configure:7288: $? = 0
- configure:7288: result: yes
- configure:7302: checking for dlfcn.h
- configure:7302: gcc -c -g -O2 conftest.c >&5
- configure:7302: $? = 0
- configure:7302: result: yes
- configure:7489: checking for objdir
- configure:7504: result: .libs
- configure:7775: checking if gcc supports -fno-rtti -fno-exceptions
- configure:7793: gcc -c -g -O2 -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:7797: $? = 0
- configure:7810: result: no
- configure:8120: checking for gcc option to produce PIC
- configure:8127: result: -DDLL_EXPORT -DPIC
- configure:8135: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
- configure:8153: gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
- configure:8157: $? = 0
- configure:8170: result: yes
- configure:8199: checking if gcc static flag -static works
- configure:8227: result: yes
- configure:8242: checking if gcc supports -c -o file.o
- configure:8263: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
- configure:8267: $? = 0
- configure:8289: result: yes
- configure:8297: checking if gcc supports -c -o file.o
- configure:8344: result: yes
- configure:8377: checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
- configure:9535: result: yes
- configure:9572: checking whether -lc should be explicitly linked in
- configure:9580: gcc -c -g -O2 conftest.c >&5
- configure:9583: $? = 0
- configure:9598: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
- configure:9601: $? = 1
- configure:9615: result: yes
- configure:9780: checking dynamic linker characteristics
- configure:10516: result: Win32 ld.exe
- configure:10623: checking how to hardcode library paths into programs
- configure:10648: result: immediate
- configure:11188: checking whether stripping libraries is possible
- configure:11193: result: yes
- configure:11228: checking if libtool supports shared libraries
- configure:11230: result: yes
- configure:11233: checking whether to build shared libraries
- configure:11254: result: yes
- configure:11257: checking whether to build static libraries
- configure:11261: result: yes
- configure:11310: checking locale.h usability
- configure:11310: gcc -c -g -O2 conftest.c >&5
- configure:11310: $? = 0
- configure:11310: result: yes
- configure:11310: checking locale.h presence
- configure:11310: gcc -E conftest.c
- configure:11310: $? = 0
- configure:11310: result: yes
- configure:11310: checking for locale.h
- configure:11310: result: yes
- configure:11322: checking for int32_t
- configure:11322: gcc -c -g -O2 conftest.c >&5
- configure:11322: $? = 0
- configure:11322: gcc -c -g -O2 conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:62:53: warning: integer overflow in expression [-Woverflow]
- < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
- ^
- conftest.c:61: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:11322: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "jansson"
- | #define PACKAGE_TARNAME "jansson"
- | #define PACKAGE_VERSION "2.5"
- | #define PACKAGE_STRING "jansson 2.5"
- | #define PACKAGE_BUGREPORT "petri@digip.org"
- | #define PACKAGE_URL ""
- | #define PACKAGE "jansson"
- | #define VERSION "2.5"
- | #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 HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define HAVE_LOCALE_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 0;
- | }
- configure:11322: result: yes
- configure:11334: checking for unsigned long long int
- configure:11373: gcc -o conftest.exe -g -O2 conftest.c >&5
- configure:11373: $? = 0
- configure:11382: result: yes
- configure:11392: checking for long long int
- configure:11430: gcc -o conftest.exe -g -O2 conftest.c >&5
- configure:11430: $? = 0
- configure:11430: ./conftest.exe
- configure:11430: $? = 0
- configure:11442: result: yes
- configure:11451: checking for inline
- configure:11467: gcc -c -g -O2 conftest.c >&5
- configure:11467: $? = 0
- configure:11475: result: inline
- configure:11504: checking for strtoll
- configure:11504: gcc -o conftest.exe -g -O2 conftest.c >&5
- configure:11504: $? = 0
- configure:11504: result: yes
- configure:11504: checking for localeconv
- configure:11504: gcc -o conftest.exe -g -O2 conftest.c >&5
- configure:11504: $? = 0
- configure:11504: result: yes
- configure:11662: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by jansson config.status 2.5, which was
- generated by GNU Autoconf 2.68. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on DESKTOP-1EUOO25
- config.status:1116: creating jansson.pc
- config.status:1116: creating Makefile
- config.status:1116: creating src/Makefile
- config.status:1116: creating src/jansson_config.h
- config.status:1116: creating config.h
- config.status:1297: config.h is unchanged
- config.status:1345: executing depfiles commands
- config.status:1345: executing libtool commands
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=i686-pc-mingw32
- ac_cv_c_compiler_gnu=yes
- ac_cv_c_inline=inline
- ac_cv_c_int32_t=yes
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- 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=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_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_localeconv=yes
- ac_cv_func_strtoll=yes
- ac_cv_header_dlfcn_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_locale_h=yes
- ac_cv_header_memory_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_stat_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_host=i686-pc-mingw32
- ac_cv_objext=o
- ac_cv_path_EGREP='/bin/grep -E'
- ac_cv_path_FGREP='/bin/grep -F'
- ac_cv_path_GREP=/bin/grep
- ac_cv_path_SED=/bin/sed
- ac_cv_path_install='/bin/install -c'
- ac_cv_path_mkdir=/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
- 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:/mingw/mingw32/bin/ld.exe
- lt_cv_path_NM=/mingw/bin/nm
- 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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
- lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
- lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
- 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
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /home/cross/code/compat/jansson-2.5/missing --run aclocal-1.11'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='${SHELL} /home/cross/code/compat/jansson-2.5/missing --run tar'
- AM_BACKSLASH='\'
- AM_DEFAULT_VERBOSITY='0'
- AR='ar'
- AUTOCONF='${SHELL} /home/cross/code/compat/jansson-2.5/missing --run autoconf'
- AUTOHEADER='${SHELL} /home/cross/code/compat/jansson-2.5/missing --run autoheader'
- AUTOMAKE='${SHELL} /home/cross/code/compat/jansson-2.5/missing --run automake-1.11'
- AWK='gawk'
- CC='gcc'
- CCDEPMODE='depmode=gcc3'
- CFLAGS='-g -O2'
- CPP='gcc -E'
- CPPFLAGS=''
- CYGPATH_W='echo'
- DEFS='-DHAVE_CONFIG_H'
- DEPDIR='.deps'
- DLLTOOL='dlltool'
- DSYMUTIL=''
- DUMPBIN=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/bin/grep -E'
- EXEEXT='.exe'
- FGREP='/bin/grep -F'
- GCC_FALSE='#'
- GCC_TRUE=''
- GREP='/bin/grep'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- LD='c:/mingw/mingw32/bin/ld.exe'
- LDFLAGS=''
- LIBOBJS=''
- LIBS=''
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIPO=''
- LN_S='cp -p'
- LTLIBOBJS=''
- MAKEINFO='${SHELL} /home/cross/code/compat/jansson-2.5/missing --run makeinfo'
- MANIFEST_TOOL=':'
- MKDIR_P='/bin/mkdir -p'
- NM='/mingw/bin/nm'
- NMEDIT=''
- OBJDUMP='objdump'
- OBJEXT='o'
- OTOOL64=''
- OTOOL=''
- PACKAGE='jansson'
- PACKAGE_BUGREPORT='petri@digip.org'
- PACKAGE_NAME='jansson'
- PACKAGE_STRING='jansson 2.5'
- PACKAGE_TARNAME='jansson'
- PACKAGE_URL=''
- PACKAGE_VERSION='2.5'
- PATH_SEPARATOR=':'
- RANLIB='ranlib'
- SED='/bin/sed'
- SET_MAKE=''
- SHELL='/bin/sh'
- STRIP='strip'
- VERSION='2.5'
- 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__quote=''
- am__tar='${AMTAR} chof - "$$tardir"'
- am__untar='${AMTAR} xf -'
- bindir='${exec_prefix}/bin'
- build='i686-pc-mingw32'
- build_alias=''
- build_cpu='i686'
- build_os='mingw32'
- build_vendor='pc'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- host='i686-pc-mingw32'
- host_alias=''
- host_cpu='i686'
- host_os='mingw32'
- host_vendor='pc'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /home/cross/code/compat/jansson-2.5/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='/bin/mkdir -p'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr/local'
- 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.5"
- #define PACKAGE_STRING "jansson 2.5"
- #define PACKAGE_BUGREPORT "petri@digip.org"
- #define PACKAGE_URL ""
- #define PACKAGE "jansson"
- #define VERSION "2.5"
- #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 HAVE_DLFCN_H 1
- #define LT_OBJDIR ".libs/"
- #define HAVE_LOCALE_H 1
- #define HAVE_UNSIGNED_LONG_LONG_INT 1
- #define HAVE_LONG_LONG_INT 1
- #define HAVE_STRTOLL 1
- #define HAVE_LOCALECONV 1
- configure: exit 0
|