
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@24 7dcaeef0-15fb-0310-b436-a5af3365683c
995 строки
28 KiB
Plaintext
995 строки
28 KiB
Plaintext
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
It was created by libconfig configure 0.1.16, which was
|
|
generated by GNU Autoconf 2.59. Invocation command line was
|
|
|
|
$ ./configure
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = darkside
|
|
uname -m = x86_64
|
|
uname -r = 2.6.11-gentoo-r11
|
|
uname -s = Linux
|
|
uname -v = #1 Wed Jun 15 23:29:57 UTC 2005
|
|
|
|
/usr/bin/uname -p = AMD Athlon 64 Processor 3400+
|
|
/bin/uname -X = unknown
|
|
|
|
/bin/arch = x86_64
|
|
/usr/bin/arch -k = unknown
|
|
/usr/convex/getsysinfo = unknown
|
|
hostinfo = unknown
|
|
/bin/machine = unknown
|
|
/usr/bin/oslevel = unknown
|
|
/bin/universe = unknown
|
|
|
|
PATH: /usr/local/bin
|
|
PATH: /usr/bin
|
|
PATH: /bin
|
|
PATH: /opt/bin
|
|
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/3.4.4
|
|
PATH: /opt/blackdown-jdk-1.4.2.02/bin
|
|
PATH: /opt/blackdown-jdk-1.4.2.02/jre/bin
|
|
PATH: /usr/qt/3/bin
|
|
PATH: /usr/kde/3.4/bin
|
|
PATH: /usr/kde/3.3/bin
|
|
PATH: /usr/games/bin
|
|
PATH: /opt/vmware/bin
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:1347: checking build system type
|
|
configure:1365: result: x86_64-unknown-linux-gnu
|
|
configure:1374: checking host system type
|
|
configure:1388: result: x86_64-unknown-linux-gnu
|
|
configure:1403: checking host operating system
|
|
configure:1405: result: linux-gnu
|
|
configure:1482: checking for gcc
|
|
configure:1498: found /usr/bin/gcc
|
|
configure:1508: result: gcc
|
|
configure:1752: checking for C compiler version
|
|
configure:1755: gcc --version </dev/null >&5
|
|
gcc (GCC) 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
|
|
Copyright (C) 2004 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:1758: $? = 0
|
|
configure:1760: gcc -v </dev/null >&5
|
|
Reading specs from /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/specs
|
|
Configured with: /var/tmp/portage/gcc-3.4.4-r1/work/gcc-3.4.4/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/3.4.4 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.4 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.4/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/3.4.4/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/include/g++-v3 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --disable-libunwind-exceptions --enable-multilib --disable-libgcj --enable-languages=c,c++,f77 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
|
|
Thread model: posix
|
|
gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
|
|
configure:1763: $? = 0
|
|
configure:1765: gcc -V </dev/null >&5
|
|
gcc: `-V' option must have argument
|
|
configure:1768: $? = 1
|
|
configure:1791: checking for C compiler default output file name
|
|
configure:1794: gcc conftest.c >&5
|
|
configure:1797: $? = 0
|
|
configure:1843: result: a.out
|
|
configure:1848: checking whether the C compiler works
|
|
configure:1854: ./a.out
|
|
configure:1857: $? = 0
|
|
configure:1874: result: yes
|
|
configure:1881: checking whether we are cross compiling
|
|
configure:1883: result: no
|
|
configure:1886: checking for suffix of executables
|
|
configure:1888: gcc -o conftest conftest.c >&5
|
|
configure:1891: $? = 0
|
|
configure:1916: result:
|
|
configure:1922: checking for suffix of object files
|
|
configure:1943: gcc -c conftest.c >&5
|
|
configure:1946: $? = 0
|
|
configure:1968: result: o
|
|
configure:1972: checking whether we are using the GNU C compiler
|
|
configure:1996: gcc -c conftest.c >&5
|
|
configure:2002: $? = 0
|
|
configure:2006: test -z
|
|
|| test ! -s conftest.err
|
|
configure:2009: $? = 0
|
|
configure:2012: test -s conftest.o
|
|
configure:2015: $? = 0
|
|
configure:2028: result: yes
|
|
configure:2034: checking whether gcc accepts -g
|
|
configure:2055: gcc -c -g conftest.c >&5
|
|
configure:2061: $? = 0
|
|
configure:2065: test -z
|
|
|| test ! -s conftest.err
|
|
configure:2068: $? = 0
|
|
configure:2071: test -s conftest.o
|
|
configure:2074: $? = 0
|
|
configure:2085: result: yes
|
|
configure:2102: checking for gcc option to accept ANSI C
|
|
configure:2172: gcc -c -g -O2 conftest.c >&5
|
|
configure:2178: $? = 0
|
|
configure:2182: test -z
|
|
|| test ! -s conftest.err
|
|
configure:2185: $? = 0
|
|
configure:2188: test -s conftest.o
|
|
configure:2191: $? = 0
|
|
configure:2209: result: none needed
|
|
configure:2227: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c:2: error: parse error before "me"
|
|
configure:2233: $? = 1
|
|
configure: failed program was:
|
|
| #ifndef __cplusplus
|
|
| choke me
|
|
| #endif
|
|
configure:2366: checking whether make sets $(MAKE)
|
|
configure:2386: result: yes
|
|
configure:2408: checking for a BSD-compatible install
|
|
configure:2463: result: /usr/bin/install -c
|
|
configure:2474: checking whether ln -s works
|
|
configure:2478: result: yes
|
|
configure:2526: checking for ranlib
|
|
configure:2542: found /usr/bin/ranlib
|
|
configure:2553: result: ranlib
|
|
configure:2571: checking how to run the C preprocessor
|
|
configure:2606: gcc -E conftest.c
|
|
configure:2612: $? = 0
|
|
configure:2644: gcc -E conftest.c
|
|
conftest.c:9:28: ac_nonexistent.h: No such file or directory
|
|
configure:2650: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
|
|
|
| #define PACKAGE_NAME "libconfig"
|
|
| #define PACKAGE_TARNAME "libconfig"
|
|
| #define PACKAGE_VERSION "0.1.16"
|
|
| #define PACKAGE_STRING "libconfig 0.1.16"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:2689: result: gcc -E
|
|
configure:2713: gcc -E conftest.c
|
|
configure:2719: $? = 0
|
|
configure:2751: gcc -E conftest.c
|
|
conftest.c:9:28: ac_nonexistent.h: No such file or directory
|
|
configure:2757: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
|
|
|
| #define PACKAGE_NAME "libconfig"
|
|
| #define PACKAGE_TARNAME "libconfig"
|
|
| #define PACKAGE_VERSION "0.1.16"
|
|
| #define PACKAGE_STRING "libconfig 0.1.16"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:2801: checking for egrep
|
|
configure:2811: result: grep -E
|
|
configure:2817: checking for AIX
|
|
configure:2839: result: no
|
|
configure:2886: checking for ar
|
|
configure:2902: found /usr/bin/ar
|
|
configure:2913: result: ar
|
|
configure:2926: checking for ANSI C header files
|
|
configure:2951: gcc -c -g -O2 conftest.c >&5
|
|
configure:2957: $? = 0
|
|
configure:2961: test -z
|
|
|| test ! -s conftest.err
|
|
configure:2964: $? = 0
|
|
configure:2967: test -s conftest.o
|
|
configure:2970: $? = 0
|
|
configure:3059: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:3062: $? = 0
|
|
configure:3064: ./conftest
|
|
configure:3067: $? = 0
|
|
configure:3082: result: yes
|
|
configure:3106: checking for sys/types.h
|
|
configure:3122: gcc -c -g -O2 conftest.c >&5
|
|
configure:3128: $? = 0
|
|
configure:3132: test -z
|
|
|| test ! -s conftest.err
|
|
configure:3135: $? = 0
|
|
configure:3138: test -s conftest.o
|
|
configure:3141: $? = 0
|
|
configure:3152: result: yes
|
|
configure:3106: checking for sys/stat.h
|
|
configure:3122: gcc -c -g -O2 conftest.c >&5
|
|
configure:3128: $? = 0
|
|
configure:3132: test -z
|
|
|| test ! -s conftest.err
|
|
configure:3135: $? = 0
|
|
configure:3138: test -s conftest.o
|
|
configure:3141: $? = 0
|
|
configure:3152: result: yes
|
|
configure:3106: checking for stdlib.h
|
|
configure:3122: gcc -c -g -O2 conftest.c >&5
|
|
configure:3128: $? = 0
|
|
configure:3132: test -z
|
|
|| test ! -s conftest.err
|
|
configure:3135: $? = 0
|
|
configure:3138: test -s conftest.o
|
|
configure:3141: $? = 0
|
|
configure:3152: result: yes
|
|
configure:3106: checking for string.h
|
|
configure:3122: gcc -c -g -O2 conftest.c >&5
|
|
configure:3128: $? = 0
|
|
configure:3132: test -z
|
|
|| test ! -s conftest.err
|
|
configure:3135: $? = 0
|
|
configure:3138: test -s conftest.o
|
|
configure:3141: $? = 0
|
|
configure:3152: result: yes
|
|
configure:3106: checking for memory.h
|
|
configure:3122: gcc -c -g -O2 conftest.c >&5
|
|
configure:3128: $? = 0
|
|
configure:3132: test -z
|
|
|| test ! -s conftest.err
|
|
configure:3135: $? = 0
|
|
configure:3138: test -s conftest.o
|
|
configure:3141: $? = 0
|
|
configure:3152: result: yes
|
|
configure:3106: checking for strings.h
|
|
configure:3122: gcc -c -g -O2 conftest.c >&5
|
|
configure:3128: $? = 0
|
|
configure:3132: test -z
|
|
|| test ! -s conftest.err
|
|
configure:3135: $? = 0
|
|
configure:3138: test -s conftest.o
|
|
configure:3141: $? = 0
|
|
configure:3152: result: yes
|
|
configure:3106: checking for inttypes.h
|
|
configure:3122: gcc -c -g -O2 conftest.c >&5
|
|
configure:3128: $? = 0
|
|
configure:3132: test -z
|
|
|| test ! -s conftest.err
|
|
configure:3135: $? = 0
|
|
configure:3138: test -s conftest.o
|
|
configure:3141: $? = 0
|
|
configure:3152: result: yes
|
|
configure:3106: checking for stdint.h
|
|
configure:3122: gcc -c -g -O2 conftest.c >&5
|
|
configure:3128: $? = 0
|
|
configure:3132: test -z
|
|
|| test ! -s conftest.err
|
|
configure:3135: $? = 0
|
|
configure:3138: test -s conftest.o
|
|
configure:3141: $? = 0
|
|
configure:3152: result: yes
|
|
configure:3106: checking for unistd.h
|
|
configure:3122: gcc -c -g -O2 conftest.c >&5
|
|
configure:3128: $? = 0
|
|
configure:3132: test -z
|
|
|| test ! -s conftest.err
|
|
configure:3135: $? = 0
|
|
configure:3138: test -s conftest.o
|
|
configure:3141: $? = 0
|
|
configure:3152: result: yes
|
|
configure:3166: checking for inline
|
|
configure:3187: gcc -c -g -O2 conftest.c >&5
|
|
configure:3193: $? = 0
|
|
configure:3197: test -z
|
|
|| test ! -s conftest.err
|
|
configure:3200: $? = 0
|
|
configure:3203: test -s conftest.o
|
|
configure:3206: $? = 0
|
|
configure:3218: result: inline
|
|
configure:3237: checking for long long
|
|
configure:3261: gcc -c -g -O2 conftest.c >&5
|
|
configure:3267: $? = 0
|
|
configure:3271: test -z
|
|
|| test ! -s conftest.err
|
|
configure:3274: $? = 0
|
|
configure:3277: test -s conftest.o
|
|
configure:3280: $? = 0
|
|
configure:3291: result: yes
|
|
configure:3294: checking size of long long
|
|
configure:3613: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:3616: $? = 0
|
|
configure:3618: ./conftest
|
|
configure:3621: $? = 0
|
|
configure:3644: result: 8
|
|
configure:3651: checking for long
|
|
configure:3675: gcc -c -g -O2 conftest.c >&5
|
|
configure:3681: $? = 0
|
|
configure:3685: test -z
|
|
|| test ! -s conftest.err
|
|
configure:3688: $? = 0
|
|
configure:3691: test -s conftest.o
|
|
configure:3694: $? = 0
|
|
configure:3705: result: yes
|
|
configure:3708: checking size of long
|
|
configure:4027: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:4030: $? = 0
|
|
configure:4032: ./conftest
|
|
configure:4035: $? = 0
|
|
configure:4058: result: 8
|
|
configure:4065: checking for int
|
|
configure:4089: gcc -c -g -O2 conftest.c >&5
|
|
configure:4095: $? = 0
|
|
configure:4099: test -z
|
|
|| test ! -s conftest.err
|
|
configure:4102: $? = 0
|
|
configure:4105: test -s conftest.o
|
|
configure:4108: $? = 0
|
|
configure:4119: result: yes
|
|
configure:4122: checking size of int
|
|
configure:4441: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:4444: $? = 0
|
|
configure:4446: ./conftest
|
|
configure:4449: $? = 0
|
|
configure:4472: result: 4
|
|
configure:4479: checking for short
|
|
configure:4503: gcc -c -g -O2 conftest.c >&5
|
|
configure:4509: $? = 0
|
|
configure:4513: test -z
|
|
|| test ! -s conftest.err
|
|
configure:4516: $? = 0
|
|
configure:4519: test -s conftest.o
|
|
configure:4522: $? = 0
|
|
configure:4533: result: yes
|
|
configure:4536: checking size of short
|
|
configure:4855: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:4858: $? = 0
|
|
configure:4860: ./conftest
|
|
configure:4863: $? = 0
|
|
configure:4886: result: 2
|
|
configure:5036: checking for uint64_t
|
|
configure:5060: gcc -c -g -O2 conftest.c >&5
|
|
configure:5066: $? = 0
|
|
configure:5070: test -z
|
|
|| test ! -s conftest.err
|
|
configure:5073: $? = 0
|
|
configure:5076: test -s conftest.o
|
|
configure:5079: $? = 0
|
|
configure:5090: result: yes
|
|
configure:7048: checking for int64_t
|
|
configure:7072: gcc -c -g -O2 conftest.c >&5
|
|
configure:7078: $? = 0
|
|
configure:7082: test -z
|
|
|| test ! -s conftest.err
|
|
configure:7085: $? = 0
|
|
configure:7088: test -s conftest.o
|
|
configure:7091: $? = 0
|
|
configure:7102: result: yes
|
|
configure:8924: checking for uint32_t
|
|
configure:8948: gcc -c -g -O2 conftest.c >&5
|
|
configure:8954: $? = 0
|
|
configure:8958: test -z
|
|
|| test ! -s conftest.err
|
|
configure:8961: $? = 0
|
|
configure:8964: test -s conftest.o
|
|
configure:8967: $? = 0
|
|
configure:8978: result: yes
|
|
configure:10936: checking for int32_t
|
|
configure:10960: gcc -c -g -O2 conftest.c >&5
|
|
configure:10966: $? = 0
|
|
configure:10970: test -z
|
|
|| test ! -s conftest.err
|
|
configure:10973: $? = 0
|
|
configure:10976: test -s conftest.o
|
|
configure:10979: $? = 0
|
|
configure:10990: result: yes
|
|
configure:13152: checking for uint16_t
|
|
configure:13176: gcc -c -g -O2 conftest.c >&5
|
|
configure:13182: $? = 0
|
|
configure:13186: test -z
|
|
|| test ! -s conftest.err
|
|
configure:13189: $? = 0
|
|
configure:13192: test -s conftest.o
|
|
configure:13195: $? = 0
|
|
configure:13206: result: yes
|
|
configure:15164: checking for int16_t
|
|
configure:15188: gcc -c -g -O2 conftest.c >&5
|
|
configure:15194: $? = 0
|
|
configure:15198: test -z
|
|
|| test ! -s conftest.err
|
|
configure:15201: $? = 0
|
|
configure:15204: test -s conftest.o
|
|
configure:15207: $? = 0
|
|
configure:15218: result: yes
|
|
configure:15266: checking for fopen_net in -lopennet
|
|
configure:15296: gcc -o conftest -g -O2 conftest.c -lopennet >&5
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lopennet
|
|
collect2: ld returned 1 exit status
|
|
configure:15302: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
|
|
|
| #define PACKAGE_NAME "libconfig"
|
|
| #define PACKAGE_TARNAME "libconfig"
|
|
| #define PACKAGE_VERSION "0.1.16"
|
|
| #define PACKAGE_STRING "libconfig 0.1.16"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #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 SIZEOF_LONG_LONG 8
|
|
| #define SIZEOF_LONG 8
|
|
| #define SIZEOF_INT 4
|
|
| #define SIZEOF_SHORT 2
|
|
| /* end confdefs.h. */
|
|
|
|
|
| /* Override any gcc2 internal prototype to avoid an error. */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| /* We use char because int might match the return type of a gcc2
|
|
| builtin and then its argument prototype would still apply. */
|
|
| char fopen_net ();
|
|
| int
|
|
| main ()
|
|
| {
|
|
| fopen_net ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:15328: result: no
|
|
configure:15490: WARNING: Didn't find libopennet
|
|
configure:15499: WARNING: Support for libopennet disabled
|
|
configure:15783: checking windows.h usability
|
|
configure:15795: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c:57:21: windows.h: No such file or directory
|
|
configure:15801: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
|
|
|
| #define PACKAGE_NAME "libconfig"
|
|
| #define PACKAGE_TARNAME "libconfig"
|
|
| #define PACKAGE_VERSION "0.1.16"
|
|
| #define PACKAGE_STRING "libconfig 0.1.16"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #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 SIZEOF_LONG_LONG 8
|
|
| #define SIZEOF_LONG 8
|
|
| #define SIZEOF_INT 4
|
|
| #define SIZEOF_SHORT 2
|
|
| /* end confdefs.h. */
|
|
| #include <stdio.h>
|
|
| #if HAVE_SYS_TYPES_H
|
|
| # include <sys/types.h>
|
|
| #endif
|
|
| #if HAVE_SYS_STAT_H
|
|
| # include <sys/stat.h>
|
|
| #endif
|
|
| #if STDC_HEADERS
|
|
| # include <stdlib.h>
|
|
| # include <stddef.h>
|
|
| #else
|
|
| # if HAVE_STDLIB_H
|
|
| # include <stdlib.h>
|
|
| # endif
|
|
| #endif
|
|
| #if HAVE_STRING_H
|
|
| # if !STDC_HEADERS && HAVE_MEMORY_H
|
|
| # include <memory.h>
|
|
| # endif
|
|
| # include <string.h>
|
|
| #endif
|
|
| #if HAVE_STRINGS_H
|
|
| # include <strings.h>
|
|
| #endif
|
|
| #if HAVE_INTTYPES_H
|
|
| # include <inttypes.h>
|
|
| #else
|
|
| # if HAVE_STDINT_H
|
|
| # include <stdint.h>
|
|
| # endif
|
|
| #endif
|
|
| #if HAVE_UNISTD_H
|
|
| # include <unistd.h>
|
|
| #endif
|
|
| #include <windows.h>
|
|
configure:15824: result: no
|
|
configure:15828: checking windows.h presence
|
|
configure:15838: gcc -E conftest.c
|
|
conftest.c:23:21: windows.h: No such file or directory
|
|
configure:15844: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
|
|
|
| #define PACKAGE_NAME "libconfig"
|
|
| #define PACKAGE_TARNAME "libconfig"
|
|
| #define PACKAGE_VERSION "0.1.16"
|
|
| #define PACKAGE_STRING "libconfig 0.1.16"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #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 SIZEOF_LONG_LONG 8
|
|
| #define SIZEOF_LONG 8
|
|
| #define SIZEOF_INT 4
|
|
| #define SIZEOF_SHORT 2
|
|
| /* end confdefs.h. */
|
|
| #include <windows.h>
|
|
configure:15864: result: no
|
|
configure:15899: checking for windows.h
|
|
configure:15906: result: no
|
|
configure:15783: checking windowsx.h usability
|
|
configure:15795: gcc -c -g -O2 conftest.c >&5
|
|
conftest.c:57:22: windowsx.h: No such file or directory
|
|
configure:15801: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
|
|
|
| #define PACKAGE_NAME "libconfig"
|
|
| #define PACKAGE_TARNAME "libconfig"
|
|
| #define PACKAGE_VERSION "0.1.16"
|
|
| #define PACKAGE_STRING "libconfig 0.1.16"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #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 SIZEOF_LONG_LONG 8
|
|
| #define SIZEOF_LONG 8
|
|
| #define SIZEOF_INT 4
|
|
| #define SIZEOF_SHORT 2
|
|
| /* end confdefs.h. */
|
|
| #include <stdio.h>
|
|
| #if HAVE_SYS_TYPES_H
|
|
| # include <sys/types.h>
|
|
| #endif
|
|
| #if HAVE_SYS_STAT_H
|
|
| # include <sys/stat.h>
|
|
| #endif
|
|
| #if STDC_HEADERS
|
|
| # include <stdlib.h>
|
|
| # include <stddef.h>
|
|
| #else
|
|
| # if HAVE_STDLIB_H
|
|
| # include <stdlib.h>
|
|
| # endif
|
|
| #endif
|
|
| #if HAVE_STRING_H
|
|
| # if !STDC_HEADERS && HAVE_MEMORY_H
|
|
| # include <memory.h>
|
|
| # endif
|
|
| # include <string.h>
|
|
| #endif
|
|
| #if HAVE_STRINGS_H
|
|
| # include <strings.h>
|
|
| #endif
|
|
| #if HAVE_INTTYPES_H
|
|
| # include <inttypes.h>
|
|
| #else
|
|
| # if HAVE_STDINT_H
|
|
| # include <stdint.h>
|
|
| # endif
|
|
| #endif
|
|
| #if HAVE_UNISTD_H
|
|
| # include <unistd.h>
|
|
| #endif
|
|
| #include <windowsx.h>
|
|
configure:15824: result: no
|
|
configure:15828: checking windowsx.h presence
|
|
configure:15838: gcc -E conftest.c
|
|
conftest.c:23:22: windowsx.h: No such file or directory
|
|
configure:15844: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h. */
|
|
|
|
|
| #define PACKAGE_NAME "libconfig"
|
|
| #define PACKAGE_TARNAME "libconfig"
|
|
| #define PACKAGE_VERSION "0.1.16"
|
|
| #define PACKAGE_STRING "libconfig 0.1.16"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #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 SIZEOF_LONG_LONG 8
|
|
| #define SIZEOF_LONG 8
|
|
| #define SIZEOF_INT 4
|
|
| #define SIZEOF_SHORT 2
|
|
| /* end confdefs.h. */
|
|
| #include <windowsx.h>
|
|
configure:15864: result: no
|
|
configure:15899: checking for windowsx.h
|
|
configure:15906: result: no
|
|
configure:15925: checking how to create shared objects
|
|
configure:15955: gcc -o conftest -g -O2 -fPIC -DPIC -shared -rdynamic conftest.c >&5
|
|
configure:15961: $? = 0
|
|
configure:15965: test -z
|
|
|| test ! -s conftest.err
|
|
configure:15968: $? = 0
|
|
configure:15971: test -s conftest
|
|
configure:15974: $? = 0
|
|
configure:16629: result: -shared -rdynamic -fPIC -DPIC
|
|
configure:16665: checking ctype.h usability
|
|
configure:16677: gcc -c -g -O2 conftest.c >&5
|
|
configure:16683: $? = 0
|
|
configure:16687: test -z
|
|
|| test ! -s conftest.err
|
|
configure:16690: $? = 0
|
|
configure:16693: test -s conftest.o
|
|
configure:16696: $? = 0
|
|
configure:16706: result: yes
|
|
configure:16710: checking ctype.h presence
|
|
configure:16720: gcc -E conftest.c
|
|
configure:16726: $? = 0
|
|
configure:16746: result: yes
|
|
configure:16781: checking for ctype.h
|
|
configure:16788: result: yes
|
|
configure:16665: checking dirent.h usability
|
|
configure:16677: gcc -c -g -O2 conftest.c >&5
|
|
configure:16683: $? = 0
|
|
configure:16687: test -z
|
|
|| test ! -s conftest.err
|
|
configure:16690: $? = 0
|
|
configure:16693: test -s conftest.o
|
|
configure:16696: $? = 0
|
|
configure:16706: result: yes
|
|
configure:16710: checking dirent.h presence
|
|
configure:16720: gcc -E conftest.c
|
|
configure:16726: $? = 0
|
|
configure:16746: result: yes
|
|
configure:16781: checking for dirent.h
|
|
configure:16788: result: yes
|
|
configure:16665: checking pwd.h usability
|
|
configure:16677: gcc -c -g -O2 conftest.c >&5
|
|
configure:16683: $? = 0
|
|
configure:16687: test -z
|
|
|| test ! -s conftest.err
|
|
configure:16690: $? = 0
|
|
configure:16693: test -s conftest.o
|
|
configure:16696: $? = 0
|
|
configure:16706: result: yes
|
|
configure:16710: checking pwd.h presence
|
|
configure:16720: gcc -E conftest.c
|
|
configure:16726: $? = 0
|
|
configure:16746: result: yes
|
|
configure:16781: checking for pwd.h
|
|
configure:16788: result: yes
|
|
configure:16665: checking stdio.h usability
|
|
configure:16677: gcc -c -g -O2 conftest.c >&5
|
|
configure:16683: $? = 0
|
|
configure:16687: test -z
|
|
|| test ! -s conftest.err
|
|
configure:16690: $? = 0
|
|
configure:16693: test -s conftest.o
|
|
configure:16696: $? = 0
|
|
configure:16706: result: yes
|
|
configure:16710: checking stdio.h presence
|
|
configure:16720: gcc -E conftest.c
|
|
configure:16726: $? = 0
|
|
configure:16746: result: yes
|
|
configure:16781: checking for stdio.h
|
|
configure:16788: result: yes
|
|
configure:16656: checking for stdlib.h
|
|
configure:16661: result: yes
|
|
configure:16656: checking for string.h
|
|
configure:16661: result: yes
|
|
configure:16656: checking for sys/stat.h
|
|
configure:16661: result: yes
|
|
configure:16665: checking sys/time.h usability
|
|
configure:16677: gcc -c -g -O2 conftest.c >&5
|
|
configure:16683: $? = 0
|
|
configure:16687: test -z
|
|
|| test ! -s conftest.err
|
|
configure:16690: $? = 0
|
|
configure:16693: test -s conftest.o
|
|
configure:16696: $? = 0
|
|
configure:16706: result: yes
|
|
configure:16710: checking sys/time.h presence
|
|
configure:16720: gcc -E conftest.c
|
|
configure:16726: $? = 0
|
|
configure:16746: result: yes
|
|
configure:16781: checking for sys/time.h
|
|
configure:16788: result: yes
|
|
configure:16656: checking for sys/types.h
|
|
configure:16661: result: yes
|
|
configure:16665: checking time.h usability
|
|
configure:16677: gcc -c -g -O2 conftest.c >&5
|
|
configure:16683: $? = 0
|
|
configure:16687: test -z
|
|
|| test ! -s conftest.err
|
|
configure:16690: $? = 0
|
|
configure:16693: test -s conftest.o
|
|
configure:16696: $? = 0
|
|
configure:16706: result: yes
|
|
configure:16710: checking time.h presence
|
|
configure:16720: gcc -E conftest.c
|
|
configure:16726: $? = 0
|
|
configure:16746: result: yes
|
|
configure:16781: checking for time.h
|
|
configure:16788: result: yes
|
|
configure:16656: checking for unistd.h
|
|
configure:16661: result: yes
|
|
configure:16801: checking whether time.h and sys/time.h may both be included
|
|
configure:16826: gcc -c -g -O2 conftest.c >&5
|
|
configure:16832: $? = 0
|
|
configure:16836: test -z
|
|
|| test ! -s conftest.err
|
|
configure:16839: $? = 0
|
|
configure:16842: test -s conftest.o
|
|
configure:16845: $? = 0
|
|
configure:16856: result: yes
|
|
configure:16873: checking for strsep
|
|
configure:16930: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:16936: $? = 0
|
|
configure:16940: test -z
|
|
|| test ! -s conftest.err
|
|
configure:16943: $? = 0
|
|
configure:16946: test -s conftest
|
|
configure:16949: $? = 0
|
|
configure:16961: result: yes
|
|
configure:16873: checking for strtoll
|
|
configure:16930: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:16936: $? = 0
|
|
configure:16940: test -z
|
|
|| test ! -s conftest.err
|
|
configure:16943: $? = 0
|
|
configure:16946: test -s conftest
|
|
configure:16949: $? = 0
|
|
configure:16961: result: yes
|
|
configure:16873: checking for getuid
|
|
configure:16930: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:16936: $? = 0
|
|
configure:16940: test -z
|
|
|| test ! -s conftest.err
|
|
configure:16943: $? = 0
|
|
configure:16946: test -s conftest
|
|
configure:16949: $? = 0
|
|
configure:16961: result: yes
|
|
configure:16985: checking for getpwuid
|
|
configure:17042: gcc -o conftest -g -O2 conftest.c >&5
|
|
configure:17048: $? = 0
|
|
configure:17052: test -z
|
|
|| test ! -s conftest.err
|
|
configure:17055: $? = 0
|
|
configure:17058: test -s conftest
|
|
configure:17061: $? = 0
|
|
configure:17073: result: yes
|
|
configure:17188: creating ./config.status
|
|
|
|
## ---------------------- ##
|
|
## Running config.status. ##
|
|
## ---------------------- ##
|
|
|
|
This file was extended by libconfig config.status 0.1.16, which was
|
|
generated by GNU Autoconf 2.59. Invocation command line was
|
|
|
|
CONFIG_FILES =
|
|
CONFIG_HEADERS =
|
|
CONFIG_LINKS =
|
|
CONFIG_COMMANDS =
|
|
$ ./config.status
|
|
|
|
on darkside
|
|
|
|
config.status:676: creating Makefile
|
|
config.status:676: creating lc_geterrno.3
|
|
config.status:676: creating lc_process.3
|
|
config.status:676: creating lc_register_var.3
|
|
config.status:676: creating lc_geterrstr.3
|
|
config.status:676: creating lc_register_callback.3
|
|
config.status:676: creating lc_cleanup.3
|
|
config.status:676: creating lc_process_file.3
|
|
config.status:676: creating libconfig.3
|
|
config.status:780: creating config.h
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
ac_cv_build=x86_64-unknown-linux-gnu
|
|
ac_cv_build_alias=x86_64-unknown-linux-gnu
|
|
ac_cv_c_compiler_gnu=yes
|
|
ac_cv_c_inline=inline
|
|
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_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=
|
|
ac_cv_func_getpwuid=yes
|
|
ac_cv_func_getuid=yes
|
|
ac_cv_func_strsep=yes
|
|
ac_cv_func_strtoll=yes
|
|
ac_cv_header_ctype_h=yes
|
|
ac_cv_header_dirent_h=yes
|
|
ac_cv_header_inttypes_h=yes
|
|
ac_cv_header_memory_h=yes
|
|
ac_cv_header_pwd_h=yes
|
|
ac_cv_header_stdc=yes
|
|
ac_cv_header_stdint_h=yes
|
|
ac_cv_header_stdio_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_time_h=yes
|
|
ac_cv_header_sys_types_h=yes
|
|
ac_cv_header_time=yes
|
|
ac_cv_header_time_h=yes
|
|
ac_cv_header_unistd_h=yes
|
|
ac_cv_header_windows_h=no
|
|
ac_cv_header_windowsx_h=no
|
|
ac_cv_host=x86_64-unknown-linux-gnu
|
|
ac_cv_host_alias=x86_64-unknown-linux-gnu
|
|
ac_cv_lib_opennet_fopen_net=no
|
|
ac_cv_objext=o
|
|
ac_cv_path_install='/usr/bin/install -c'
|
|
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_RANLIB=ranlib
|
|
ac_cv_prog_cc_g=yes
|
|
ac_cv_prog_cc_stdc=
|
|
ac_cv_prog_egrep='grep -E'
|
|
ac_cv_prog_make_make_set=yes
|
|
ac_cv_sizeof_int=4
|
|
ac_cv_sizeof_long=8
|
|
ac_cv_sizeof_long_long=8
|
|
ac_cv_sizeof_short=2
|
|
ac_cv_type_int=yes
|
|
ac_cv_type_int16_t=yes
|
|
ac_cv_type_int32_t=yes
|
|
ac_cv_type_int64_t=yes
|
|
ac_cv_type_long=yes
|
|
ac_cv_type_long_long=yes
|
|
ac_cv_type_short=yes
|
|
ac_cv_type_uint16_t=yes
|
|
ac_cv_type_uint32_t=yes
|
|
ac_cv_type_uint64_t=yes
|
|
dc_cv_loop='$ac_cv_sizeof_short'
|
|
dc_cv_name=short
|
|
dc_cv_size=2
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
AR='ar'
|
|
AREXT='a'
|
|
CC='gcc'
|
|
CFLAGS='-g -O2'
|
|
CPP='gcc -E'
|
|
CPPFLAGS=''
|
|
DEFS='-DHAVE_CONFIG_H'
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EGREP='grep -E'
|
|
EXEEXT=''
|
|
INSTALL_DATA='${INSTALL} -m 644'
|
|
INSTALL_PROGRAM='${INSTALL}'
|
|
INSTALL_SCRIPT='${INSTALL}'
|
|
LDFLAGS=''
|
|
LIBOBJS=''
|
|
LIBS=''
|
|
LN_S='ln -s'
|
|
LTLIBOBJS=''
|
|
OBJEXT='o'
|
|
PACKAGE_BUGREPORT=''
|
|
PACKAGE_NAME='libconfig'
|
|
PACKAGE_STRING='libconfig 0.1.16'
|
|
PACKAGE_TARNAME='libconfig'
|
|
PACKAGE_VERSION='0.1.16'
|
|
PATH_SEPARATOR=':'
|
|
RANLIB='ranlib'
|
|
SET_MAKE=''
|
|
SHELL='/bin/sh'
|
|
SHLIBOBJS=''
|
|
SHOBJEXT='so'
|
|
SHOBJFLAGS='-fPIC -DPIC'
|
|
SHOBJLDFLAGS='-shared -rdynamic'
|
|
ac_ct_AR='ar'
|
|
ac_ct_CC='gcc'
|
|
ac_ct_RANLIB='ranlib'
|
|
bindir='${exec_prefix}/bin'
|
|
build='x86_64-unknown-linux-gnu'
|
|
build_alias=''
|
|
build_cpu='x86_64'
|
|
build_os='linux-gnu'
|
|
build_vendor='unknown'
|
|
datadir='${prefix}/share'
|
|
exec_prefix='${prefix}'
|
|
host='x86_64-unknown-linux-gnu'
|
|
host_alias=''
|
|
host_cpu='x86_64'
|
|
host_os='linux-gnu'
|
|
host_vendor='unknown'
|
|
includedir='${prefix}/include'
|
|
infodir='${prefix}/info'
|
|
libdir='${exec_prefix}/lib'
|
|
libexecdir='${exec_prefix}/libexec'
|
|
localstatedir='${prefix}/var'
|
|
mandir='${prefix}/man'
|
|
oldincludedir='/usr/include'
|
|
prefix='/usr/local'
|
|
program_transform_name='s,x,x,'
|
|
sbindir='${exec_prefix}/sbin'
|
|
sharedstatedir='${prefix}/com'
|
|
sysconfdir='${prefix}/etc'
|
|
target_alias=''
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
#define HAVE_CTYPE_H 1
|
|
#define HAVE_DIRENT_H 1
|
|
#define HAVE_GETPWUID 1
|
|
#define HAVE_GETUID 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_MEMORY_H 1
|
|
#define HAVE_PWD_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_STDIO_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_STRSEP 1
|
|
#define HAVE_STRTOLL 1
|
|
#define HAVE_SYS_STAT_H 1
|
|
#define HAVE_SYS_STAT_H 1
|
|
#define HAVE_SYS_TIME_H 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#define HAVE_TIME_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define PACKAGE_BUGREPORT ""
|
|
#define PACKAGE_NAME "libconfig"
|
|
#define PACKAGE_STRING "libconfig 0.1.16"
|
|
#define PACKAGE_TARNAME "libconfig"
|
|
#define PACKAGE_VERSION "0.1.16"
|
|
#define SIZEOF_INT 4
|
|
#define SIZEOF_LONG 8
|
|
#define SIZEOF_LONG_LONG 8
|
|
#define SIZEOF_SHORT 2
|
|
#define STDC_HEADERS 1
|
|
#define TIME_WITH_SYS_TIME 1
|
|
|
|
configure: exit 0
|