This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --with-loadavg --with-libwrap --with-ipv6 --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 129 tasks, 184 threads, 4 processors Load average: 1.60, Mach factor: 2.52 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1335: checking build system type configure:1353: result: i386-unknown-gnu configure:1361: checking host system type configure:1375: result: i386-unknown-gnu configure:1383: checking target system type configure:1397: result: i386-unknown-gnu configure:1420: checking for i386-unknown-gnu-gcc configure:1446: result: cc configure:1728: checking for C compiler version configure:1731: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:1734: $? = 0 configure:1736: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:1739: $? = 0 configure:1741: cc -V &5 cc: `-V' option must have argument configure:1744: $? = 1 configure:1767: checking for C compiler default output file name configure:1770: cc -fno-common conftest.c >&5 configure:1773: $? = 0 configure:1819: result: a.out configure:1824: checking whether the C compiler works configure:1830: ./a.out configure:1833: $? = 0 configure:1850: result: yes configure:1857: checking whether we are cross compiling configure:1859: result: no configure:1862: checking for suffix of executables configure:1864: cc -o conftest -fno-common conftest.c >&5 configure:1867: $? = 0 configure:1892: result: configure:1898: checking for suffix of object files configure:1919: cc -c -fno-common conftest.c >&5 configure:1922: $? = 0 configure:1944: result: configure:1948: checking whether we are using the GNU C compiler configure:1972: cc -c -fno-common conftest.c >&5 configure:1978: $? = 0 configure:1982: test -z || test ! -s conftest.err configure:1985: $? = 0 configure:1988: test -s conftest. configure:1991: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2004: result: no configure:2010: checking whether cc accepts -g configure:2031: cc -c -g conftest.c >&5 configure:2037: $? = 0 configure:2041: test -z || test ! -s conftest.err configure:2044: $? = 0 configure:2047: test -s conftest. configure:2050: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2061: result: no configure:2078: checking for cc option to accept ANSI C configure:2148: cc -c -fno-common conftest.c >&5 configure:2154: $? = 0 configure:2158: test -z || test ! -s conftest.err configure:2161: $? = 0 configure:2164: test -s conftest. configure:2167: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2148: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2154: $? = 0 configure:2158: test -z || test ! -s conftest.err configure:2161: $? = 0 configure:2164: test -s conftest. configure:2167: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2148: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2154: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2148: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2154: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2148: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2154: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2148: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2154: $? = 0 configure:2158: test -z || test ! -s conftest.err configure:2161: $? = 0 configure:2164: test -s conftest. configure:2167: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2185: result: none needed configure:2203: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2209: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2355: checking for a BSD-compatible install configure:2410: result: /usr/bin/install -c -o root -g wheel configure:2424: checking for i386-unknown-gnu-ranlib configure:2453: result: no configure:2462: checking for ranlib configure:2478: found /usr/bin/ranlib configure:2489: result: ranlib configure:2504: checking for main in -lcompat configure:2528: cc -o conftest -fno-common conftest.c -lcompat >&5 ld: can't locate file for: -lcompat configure:2534: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:2560: result: no configure:2571: checking for library containing gethostbyname configure:2601: cc -o conftest -fno-common conftest.c >&5 configure:2607: $? = 0 configure:2611: test -z || test ! -s conftest.err configure:2614: $? = 0 configure:2617: test -s conftest configure:2620: $? = 0 configure:2690: result: none required configure:2697: checking for library containing getnameinfo configure:2727: cc -o conftest -fno-common conftest.c >&5 configure:2733: $? = 0 configure:2737: test -z || test ! -s conftest.err configure:2740: $? = 0 configure:2743: test -s conftest configure:2746: $? = 0 configure:2816: result: none required configure:2823: checking for library containing inet_ntop configure:2853: cc -o conftest -fno-common conftest.c >&5 configure:2859: $? = 0 configure:2863: test -z || test ! -s conftest.err configure:2866: $? = 0 configure:2869: test -s conftest configure:2872: $? = 0 configure:2942: result: none required configure:2954: checking for getnameinfo configure:3011: cc -o conftest -fno-common conftest.c >&5 configure:3017: $? = 0 configure:3021: test -z || test ! -s conftest.err configure:3024: $? = 0 configure:3027: test -s conftest configure:3030: $? = 0 configure:3042: result: yes configure:2954: checking for inet_ntop configure:3011: cc -o conftest -fno-common conftest.c >&5 configure:3017: $? = 0 configure:3021: test -z || test ! -s conftest.err configure:3024: $? = 0 configure:3027: test -s conftest configure:3030: $? = 0 configure:3042: result: yes configure:3056: checking for difftime configure:3113: cc -o conftest -fno-common conftest.c >&5 configure:3119: $? = 0 configure:3123: test -z || test ! -s conftest.err configure:3126: $? = 0 configure:3129: test -s conftest configure:3132: $? = 0 configure:3144: result: yes configure:3233: checking for fcvt configure:3290: cc -o conftest -fno-common conftest.c >&5 configure:3296: $? = 0 configure:3300: test -z || test ! -s conftest.err configure:3303: $? = 0 configure:3306: test -s conftest configure:3309: $? = 0 configure:3321: result: yes configure:3410: checking for ecvt configure:3467: cc -o conftest -fno-common conftest.c >&5 configure:3473: $? = 0 configure:3477: test -z || test ! -s conftest.err configure:3480: $? = 0 configure:3483: test -s conftest configure:3486: $? = 0 configure:3498: result: yes configure:3587: checking for gcvt configure:3644: cc -o conftest -fno-common conftest.c >&5 configure:3650: $? = 0 configure:3654: test -z || test ! -s conftest.err configure:3657: $? = 0 configure:3660: test -s conftest configure:3663: $? = 0 configure:3675: result: yes configure:3761: checking for strerror configure:3818: cc -o conftest -fno-common conftest.c >&5 configure:3824: $? = 0 configure:3828: test -z || test ! -s conftest.err configure:3831: $? = 0 configure:3834: test -s conftest configure:3837: $? = 0 configure:3849: result: yes configure:3858: checking for strcasecmp configure:3915: cc -o conftest -fno-common conftest.c >&5 configure:3921: $? = 0 configure:3925: test -z || test ! -s conftest.err configure:3928: $? = 0 configure:3931: test -s conftest configure:3934: $? = 0 configure:3946: result: yes configure:3955: checking for socket configure:4012: cc -o conftest -fno-common conftest.c >&5 configure:4018: $? = 0 configure:4022: test -z || test ! -s conftest.err configure:4025: $? = 0 configure:4028: test -s conftest configure:4031: $? = 0 configure:4043: result: yes configure:4199: checking for inet_aton configure:4256: cc -o conftest -fno-common conftest.c >&5 configure:4262: $? = 0 configure:4266: test -z || test ! -s conftest.err configure:4269: $? = 0 configure:4272: test -s conftest configure:4275: $? = 0 configure:4287: result: yes configure:4523: checking for setenv configure:4580: cc -o conftest -fno-common conftest.c >&5 configure:4586: $? = 0 configure:4590: test -z || test ! -s conftest.err configure:4593: $? = 0 configure:4596: test -s conftest configure:4599: $? = 0 configure:4611: result: yes configure:4620: checking for strsignal configure:4677: cc -o conftest -fno-common conftest.c >&5 configure:4683: $? = 0 configure:4687: test -z || test ! -s conftest.err configure:4690: $? = 0 configure:4693: test -s conftest configure:4696: $? = 0 configure:4708: result: yes configure:4717: checking for sys_siglist in -lc configure:4747: cc -o conftest -fno-common conftest.c -lc >&5 configure:4753: $? = 0 configure:4757: test -z || test ! -s conftest.err configure:4760: $? = 0 configure:4763: test -s conftest configure:4766: $? = 0 configure:4779: result: yes configure:4788: checking for gai_strerror configure:4845: cc -o conftest -fno-common conftest.c >&5 configure:4851: $? = 0 configure:4855: test -z || test ! -s conftest.err configure:4858: $? = 0 configure:4861: test -s conftest configure:4864: $? = 0 configure:4876: result: yes configure:4885: checking for freeaddrinfo configure:4942: cc -o conftest -fno-common conftest.c >&5 configure:4948: $? = 0 configure:4952: test -z || test ! -s conftest.err configure:4955: $? = 0 configure:4958: test -s conftest configure:4961: $? = 0 configure:4973: result: yes configure:4982: checking for getaddrinfo configure:5039: cc -o conftest -fno-common conftest.c >&5 configure:5045: $? = 0 configure:5049: test -z || test ! -s conftest.err configure:5052: $? = 0 configure:5055: test -s conftest configure:5058: $? = 0 configure:5070: result: yes configure:5085: checking how to run the C preprocessor configure:5120: cc -E conftest.c configure:5126: $? = 0 configure:5158: cc -E conftest.c conftest.c:23:28: ac_nonexistent.h: No such file or directory configure:5164: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | #include configure:5203: result: cc -E configure:5227: cc -E conftest.c configure:5233: $? = 0 configure:5265: cc -E conftest.c conftest.c:23:28: ac_nonexistent.h: No such file or directory configure:5271: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | #include configure:5315: checking for egrep configure:5325: result: grep -E configure:5330: checking for ANSI C header files configure:5355: cc -c -fno-common conftest.c >&5 configure:5361: $? = 0 configure:5365: test -z || test ! -s conftest.err configure:5368: $? = 0 configure:5371: test -s conftest. configure:5374: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:5483: result: no configure:5507: checking for sys/types.h configure:5523: cc -c -fno-common conftest.c >&5 configure:5529: $? = 0 configure:5533: test -z || test ! -s conftest.err configure:5536: $? = 0 configure:5539: test -s conftest. configure:5542: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5553: result: no configure:5507: checking for sys/stat.h configure:5523: cc -c -fno-common conftest.c >&5 configure:5529: $? = 0 configure:5533: test -z || test ! -s conftest.err configure:5536: $? = 0 configure:5539: test -s conftest. configure:5542: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5553: result: no configure:5507: checking for stdlib.h configure:5523: cc -c -fno-common conftest.c >&5 configure:5529: $? = 0 configure:5533: test -z || test ! -s conftest.err configure:5536: $? = 0 configure:5539: test -s conftest. configure:5542: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5553: result: no configure:5507: checking for string.h configure:5523: cc -c -fno-common conftest.c >&5 configure:5529: $? = 0 configure:5533: test -z || test ! -s conftest.err configure:5536: $? = 0 configure:5539: test -s conftest. configure:5542: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5553: result: no configure:5507: checking for memory.h configure:5523: cc -c -fno-common conftest.c >&5 configure:5529: $? = 0 configure:5533: test -z || test ! -s conftest.err configure:5536: $? = 0 configure:5539: test -s conftest. configure:5542: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5553: result: no configure:5507: checking for strings.h configure:5523: cc -c -fno-common conftest.c >&5 configure:5529: $? = 0 configure:5533: test -z || test ! -s conftest.err configure:5536: $? = 0 configure:5539: test -s conftest. configure:5542: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5553: result: no configure:5507: checking for inttypes.h configure:5523: cc -c -fno-common conftest.c >&5 configure:5529: $? = 0 configure:5533: test -z || test ! -s conftest.err configure:5536: $? = 0 configure:5539: test -s conftest. configure:5542: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5553: result: no configure:5507: checking for stdint.h configure:5523: cc -c -fno-common conftest.c >&5 configure:5529: $? = 0 configure:5533: test -z || test ! -s conftest.err configure:5536: $? = 0 configure:5539: test -s conftest. configure:5542: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5553: result: no configure:5507: checking for unistd.h configure:5523: cc -c -fno-common conftest.c >&5 configure:5529: $? = 0 configure:5533: test -z || test ! -s conftest.err configure:5536: $? = 0 configure:5539: test -s conftest. configure:5542: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:5553: result: no configure:5580: checking for sys/types.h configure:5585: result: no configure:5589: checking sys/termios.h usability configure:5601: cc -c -fno-common conftest.c >&5 configure:5607: $? = 0 configure:5611: test -z || test ! -s conftest.err configure:5614: $? = 0 configure:5617: test -s conftest. configure:5620: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5630: result: no configure:5634: checking sys/termios.h presence configure:5644: cc -E conftest.c configure:5650: $? = 0 configure:5670: result: yes configure:5683: WARNING: sys/termios.h: present but cannot be compiled configure:5685: WARNING: sys/termios.h: check for missing prerequisite headers? configure:5687: WARNING: sys/termios.h: see the Autoconf documentation configure:5689: WARNING: sys/termios.h: section "Present But Cannot Be Compiled" configure:5691: WARNING: sys/termios.h: proceeding with the preprocessor's result configure:5693: WARNING: sys/termios.h: in the future, the compiler will take precedence configure:5705: checking for sys/termios.h configure:5712: result: yes configure:5589: checking termios.h usability configure:5601: cc -c -fno-common conftest.c >&5 configure:5607: $? = 0 configure:5611: test -z || test ! -s conftest.err configure:5614: $? = 0 configure:5617: test -s conftest. configure:5620: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5630: result: no configure:5634: checking termios.h presence configure:5644: cc -E conftest.c configure:5650: $? = 0 configure:5670: result: yes configure:5683: WARNING: termios.h: present but cannot be compiled configure:5685: WARNING: termios.h: check for missing prerequisite headers? configure:5687: WARNING: termios.h: see the Autoconf documentation configure:5689: WARNING: termios.h: section "Present But Cannot Be Compiled" configure:5691: WARNING: termios.h: proceeding with the preprocessor's result configure:5693: WARNING: termios.h: in the future, the compiler will take precedence configure:5705: checking for termios.h configure:5712: result: yes configure:5589: checking sys/ioctl.h usability configure:5601: cc -c -fno-common conftest.c >&5 configure:5607: $? = 0 configure:5611: test -z || test ! -s conftest.err configure:5614: $? = 0 configure:5617: test -s conftest. configure:5620: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5630: result: no configure:5634: checking sys/ioctl.h presence configure:5644: cc -E conftest.c configure:5650: $? = 0 configure:5670: result: yes configure:5683: WARNING: sys/ioctl.h: present but cannot be compiled configure:5685: WARNING: sys/ioctl.h: check for missing prerequisite headers? configure:5687: WARNING: sys/ioctl.h: see the Autoconf documentation configure:5689: WARNING: sys/ioctl.h: section "Present But Cannot Be Compiled" configure:5691: WARNING: sys/ioctl.h: proceeding with the preprocessor's result configure:5693: WARNING: sys/ioctl.h: in the future, the compiler will take precedence configure:5705: checking for sys/ioctl.h configure:5712: result: yes configure:5589: checking sys/select.h usability configure:5601: cc -c -fno-common conftest.c >&5 configure:5607: $? = 0 configure:5611: test -z || test ! -s conftest.err configure:5614: $? = 0 configure:5617: test -s conftest. configure:5620: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5630: result: no configure:5634: checking sys/select.h presence configure:5644: cc -E conftest.c configure:5650: $? = 0 configure:5670: result: yes configure:5683: WARNING: sys/select.h: present but cannot be compiled configure:5685: WARNING: sys/select.h: check for missing prerequisite headers? configure:5687: WARNING: sys/select.h: see the Autoconf documentation configure:5689: WARNING: sys/select.h: section "Present But Cannot Be Compiled" configure:5691: WARNING: sys/select.h: proceeding with the preprocessor's result configure:5693: WARNING: sys/select.h: in the future, the compiler will take precedence configure:5705: checking for sys/select.h configure:5712: result: yes configure:5589: checking rpc/rpc.h usability configure:5601: cc -c -fno-common conftest.c >&5 configure:5607: $? = 0 configure:5611: test -z || test ! -s conftest.err configure:5614: $? = 0 configure:5617: test -s conftest. configure:5620: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5630: result: no configure:5634: checking rpc/rpc.h presence configure:5644: cc -E conftest.c configure:5650: $? = 0 configure:5670: result: yes configure:5683: WARNING: rpc/rpc.h: present but cannot be compiled configure:5685: WARNING: rpc/rpc.h: check for missing prerequisite headers? configure:5687: WARNING: rpc/rpc.h: see the Autoconf documentation configure:5689: WARNING: rpc/rpc.h: section "Present But Cannot Be Compiled" configure:5691: WARNING: rpc/rpc.h: proceeding with the preprocessor's result configure:5693: WARNING: rpc/rpc.h: in the future, the compiler will take precedence configure:5705: checking for rpc/rpc.h configure:5712: result: yes configure:5589: checking rpc/rpcent.h usability configure:5601: cc -c -fno-common conftest.c >&5 conftest.c:62:24: rpc/rpcent.h: No such file or directory configure:5607: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5630: result: no configure:5634: checking rpc/rpcent.h presence configure:5644: cc -E conftest.c conftest.c:28:24: rpc/rpcent.h: No such file or directory configure:5650: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | /* end confdefs.h. */ | #include configure:5670: result: no configure:5705: checking for rpc/rpcent.h configure:5712: result: no configure:5589: checking sys/file.h usability configure:5601: cc -c -fno-common conftest.c >&5 configure:5607: $? = 0 configure:5611: test -z || test ! -s conftest.err configure:5614: $? = 0 configure:5617: test -s conftest. configure:5620: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5630: result: no configure:5634: checking sys/file.h presence configure:5644: cc -E conftest.c configure:5650: $? = 0 configure:5670: result: yes configure:5683: WARNING: sys/file.h: present but cannot be compiled configure:5685: WARNING: sys/file.h: check for missing prerequisite headers? configure:5687: WARNING: sys/file.h: see the Autoconf documentation configure:5689: WARNING: sys/file.h: section "Present But Cannot Be Compiled" configure:5691: WARNING: sys/file.h: proceeding with the preprocessor's result configure:5693: WARNING: sys/file.h: in the future, the compiler will take precedence configure:5705: checking for sys/file.h configure:5712: result: yes configure:5589: checking ftw.h usability configure:5601: cc -c -fno-common conftest.c >&5 configure:5607: $? = 0 configure:5611: test -z || test ! -s conftest.err configure:5614: $? = 0 configure:5617: test -s conftest. configure:5620: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5630: result: no configure:5634: checking ftw.h presence configure:5644: cc -E conftest.c configure:5650: $? = 0 configure:5670: result: yes configure:5683: WARNING: ftw.h: present but cannot be compiled configure:5685: WARNING: ftw.h: check for missing prerequisite headers? configure:5687: WARNING: ftw.h: see the Autoconf documentation configure:5689: WARNING: ftw.h: section "Present But Cannot Be Compiled" configure:5691: WARNING: ftw.h: proceeding with the preprocessor's result configure:5693: WARNING: ftw.h: in the future, the compiler will take precedence configure:5705: checking for ftw.h configure:5712: result: yes configure:5589: checking machine/reg.h usability configure:5601: cc -c -fno-common conftest.c >&5 conftest.c:64:25: machine/reg.h: No such file or directory configure:5607: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5630: result: no configure:5634: checking machine/reg.h presence configure:5644: cc -E conftest.c conftest.c:30:25: machine/reg.h: No such file or directory configure:5650: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | /* end confdefs.h. */ | #include configure:5670: result: no configure:5705: checking for machine/reg.h configure:5712: result: no configure:5589: checking netdb.h usability configure:5601: cc -c -fno-common conftest.c >&5 configure:5607: $? = 0 configure:5611: test -z || test ! -s conftest.err configure:5614: $? = 0 configure:5617: test -s conftest. configure:5620: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5630: result: no configure:5634: checking netdb.h presence configure:5644: cc -E conftest.c configure:5650: $? = 0 configure:5670: result: yes configure:5683: WARNING: netdb.h: present but cannot be compiled configure:5685: WARNING: netdb.h: check for missing prerequisite headers? configure:5687: WARNING: netdb.h: see the Autoconf documentation configure:5689: WARNING: netdb.h: section "Present But Cannot Be Compiled" configure:5691: WARNING: netdb.h: proceeding with the preprocessor's result configure:5693: WARNING: netdb.h: in the future, the compiler will take precedence configure:5705: checking for netdb.h configure:5712: result: yes configure:5735: checking sys/resource.h usability configure:5747: cc -c -fno-common conftest.c >&5 configure:5753: $? = 0 configure:5757: test -z || test ! -s conftest.err configure:5760: $? = 0 configure:5763: test -s conftest. configure:5766: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5776: result: no configure:5780: checking sys/resource.h presence configure:5790: cc -E conftest.c configure:5796: $? = 0 configure:5816: result: yes configure:5829: WARNING: sys/resource.h: present but cannot be compiled configure:5831: WARNING: sys/resource.h: check for missing prerequisite headers? configure:5833: WARNING: sys/resource.h: see the Autoconf documentation configure:5835: WARNING: sys/resource.h: section "Present But Cannot Be Compiled" configure:5837: WARNING: sys/resource.h: proceeding with the preprocessor's result configure:5839: WARNING: sys/resource.h: in the future, the compiler will take precedence configure:5851: checking for sys/resource.h configure:5858: result: yes configure:5880: checking arpa/inet.h usability configure:5892: cc -c -fno-common conftest.c >&5 configure:5898: $? = 0 configure:5902: test -z || test ! -s conftest.err configure:5905: $? = 0 configure:5908: test -s conftest. configure:5911: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5921: result: no configure:5925: checking arpa/inet.h presence configure:5935: cc -E conftest.c configure:5941: $? = 0 configure:5961: result: yes configure:5974: WARNING: arpa/inet.h: present but cannot be compiled configure:5976: WARNING: arpa/inet.h: check for missing prerequisite headers? configure:5978: WARNING: arpa/inet.h: see the Autoconf documentation configure:5980: WARNING: arpa/inet.h: section "Present But Cannot Be Compiled" configure:5982: WARNING: arpa/inet.h: proceeding with the preprocessor's result configure:5984: WARNING: arpa/inet.h: in the future, the compiler will take precedence configure:5996: checking for arpa/inet.h configure:6003: result: yes configure:6025: checking grp.h usability configure:6037: cc -c -fno-common conftest.c >&5 configure:6043: $? = 0 configure:6047: test -z || test ! -s conftest.err configure:6050: $? = 0 configure:6053: test -s conftest. configure:6056: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ARPA_INET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6066: result: no configure:6070: checking grp.h presence configure:6080: cc -E conftest.c configure:6086: $? = 0 configure:6106: result: yes configure:6119: WARNING: grp.h: present but cannot be compiled configure:6121: WARNING: grp.h: check for missing prerequisite headers? configure:6123: WARNING: grp.h: see the Autoconf documentation configure:6125: WARNING: grp.h: section "Present But Cannot Be Compiled" configure:6127: WARNING: grp.h: proceeding with the preprocessor's result configure:6129: WARNING: grp.h: in the future, the compiler will take precedence configure:6141: checking for grp.h configure:6148: result: yes configure:6170: checking rpc/pmap_clnt.h usability configure:6182: cc -c -fno-common conftest.c >&5 In file included from conftest.c:68: /usr/include/rpc/pmap_clnt.h:91: error: parse error before "pmap_set" /usr/include/rpc/pmap_clnt.h:92: error: parse error before "pmap_unset" /usr/include/rpc/pmap_clnt.h:98: error: parse error before "xdrproc_t" /usr/include/rpc/pmap_clnt.h:102: error: parse error before "xdrproc_t" /usr/include/rpc/pmap_clnt.h:102: error: parse error before ')' token configure:6188: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GRP_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6211: result: no configure:6215: checking rpc/pmap_clnt.h presence configure:6225: cc -E conftest.c configure:6231: $? = 0 configure:6251: result: yes configure:6264: WARNING: rpc/pmap_clnt.h: present but cannot be compiled configure:6266: WARNING: rpc/pmap_clnt.h: check for missing prerequisite headers? configure:6268: WARNING: rpc/pmap_clnt.h: see the Autoconf documentation configure:6270: WARNING: rpc/pmap_clnt.h: section "Present But Cannot Be Compiled" configure:6272: WARNING: rpc/pmap_clnt.h: proceeding with the preprocessor's result configure:6274: WARNING: rpc/pmap_clnt.h: in the future, the compiler will take precedence configure:6286: checking for rpc/pmap_clnt.h configure:6293: result: yes configure:6315: checking sys/socket.h usability configure:6327: cc -c -fno-common conftest.c >&5 configure:6333: $? = 0 configure:6337: test -z || test ! -s conftest.err configure:6340: $? = 0 configure:6343: test -s conftest. configure:6346: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GRP_H 1 | #define HAVE_RPC_PMAP_CLNT_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6356: result: no configure:6360: checking sys/socket.h presence configure:6370: cc -E conftest.c configure:6376: $? = 0 configure:6396: result: yes configure:6409: WARNING: sys/socket.h: present but cannot be compiled configure:6411: WARNING: sys/socket.h: check for missing prerequisite headers? configure:6413: WARNING: sys/socket.h: see the Autoconf documentation configure:6415: WARNING: sys/socket.h: section "Present But Cannot Be Compiled" configure:6417: WARNING: sys/socket.h: proceeding with the preprocessor's result configure:6419: WARNING: sys/socket.h: in the future, the compiler will take precedence configure:6431: checking for sys/socket.h configure:6438: result: yes configure:6460: checking sys/signal.h usability configure:6472: cc -c -fno-common conftest.c >&5 configure:6478: $? = 0 configure:6482: test -z || test ! -s conftest.err configure:6485: $? = 0 configure:6488: test -s conftest. configure:6491: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GRP_H 1 | #define HAVE_RPC_PMAP_CLNT_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6501: result: no configure:6505: checking sys/signal.h presence configure:6515: cc -E conftest.c configure:6521: $? = 0 configure:6541: result: yes configure:6554: WARNING: sys/signal.h: present but cannot be compiled configure:6556: WARNING: sys/signal.h: check for missing prerequisite headers? configure:6558: WARNING: sys/signal.h: see the Autoconf documentation configure:6560: WARNING: sys/signal.h: section "Present But Cannot Be Compiled" configure:6562: WARNING: sys/signal.h: proceeding with the preprocessor's result configure:6564: WARNING: sys/signal.h: in the future, the compiler will take precedence configure:6576: checking for sys/signal.h configure:6583: result: yes configure:6605: checking crypt.h usability configure:6617: cc -c -fno-common conftest.c >&5 conftest.c:71:19: crypt.h: No such file or directory configure:6623: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GRP_H 1 | #define HAVE_RPC_PMAP_CLNT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SIGNAL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6646: result: no configure:6650: checking crypt.h presence configure:6660: cc -E conftest.c conftest.c:37:19: crypt.h: No such file or directory configure:6666: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GRP_H 1 | #define HAVE_RPC_PMAP_CLNT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SIGNAL_H 1 | /* end confdefs.h. */ | #include configure:6686: result: no configure:6721: checking for crypt.h configure:6728: result: no configure:6741: checking for stdint.h configure:6746: result: no configure:6895: checking stdbool.h usability configure:6907: cc -c -fno-common conftest.c >&5 configure:6913: $? = 0 configure:6917: test -z || test ! -s conftest.err configure:6920: $? = 0 configure:6923: test -s conftest. configure:6926: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GRP_H 1 | #define HAVE_RPC_PMAP_CLNT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SIGNAL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:6936: result: no configure:6940: checking stdbool.h presence configure:6950: cc -E conftest.c configure:6956: $? = 0 configure:6976: result: yes configure:6989: WARNING: stdbool.h: present but cannot be compiled configure:6991: WARNING: stdbool.h: check for missing prerequisite headers? configure:6993: WARNING: stdbool.h: see the Autoconf documentation configure:6995: WARNING: stdbool.h: section "Present But Cannot Be Compiled" configure:6997: WARNING: stdbool.h: proceeding with the preprocessor's result configure:6999: WARNING: stdbool.h: in the future, the compiler will take precedence configure:7011: checking for stdbool.h configure:7018: result: yes configure:7040: checking sys/filio.h usability configure:7052: cc -c -fno-common conftest.c >&5 configure:7058: $? = 0 configure:7062: test -z || test ! -s conftest.err configure:7065: $? = 0 configure:7068: test -s conftest. configure:7071: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GRP_H 1 | #define HAVE_RPC_PMAP_CLNT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7081: result: no configure:7085: checking sys/filio.h presence configure:7095: cc -E conftest.c configure:7101: $? = 0 configure:7121: result: yes configure:7134: WARNING: sys/filio.h: present but cannot be compiled configure:7136: WARNING: sys/filio.h: check for missing prerequisite headers? configure:7138: WARNING: sys/filio.h: see the Autoconf documentation configure:7140: WARNING: sys/filio.h: section "Present But Cannot Be Compiled" configure:7142: WARNING: sys/filio.h: proceeding with the preprocessor's result configure:7144: WARNING: sys/filio.h: in the future, the compiler will take precedence configure:7156: checking for sys/filio.h configure:7163: result: yes configure:7185: checking DNSServiceDiscovery/DNSServiceDiscovery.h usability configure:7197: cc -c -fno-common conftest.c >&5 configure:7203: $? = 0 configure:7207: test -z || test ! -s conftest.err configure:7210: $? = 0 configure:7213: test -s conftest. configure:7216: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GRP_H 1 | #define HAVE_RPC_PMAP_CLNT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_FILIO_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:7226: result: no configure:7230: checking DNSServiceDiscovery/DNSServiceDiscovery.h presence configure:7240: cc -E conftest.c configure:7246: $? = 0 configure:7266: result: yes configure:7279: WARNING: DNSServiceDiscovery/DNSServiceDiscovery.h: present but cannot be compiled configure:7281: WARNING: DNSServiceDiscovery/DNSServiceDiscovery.h: check for missing prerequisite headers? configure:7283: WARNING: DNSServiceDiscovery/DNSServiceDiscovery.h: see the Autoconf documentation configure:7285: WARNING: DNSServiceDiscovery/DNSServiceDiscovery.h: section "Present But Cannot Be Compiled" configure:7287: WARNING: DNSServiceDiscovery/DNSServiceDiscovery.h: proceeding with the preprocessor's result configure:7289: WARNING: DNSServiceDiscovery/DNSServiceDiscovery.h: in the future, the compiler will take precedence configure:7301: checking for DNSServiceDiscovery/DNSServiceDiscovery.h configure:7308: result: yes configure:7621: checking for uint16_t configure:7658: result: yes configure:7667: checking for uint32_t configure:7704: result: yes configure:7713: checking for uint64_t configure:7750: result: yes configure:7759: checking for uid_t configure:7796: result: yes configure:7805: checking for gid_t configure:7842: result: yes configure:7851: checking for socklen_t configure:7888: result: yes configure:7897: checking for rlim_t configure:7934: result: no configure:7944: checking for struct addrinfo configure:7972: cc -c -fno-common conftest.c >&5 configure:7978: $? = 0 configure:7982: test -z || test ! -s conftest.err configure:7985: $? = 0 configure:7988: test -s conftest. configure:7991: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GRP_H 1 | #define HAVE_RPC_PMAP_CLNT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_DNSREGISTRATION 1 | #define HAVE_MDNS 1 | #define rlim_t long long | /* end confdefs.h. */ | | #include | #include | #ifdef HAVE_NETDB_H | #include | #endif | | int | main () | { | struct addrinfo s; s.ai_flags = AI_PASSIVE; | ; | return 0; | } configure:8004: result: no configure:8013: checking for struct in6_addr configure:8038: cc -c -fno-common conftest.c >&5 configure:8044: $? = 0 configure:8048: test -z || test ! -s conftest.err configure:8051: $? = 0 configure:8054: test -s conftest. configure:8057: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GRP_H 1 | #define HAVE_RPC_PMAP_CLNT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_DNSREGISTRATION 1 | #define HAVE_MDNS 1 | #define rlim_t long long | /* end confdefs.h. */ | | #include | #include | | int | main () | { | struct in6_addr s; s.s6_addr[0] = 0; | ; | return 0; | } configure:8070: result: no configure:8079: checking for struct sockaddr_in6 configure:8104: cc -c -fno-common conftest.c >&5 configure:8110: $? = 0 configure:8114: test -z || test ! -s conftest.err configure:8117: $? = 0 configure:8120: test -s conftest. configure:8123: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GRP_H 1 | #define HAVE_RPC_PMAP_CLNT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_DNSREGISTRATION 1 | #define HAVE_MDNS 1 | #define rlim_t long long | /* end confdefs.h. */ | | #include | #include | | int | main () | { | struct sockaddr_in6 s; s.sin6_family = 0; | ; | return 0; | } configure:8136: result: no configure:8145: checking for struct sockaddr_storage configure:8170: cc -c -fno-common conftest.c >&5 configure:8176: $? = 0 configure:8180: test -z || test ! -s conftest.err configure:8183: $? = 0 configure:8186: test -s conftest. configure:8189: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_GETNAMEINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_DIFFTIME 1 | #define HAVE_FCVT 1 | #define HAVE_ECVT 1 | #define HAVE_GCVT 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_SETENV 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_SYS_SIGLIST 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_FREEADDRINFO 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_SYS_TERMIOS_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_RPC_RPC_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_FTW_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_GRP_H 1 | #define HAVE_RPC_PMAP_CLNT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_SIGNAL_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_DNSREGISTRATION 1 | #define HAVE_MDNS 1 | #define rlim_t long long | /* end confdefs.h. */ | | #include | #include | | int | main () | { | struct sockaddr_storage s; | ; | return 0; | } configure:8202: result: no configure:8694: checking for crypt in -lc configure:8724: cc -o conftest -fno-common conftest.c -lc >&5 configure:8730: $? = 0 configure:8734: test -z || test ! -s conftest.err configure:8737: $? = 0 configure:8740: test -s conftest configure:8743: $? = 0 configure:8756: result: yes configure:8838: checking for log10 in -lm configure:8868: cc -o conftest -fno-common conftest.c -lm >&5 configure:8874: $? = 0 configure:8878: test -z || test ! -s conftest.err configure:8881: $? = 0 configure:8884: test -s conftest configure:8887: $? = 0 configure:8900: result: yes configure:8907: checking whether to default to ipv6 configure:8916: result: ignored configure:8920: checking whether to use libwrap configure:9216: result: no configure:9227: checking for stdlib.h configure:9232: result: no configure:9227: checking for unistd.h configure:9232: result: no configure:9376: checking for getpagesize configure:9433: cc -o conftest -fno-common conftest.c -lm >&5 configure:9439: $? = 0 configure:9443: test -z || test ! -s conftest.err configure:9446: $? = 0 configure:9449: test -s conftest configure:9452: $? = 0 configure:9464: result: yes configure:9474: checking for working mmap configure:9616: cc -o conftest -fno-common conftest.c -lm >&5 configure:9619: $? = 0 configure:9621: ./conftest configure:9624: $? = 0 configure:9638: result: yes configure:9654: checking for isatty configure:9711: cc -o conftest -fno-common conftest.c -lm >&5 configure:9717: $? = 0 configure:9721: test -z || test ! -s conftest.err configure:9724: $? = 0 configure:9727: test -s conftest configure:9730: $? = 0 configure:9742: result: yes configure:9756: checking for memcpy configure:9813: cc -o conftest -fno-common conftest.c -lm >&5 conftest.c:69: warning: conflicting types for built-in function `memcpy' configure:9819: $? = 0 configure:9823: test -z || test ! -s conftest.err configure:9826: $? = 0 configure:9829: test -s conftest configure:9832: $? = 0 configure:9844: result: yes configure:9858: checking for waitpid configure:9915: cc -o conftest -fno-common conftest.c -lm >&5 configure:9921: $? = 0 configure:9925: test -z || test ! -s conftest.err configure:9928: $? = 0 configure:9931: test -s conftest configure:9934: $? = 0 configure:9946: result: yes configure:9960: checking for sigvec configure:10017: cc -o conftest -fno-common conftest.c -lm >&5 configure:10023: $? = 0 configure:10027: test -z || test ! -s conftest.err configure:10030: $? = 0 configure:10033: test -s conftest configure:10036: $? = 0 configure:10048: result: yes configure:10062: checking for setsid configure:10119: cc -o conftest -fno-common conftest.c -lm >&5 configure:10125: $? = 0 configure:10129: test -z || test ! -s conftest.err configure:10132: $? = 0 configure:10135: test -s conftest configure:10138: $? = 0 configure:10150: result: yes configure:10164: checking for strftime configure:10221: cc -o conftest -fno-common conftest.c -lm >&5 configure:10227: $? = 0 configure:10231: test -z || test ! -s conftest.err configure:10234: $? = 0 configure:10237: test -s conftest configure:10240: $? = 0 configure:10252: result: yes configure:10373: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:670: creating Makefile config.status:670: creating libs/src/misc/Makefile config.status:670: creating libs/src/pset/Makefile config.status:670: creating libs/src/sio/Makefile config.status:670: creating libs/src/str/Makefile config.status:670: creating libs/src/xlog/Makefile config.status:670: creating libs/src/portable/Makefile config.status:670: creating xinetd/Makefile config.status:774: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common 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=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_difftime=yes ac_cv_func_ecvt=yes ac_cv_func_fcvt=yes ac_cv_func_freeaddrinfo=yes ac_cv_func_gai_strerror=yes ac_cv_func_gcvt=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getnameinfo=yes ac_cv_func_getpagesize=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_ntop=yes ac_cv_func_isatty=yes ac_cv_func_memcpy=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_setenv=yes ac_cv_func_setsid=yes ac_cv_func_sigvec=yes ac_cv_func_socket=yes ac_cv_func_strcasecmp=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_strsignal=yes ac_cv_func_waitpid=yes ac_cv_have_struct_addrinfo=no ac_cv_have_struct_in6_addr=no ac_cv_have_struct_sockaddr_in6=no ac_cv_have_struct_sockaddr_storage=no ac_cv_header_DNSServiceDiscovery_DNSServiceDiscovery_h=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_crypt_h=no ac_cv_header_ftw_h=yes ac_cv_header_grp_h=yes ac_cv_header_inttypes_h=no ac_cv_header_machine_reg_h=no ac_cv_header_memory_h=no ac_cv_header_netdb_h=yes ac_cv_header_rpc_pmap_clnt_h=yes ac_cv_header_rpc_rpc_h=yes ac_cv_header_rpc_rpcent_h=no ac_cv_header_stdbool_h=yes ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_file_h=yes ac_cv_header_sys_filio_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_signal_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_termios_h=yes ac_cv_header_sys_types_h=no ac_cv_header_termios_h=yes ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_c_crypt=yes ac_cv_lib_c_sys_siglist=yes ac_cv_lib_compat_main=no ac_cv_lib_m_log10=yes ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_search_gethostbyname='none required' ac_cv_search_getnameinfo='none required' ac_cv_search_inet_ntop='none required' ac_cv_target=i386-unknown-gnu ac_cv_target_alias=i386-unknown-gnu lt_cv_sys_max_cmd_len= xinetd_cv_type_gid_t=yes xinetd_cv_type_rlim_t=no xinetd_cv_type_socklen_t=yes xinetd_cv_type_uid_t=yes xinetd_cv_type_uint16_t=yes xinetd_cv_type_uint32_t=yes xinetd_cv_type_uint64_t=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' LDFLAGS='' LIBOBJS='' LIBS='-lm ' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SHELL='/bin/sh' ac_ct_CC='' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='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='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-unknown-gnu' target_alias='i386-unknown-gnu' target_cpu='i386' target_os='gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ARPA_INET_H 1 #define HAVE_DIFFTIME 1 #define HAVE_DNSREGISTRATION 1 #define HAVE_ECVT 1 #define HAVE_FCVT 1 #define HAVE_FREEADDRINFO 1 #define HAVE_FTW_H 1 #define HAVE_GAI_STRERROR 1 #define HAVE_GCVT 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETNAMEINFO 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GRP_H 1 #define HAVE_INET_NTOP 1 #define HAVE_ISATTY 1 #define HAVE_MDNS 1 #define HAVE_MEMCPY 1 #define HAVE_MMAP 1 #define HAVE_NETDB_H 1 #define HAVE_RPC_PMAP_CLNT_H 1 #define HAVE_RPC_RPC_H 1 #define HAVE_SETENV 1 #define HAVE_SETSID 1 #define HAVE_SIGVEC 1 #define HAVE_STDBOOL_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRERROR 1 #define HAVE_STRFTIME 1 #define HAVE_STRSIGNAL 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_FILIO_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SIGLIST 1 #define HAVE_SYS_SIGNAL_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TERMIOS_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_WAITPID 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define rlim_t long long configure: exit 0