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 --prefix=/usr/local/solid-ircd ## --------- ## ## 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: 128 tasks, 183 threads, 4 processors Load average: 0.56, Mach factor: 3.43 /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:1440: checking for gcc configure:1466: result: cc configure:1710: checking for C compiler version configure:1713: 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:1716: $? = 0 configure:1718: 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:1721: $? = 0 configure:1723: cc -V &5 cc: `-V' option must have argument configure:1726: $? = 1 configure:1749: checking for C compiler default output file name configure:1752: cc -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:1755: $? = 0 configure:1801: result: a.out configure:1806: checking whether the C compiler works configure:1812: ./a.out configure:1815: $? = 0 configure:1832: result: yes configure:1839: checking whether we are cross compiling configure:1841: result: no configure:1844: checking for suffix of executables configure:1846: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:1849: $? = 0 configure:1874: result: configure:1880: checking for suffix of object files configure:1901: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:1904: $? = 0 configure:1926: result: configure:1930: checking whether we are using the GNU C compiler configure:1954: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:1960: $? = 0 configure:1964: test -z || test ! -s conftest.err configure:1967: $? = 0 configure:1970: test -s conftest. configure:1973: $? = 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:1986: result: no configure:1992: checking whether cc accepts -g configure:2013: cc -c -g conftest.c >&5 configure:2019: $? = 0 configure:2023: test -z || test ! -s conftest.err configure:2026: $? = 0 configure:2029: test -s conftest. configure:2032: $? = 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:2043: result: no configure:2060: checking for cc option to accept ANSI C configure:2130: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:2136: $? = 0 configure:2140: test -z || test ! -s conftest.err configure:2143: $? = 0 configure:2146: test -s conftest. configure:2149: $? = 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:2130: cc -qlanglvl=ansi -c -fno-common -DNO_IDEA conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2136: $? = 0 configure:2140: test -z || test ! -s conftest.err configure:2143: $? = 0 configure:2146: test -s conftest. configure:2149: $? = 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:2130: cc -std1 -c -fno-common -DNO_IDEA conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2136: $? = 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:2130: cc -Ae -c -fno-common -DNO_IDEA conftest.c >&5 :6:2: missing '(' after predicate configure:2136: $? = 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:2130: cc -Aa -D_HPUX_SOURCE -c -fno-common -DNO_IDEA conftest.c >&5 :6:2: missing '(' after predicate configure:2136: $? = 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:2130: cc -Xc -D__EXTENSIONS__ -c -fno-common -DNO_IDEA conftest.c >&5 cc: unrecognized option `-Xc' configure:2136: $? = 0 configure:2140: test -z || test ! -s conftest.err configure:2143: $? = 0 configure:2146: test -s conftest. configure:2149: $? = 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:2167: result: none needed configure:2185: cc -c -fno-common -DNO_IDEA conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2191: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2325: checking CFLAGS for maximum warnings configure:2358: cc -c -fno-common -DNO_IDEA -pedantic -Wall conftest.c >&5 configure:2364: $? = 0 configure:2368: test -z || test ! -s conftest.err configure:2371: $? = 0 configure:2374: test -s conftest. configure:2377: $? = 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; | ; | return 0; | } configure:2358: cc -c -fno-common -DNO_IDEA -xstrconst -v conftest.c >&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) cc: language strconst not recognized cc: conftest.c: linker input file unused because linking not done configure:2364: $? = 0 configure:2368: test -z || test ! -s conftest.err configure:2371: $? = 0 configure:2374: test -s conftest. configure:2377: $? = 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; | ; | return 0; | } configure:2358: cc -c -fno-common -DNO_IDEA -std1 -verbose -w0 -warnprotos conftest.c >&5 cc: unrecognized option `-verbose' cc: unrecognized option `-w0' cc: unrecognized option `-warnprotos' cc1: error: unrecognized option `-std1' configure:2364: $? = 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; | ; | return 0; | } configure:2358: cc -c -fno-common -DNO_IDEA -qlanglvl=ansi -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' cc: unrecognized option `-qsrcmsg' cc: unrecognized option `-qinfo=all:noppt:noppc:noobs:nocnd' configure:2364: $? = 0 configure:2368: test -z || test ! -s conftest.err configure:2371: $? = 0 configure:2374: test -s conftest. configure:2377: $? = 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; | ; | return 0; | } configure:2358: cc -c -fno-common -DNO_IDEA -ansi -ansiE -fullwarn conftest.c >&5 cc1: error: unrecognized option `-fullwarn' configure:2364: $? = 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; | ; | return 0; | } configure:2358: cc -c -fno-common -DNO_IDEA +ESlit +w1 conftest.c >&5 cc: +ESlit: No such file or directory cc: +w1: No such file or directory configure:2364: $? = 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; | ; | return 0; | } configure:2358: cc -c -fno-common -DNO_IDEA -Xc -pvctl,fullmsg conftest.c >&5 cc: unrecognized option `-Xc' cc: unrecognized option `-pvctl,fullmsg' configure:2364: $? = 0 configure:2368: test -z || test ! -s conftest.err configure:2371: $? = 0 configure:2374: test -s conftest. configure:2377: $? = 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; | ; | return 0; | } configure:2358: cc -c -fno-common -DNO_IDEA -h conform -h msglevel 2 conftest.c >&5 cc: conform: No such file or directory cc: msglevel: No such file or directory cc: 2: No such file or directory cc: unrecognized option `-h' cc: unrecognized option `-h' configure:2364: $? = 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; | ; | return 0; | } configure:2396: result: no, unknown configure:2450: checking build system type configure:2468: result: i686-apple-darwin8.0.1 configure:2476: checking host system type configure:2490: result: i686-apple-darwin8.0.1 configure:2498: checking target system type configure:2512: result: i686-apple-darwin8.0.1 configure:2526: checking for library containing strerror configure:2556: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:2562: $? = 0 configure:2566: test -z || test ! -s conftest.err configure:2569: $? = 0 configure:2572: test -s conftest configure:2575: $? = 0 configure:2645: result: none required configure:2652: checking whether gmake sets $(MAKE) configure:2672: result: yes configure:2683: checking for rm configure:2701: found /usr/local/bin/rm configure:2713: result: /usr/local/bin/rm configure:2722: checking for cp configure:2740: found /usr/local/bin/cp configure:2752: result: /usr/local/bin/cp configure:2761: checking for mv configure:2779: found /usr/local/bin/mv configure:2791: result: /usr/local/bin/mv configure:2811: checking for a BSD-compatible install configure:2866: result: /usr/bin/install -c -o root -g wheel configure:2877: checking for inline configure:2898: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:2904: $? = 0 configure:2908: test -z || test ! -s conftest.err configure:2911: $? = 0 configure:2914: test -s conftest. configure:2917: $? = 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. */ | #ifndef __cplusplus | typedef int foo_t; | static inline foo_t static_foo () {return 0; } | inline foo_t foo () {return 0; } | #endif | configure:2898: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:2904: $? = 0 configure:2908: test -z || test ! -s conftest.err configure:2911: $? = 0 configure:2914: test -s conftest. configure:2917: $? = 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. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline__ foo_t static_foo () {return 0; } | __inline__ foo_t foo () {return 0; } | #endif | configure:2898: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:2904: $? = 0 configure:2908: test -z || test ! -s conftest.err configure:2911: $? = 0 configure:2914: test -s conftest. configure:2917: $? = 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. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline foo_t static_foo () {return 0; } | __inline foo_t foo () {return 0; } | #endif | configure:2929: result: no configure:2950: checking for gethostbyname in -lnsl configure:2980: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c -lnsl >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lnsl configure:2986: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gethostbyname (); | int | main () | { | gethostbyname (); | ; | return 0; | } configure:3012: result: no configure:3023: checking for res_mkquery configure:3080: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:3086: $? = 0 configure:3090: test -z || test ! -s conftest.err configure:3093: $? = 0 configure:3096: test -s conftest configure:3099: $? = 0 configure:3111: result: yes configure:3192: checking for __res_mkquery configure:3249: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: Undefined symbols: ___res_mkquery configure:3255: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* end confdefs.h. */ | /* Define __res_mkquery to an innocuous variant, in case declares __res_mkquery. | For example, HP-UX 11i declares gettimeofday. */ | #define __res_mkquery innocuous___res_mkquery | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __res_mkquery (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __res_mkquery | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char __res_mkquery (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub___res_mkquery) || defined (__stub_____res_mkquery) | choke me | #else | char (*f) () = __res_mkquery; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != __res_mkquery; | ; | return 0; | } configure:3280: result: no configure:3286: checking for __res_mkquery in -lresolv configure:3316: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c -lresolv >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: Undefined symbols: ___res_mkquery configure:3322: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char __res_mkquery (); | int | main () | { | __res_mkquery (); | ; | return 0; | } configure:3348: result: no configure:3362: checking for socket in -lsocket configure:3392: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c -lsocket >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: can't locate file for: -lsocket configure:3398: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char socket (); | int | main () | { | socket (); | ; | return 0; | } configure:3424: result: no configure:3435: checking for crypt configure:3492: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:3498: $? = 0 configure:3502: test -z || test ! -s conftest.err configure:3505: $? = 0 configure:3508: test -s conftest configure:3511: $? = 0 configure:3523: result: yes configure:3685: checking how to run the C preprocessor configure:3720: cc -E conftest.c configure:3726: $? = 0 configure:3758: cc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3764: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* end confdefs.h. */ | #include configure:3803: result: cc -E configure:3827: cc -E conftest.c configure:3833: $? = 0 configure:3865: cc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:3871: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* end confdefs.h. */ | #include configure:3915: checking for egrep configure:3925: result: grep -E configure:3930: checking for ANSI C header files configure:3955: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:3961: $? = 0 configure:3965: test -z || test ! -s conftest.err configure:3968: $? = 0 configure:3971: test -s conftest. configure:3974: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:4083: result: no configure:4107: checking for sys/types.h configure:4123: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4129: $? = 0 configure:4133: test -z || test ! -s conftest.err configure:4136: $? = 0 configure:4139: test -s conftest. configure:4142: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* 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:4153: result: no configure:4107: checking for sys/stat.h configure:4123: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4129: $? = 0 configure:4133: test -z || test ! -s conftest.err configure:4136: $? = 0 configure:4139: test -s conftest. configure:4142: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* 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:4153: result: no configure:4107: checking for stdlib.h configure:4123: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4129: $? = 0 configure:4133: test -z || test ! -s conftest.err configure:4136: $? = 0 configure:4139: test -s conftest. configure:4142: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* 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:4153: result: no configure:4107: checking for string.h configure:4123: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4129: $? = 0 configure:4133: test -z || test ! -s conftest.err configure:4136: $? = 0 configure:4139: test -s conftest. configure:4142: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* 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:4153: result: no configure:4107: checking for memory.h configure:4123: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4129: $? = 0 configure:4133: test -z || test ! -s conftest.err configure:4136: $? = 0 configure:4139: test -s conftest. configure:4142: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* 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:4153: result: no configure:4107: checking for strings.h configure:4123: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4129: $? = 0 configure:4133: test -z || test ! -s conftest.err configure:4136: $? = 0 configure:4139: test -s conftest. configure:4142: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* 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:4153: result: no configure:4107: checking for inttypes.h configure:4123: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4129: $? = 0 configure:4133: test -z || test ! -s conftest.err configure:4136: $? = 0 configure:4139: test -s conftest. configure:4142: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* 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:4153: result: no configure:4107: checking for stdint.h configure:4123: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4129: $? = 0 configure:4133: test -z || test ! -s conftest.err configure:4136: $? = 0 configure:4139: test -s conftest. configure:4142: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* 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:4153: result: no configure:4107: checking for unistd.h configure:4123: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4129: $? = 0 configure:4133: test -z || test ! -s conftest.err configure:4136: $? = 0 configure:4139: test -s conftest. configure:4142: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* 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:4153: result: no configure:4184: checking fcntl.h usability configure:4196: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4202: $? = 0 configure:4206: test -z || test ! -s conftest.err configure:4209: $? = 0 configure:4212: test -s conftest. configure:4215: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | /* 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:4225: result: no configure:4229: checking fcntl.h presence configure:4239: cc -E conftest.c configure:4245: $? = 0 configure:4265: result: yes configure:4278: WARNING: fcntl.h: present but cannot be compiled configure:4280: WARNING: fcntl.h: check for missing prerequisite headers? configure:4282: WARNING: fcntl.h: see the Autoconf documentation configure:4284: WARNING: fcntl.h: section "Present But Cannot Be Compiled" configure:4286: WARNING: fcntl.h: proceeding with the preprocessor's result configure:4288: WARNING: fcntl.h: in the future, the compiler will take precedence configure:4300: checking for fcntl.h configure:4307: result: yes configure:4184: checking limits.h usability configure:4196: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4202: $? = 0 configure:4206: test -z || test ! -s conftest.err configure:4209: $? = 0 configure:4212: test -s conftest. configure:4215: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_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:4225: result: no configure:4229: checking limits.h presence configure:4239: cc -E conftest.c configure:4245: $? = 0 configure:4265: result: yes configure:4278: WARNING: limits.h: present but cannot be compiled configure:4280: WARNING: limits.h: check for missing prerequisite headers? configure:4282: WARNING: limits.h: see the Autoconf documentation configure:4284: WARNING: limits.h: section "Present But Cannot Be Compiled" configure:4286: WARNING: limits.h: proceeding with the preprocessor's result configure:4288: WARNING: limits.h: in the future, the compiler will take precedence configure:4300: checking for limits.h configure:4307: result: yes configure:4184: checking malloc.h usability configure:4196: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4202: $? = 0 configure:4206: test -z || test ! -s conftest.err configure:4209: $? = 0 configure:4212: test -s conftest. configure:4215: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_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:4225: result: no configure:4229: checking malloc.h presence configure:4239: cc -E conftest.c configure:4245: $? = 0 configure:4265: result: yes configure:4278: WARNING: malloc.h: present but cannot be compiled configure:4280: WARNING: malloc.h: check for missing prerequisite headers? configure:4282: WARNING: malloc.h: see the Autoconf documentation configure:4284: WARNING: malloc.h: section "Present But Cannot Be Compiled" configure:4286: WARNING: malloc.h: proceeding with the preprocessor's result configure:4288: WARNING: malloc.h: in the future, the compiler will take precedence configure:4300: checking for malloc.h configure:4307: result: yes configure:4184: checking netdb.h usability configure:4196: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4202: $? = 0 configure:4206: test -z || test ! -s conftest.err configure:4209: $? = 0 configure:4212: test -s conftest. configure:4215: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_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:4225: result: no configure:4229: checking netdb.h presence configure:4239: cc -E conftest.c configure:4245: $? = 0 configure:4265: result: yes configure:4278: WARNING: netdb.h: present but cannot be compiled configure:4280: WARNING: netdb.h: check for missing prerequisite headers? configure:4282: WARNING: netdb.h: see the Autoconf documentation configure:4284: WARNING: netdb.h: section "Present But Cannot Be Compiled" configure:4286: WARNING: netdb.h: proceeding with the preprocessor's result configure:4288: WARNING: netdb.h: in the future, the compiler will take precedence configure:4300: checking for netdb.h configure:4307: result: yes configure:4184: checking netinet/in.h usability configure:4196: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4202: $? = 0 configure:4206: test -z || test ! -s conftest.err configure:4209: $? = 0 configure:4212: test -s conftest. configure:4215: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_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:4225: result: no configure:4229: checking netinet/in.h presence configure:4239: cc -E conftest.c configure:4245: $? = 0 configure:4265: result: yes configure:4278: WARNING: netinet/in.h: present but cannot be compiled configure:4280: WARNING: netinet/in.h: check for missing prerequisite headers? configure:4282: WARNING: netinet/in.h: see the Autoconf documentation configure:4284: WARNING: netinet/in.h: section "Present But Cannot Be Compiled" configure:4286: WARNING: netinet/in.h: proceeding with the preprocessor's result configure:4288: WARNING: netinet/in.h: in the future, the compiler will take precedence configure:4300: checking for netinet/in.h configure:4307: result: yes configure:4184: checking stddef.h usability configure:4196: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4202: $? = 0 configure:4206: test -z || test ! -s conftest.err configure:4209: $? = 0 configure:4212: test -s conftest. configure:4215: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_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:4225: result: no configure:4229: checking stddef.h presence configure:4239: cc -E conftest.c configure:4245: $? = 0 configure:4265: result: yes configure:4278: WARNING: stddef.h: present but cannot be compiled configure:4280: WARNING: stddef.h: check for missing prerequisite headers? configure:4282: WARNING: stddef.h: see the Autoconf documentation configure:4284: WARNING: stddef.h: section "Present But Cannot Be Compiled" configure:4286: WARNING: stddef.h: proceeding with the preprocessor's result configure:4288: WARNING: stddef.h: in the future, the compiler will take precedence configure:4300: checking for stddef.h configure:4307: result: yes configure:4329: checking for stdlib.h configure:4334: result: no configure:4329: checking for string.h configure:4334: result: no configure:4329: checking for strings.h configure:4334: result: no configure:4338: checking sys/file.h usability configure:4350: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4356: $? = 0 configure:4360: test -z || test ! -s conftest.err configure:4363: $? = 0 configure:4366: test -s conftest. configure:4369: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_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:4379: result: no configure:4383: checking sys/file.h presence configure:4393: cc -E conftest.c configure:4399: $? = 0 configure:4419: result: yes configure:4432: WARNING: sys/file.h: present but cannot be compiled configure:4434: WARNING: sys/file.h: check for missing prerequisite headers? configure:4436: WARNING: sys/file.h: see the Autoconf documentation configure:4438: WARNING: sys/file.h: section "Present But Cannot Be Compiled" configure:4440: WARNING: sys/file.h: proceeding with the preprocessor's result configure:4442: WARNING: sys/file.h: in the future, the compiler will take precedence configure:4454: checking for sys/file.h configure:4461: result: yes configure:4338: checking sys/ioctl.h usability configure:4350: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4356: $? = 0 configure:4360: test -z || test ! -s conftest.err configure:4363: $? = 0 configure:4366: test -s conftest. configure:4369: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_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:4379: result: no configure:4383: checking sys/ioctl.h presence configure:4393: cc -E conftest.c configure:4399: $? = 0 configure:4419: result: yes configure:4432: WARNING: sys/ioctl.h: present but cannot be compiled configure:4434: WARNING: sys/ioctl.h: check for missing prerequisite headers? configure:4436: WARNING: sys/ioctl.h: see the Autoconf documentation configure:4438: WARNING: sys/ioctl.h: section "Present But Cannot Be Compiled" configure:4440: WARNING: sys/ioctl.h: proceeding with the preprocessor's result configure:4442: WARNING: sys/ioctl.h: in the future, the compiler will take precedence configure:4454: checking for sys/ioctl.h configure:4461: result: yes configure:4492: checking sys/param.h usability configure:4504: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4510: $? = 0 configure:4514: test -z || test ! -s conftest.err configure:4517: $? = 0 configure:4520: test -s conftest. configure:4523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_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:4533: result: no configure:4537: checking sys/param.h presence configure:4547: cc -E conftest.c configure:4553: $? = 0 configure:4573: result: yes configure:4586: WARNING: sys/param.h: present but cannot be compiled configure:4588: WARNING: sys/param.h: check for missing prerequisite headers? configure:4590: WARNING: sys/param.h: see the Autoconf documentation configure:4592: WARNING: sys/param.h: section "Present But Cannot Be Compiled" configure:4594: WARNING: sys/param.h: proceeding with the preprocessor's result configure:4596: WARNING: sys/param.h: in the future, the compiler will take precedence configure:4608: checking for sys/param.h configure:4615: result: yes configure:4492: checking sys/socket.h usability configure:4504: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4510: $? = 0 configure:4514: test -z || test ! -s conftest.err configure:4517: $? = 0 configure:4520: test -s conftest. configure:4523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_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:4533: result: no configure:4537: checking sys/socket.h presence configure:4547: cc -E conftest.c configure:4553: $? = 0 configure:4573: result: yes configure:4586: WARNING: sys/socket.h: present but cannot be compiled configure:4588: WARNING: sys/socket.h: check for missing prerequisite headers? configure:4590: WARNING: sys/socket.h: see the Autoconf documentation configure:4592: WARNING: sys/socket.h: section "Present But Cannot Be Compiled" configure:4594: WARNING: sys/socket.h: proceeding with the preprocessor's result configure:4596: WARNING: sys/socket.h: in the future, the compiler will take precedence configure:4608: checking for sys/socket.h configure:4615: result: yes configure:4492: checking sys/time.h usability configure:4504: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4510: $? = 0 configure:4514: test -z || test ! -s conftest.err configure:4517: $? = 0 configure:4520: test -s conftest. configure:4523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_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:4533: result: no configure:4537: checking sys/time.h presence configure:4547: cc -E conftest.c configure:4553: $? = 0 configure:4573: result: yes configure:4586: WARNING: sys/time.h: present but cannot be compiled configure:4588: WARNING: sys/time.h: check for missing prerequisite headers? configure:4590: WARNING: sys/time.h: see the Autoconf documentation configure:4592: WARNING: sys/time.h: section "Present But Cannot Be Compiled" configure:4594: WARNING: sys/time.h: proceeding with the preprocessor's result configure:4596: WARNING: sys/time.h: in the future, the compiler will take precedence configure:4608: checking for sys/time.h configure:4615: result: yes configure:4492: checking syslog.h usability configure:4504: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4510: $? = 0 configure:4514: test -z || test ! -s conftest.err configure:4517: $? = 0 configure:4520: test -s conftest. configure:4523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_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:4533: result: no configure:4537: checking syslog.h presence configure:4547: cc -E conftest.c configure:4553: $? = 0 configure:4573: result: yes configure:4586: WARNING: syslog.h: present but cannot be compiled configure:4588: WARNING: syslog.h: check for missing prerequisite headers? configure:4590: WARNING: syslog.h: see the Autoconf documentation configure:4592: WARNING: syslog.h: section "Present But Cannot Be Compiled" configure:4594: WARNING: syslog.h: proceeding with the preprocessor's result configure:4596: WARNING: syslog.h: in the future, the compiler will take precedence configure:4608: checking for syslog.h configure:4615: result: yes configure:4483: checking for unistd.h configure:4488: result: no configure:4642: checking utmp.h usability configure:4654: cc -c -fno-common -DNO_IDEA conftest.c >&5 In file included from conftest.c:58: /usr/include/utmp.h:75: error: parse error before "time_t" /usr/include/utmp.h:78: error: parse error before '}' token configure:4660: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_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:4683: result: no configure:4687: checking utmp.h presence configure:4697: cc -E conftest.c configure:4703: $? = 0 configure:4723: result: yes configure:4736: WARNING: utmp.h: present but cannot be compiled configure:4738: WARNING: utmp.h: check for missing prerequisite headers? configure:4740: WARNING: utmp.h: see the Autoconf documentation configure:4742: WARNING: utmp.h: section "Present But Cannot Be Compiled" configure:4744: WARNING: utmp.h: proceeding with the preprocessor's result configure:4746: WARNING: utmp.h: in the future, the compiler will take precedence configure:4758: checking for utmp.h configure:4765: result: yes configure:4788: checking for inttypes.h configure:4793: result: no configure:4797: checking sys/resource.h usability configure:4809: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4815: $? = 0 configure:4819: test -z || test ! -s conftest.err configure:4822: $? = 0 configure:4825: test -s conftest. configure:4828: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTMP_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:4838: result: no configure:4842: checking sys/resource.h presence configure:4852: cc -E conftest.c configure:4858: $? = 0 configure:4878: result: yes configure:4891: WARNING: sys/resource.h: present but cannot be compiled configure:4893: WARNING: sys/resource.h: check for missing prerequisite headers? configure:4895: WARNING: sys/resource.h: see the Autoconf documentation configure:4897: WARNING: sys/resource.h: section "Present But Cannot Be Compiled" configure:4899: WARNING: sys/resource.h: proceeding with the preprocessor's result configure:4901: WARNING: sys/resource.h: in the future, the compiler will take precedence configure:4913: checking for sys/resource.h configure:4920: result: yes configure:4797: checking errno.h usability configure:4809: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4815: $? = 0 configure:4819: test -z || test ! -s conftest.err configure:4822: $? = 0 configure:4825: test -s conftest. configure:4828: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTMP_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:4838: result: no configure:4842: checking errno.h presence configure:4852: cc -E conftest.c configure:4858: $? = 0 configure:4878: result: yes configure:4891: WARNING: errno.h: present but cannot be compiled configure:4893: WARNING: errno.h: check for missing prerequisite headers? configure:4895: WARNING: errno.h: see the Autoconf documentation configure:4897: WARNING: errno.h: section "Present But Cannot Be Compiled" configure:4899: WARNING: errno.h: proceeding with the preprocessor's result configure:4901: WARNING: errno.h: in the future, the compiler will take precedence configure:4913: checking for errno.h configure:4920: result: yes configure:4788: checking for stdlib.h configure:4793: result: no configure:4788: checking for stddef.h configure:4793: result: yes configure:4797: checking getopt.h usability configure:4809: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:4815: $? = 0 configure:4819: test -z || test ! -s conftest.err configure:4822: $? = 0 configure:4825: test -s conftest. configure:4828: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_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:4838: result: no configure:4842: checking getopt.h presence configure:4852: cc -E conftest.c configure:4858: $? = 0 configure:4878: result: yes configure:4891: WARNING: getopt.h: present but cannot be compiled configure:4893: WARNING: getopt.h: check for missing prerequisite headers? configure:4895: WARNING: getopt.h: see the Autoconf documentation configure:4897: WARNING: getopt.h: section "Present But Cannot Be Compiled" configure:4899: WARNING: getopt.h: proceeding with the preprocessor's result configure:4901: WARNING: getopt.h: in the future, the compiler will take precedence configure:4913: checking for getopt.h configure:4920: result: yes configure:4933: checking MIN and MAX definition configure:4955: result: yes configure:5024: checking for alarm configure:5081: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5087: $? = 0 configure:5091: test -z || test ! -s conftest.err configure:5094: $? = 0 configure:5097: test -s conftest configure:5100: $? = 0 configure:5112: result: yes configure:5024: checking for dup2 configure:5081: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5087: $? = 0 configure:5091: test -z || test ! -s conftest.err configure:5094: $? = 0 configure:5097: test -s conftest configure:5100: $? = 0 configure:5112: result: yes configure:5024: checking for gethostbyname configure:5081: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5087: $? = 0 configure:5091: test -z || test ! -s conftest.err configure:5094: $? = 0 configure:5097: test -s conftest configure:5100: $? = 0 configure:5112: result: yes configure:5024: checking for gethostname configure:5081: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5087: $? = 0 configure:5091: test -z || test ! -s conftest.err configure:5094: $? = 0 configure:5097: test -s conftest configure:5100: $? = 0 configure:5112: result: yes configure:5024: checking for getpass configure:5081: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5087: $? = 0 configure:5091: test -z || test ! -s conftest.err configure:5094: $? = 0 configure:5097: test -s conftest configure:5100: $? = 0 configure:5112: result: yes configure:5024: checking for gettimeofday configure:5081: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5087: $? = 0 configure:5091: test -z || test ! -s conftest.err configure:5094: $? = 0 configure:5097: test -s conftest configure:5100: $? = 0 configure:5112: result: yes configure:5132: checking for inet_ntoa configure:5189: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5195: $? = 0 configure:5199: test -z || test ! -s conftest.err configure:5202: $? = 0 configure:5205: test -s conftest configure:5208: $? = 0 configure:5220: result: yes configure:5132: checking for isascii configure:5189: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5195: $? = 0 configure:5199: test -z || test ! -s conftest.err configure:5202: $? = 0 configure:5205: test -s conftest configure:5208: $? = 0 configure:5220: result: yes configure:5132: checking for memmove configure:5189: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5195: $? = 0 configure:5199: test -z || test ! -s conftest.err configure:5202: $? = 0 configure:5205: test -s conftest configure:5208: $? = 0 configure:5220: result: yes configure:5132: checking for memset configure:5189: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' conftest.c:63: warning: conflicting types for built-in function `memset' configure:5195: $? = 0 configure:5199: test -z || test ! -s conftest.err configure:5202: $? = 0 configure:5205: test -s conftest configure:5208: $? = 0 configure:5220: result: yes configure:5132: checking for munmap configure:5189: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5195: $? = 0 configure:5199: test -z || test ! -s conftest.err configure:5202: $? = 0 configure:5205: test -s conftest configure:5208: $? = 0 configure:5220: result: yes configure:5132: checking for setenv configure:5189: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5195: $? = 0 configure:5199: test -z || test ! -s conftest.err configure:5202: $? = 0 configure:5205: test -s conftest configure:5208: $? = 0 configure:5220: result: yes configure:5132: checking for socket configure:5189: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5195: $? = 0 configure:5199: test -z || test ! -s conftest.err configure:5202: $? = 0 configure:5205: test -s conftest configure:5208: $? = 0 configure:5220: result: yes configure:5240: checking for strcasecmp configure:5297: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5303: $? = 0 configure:5307: test -z || test ! -s conftest.err configure:5310: $? = 0 configure:5313: test -s conftest configure:5316: $? = 0 configure:5328: result: yes configure:5240: checking for strchr configure:5297: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' conftest.c:68: warning: conflicting types for built-in function `strchr' configure:5303: $? = 0 configure:5307: test -z || test ! -s conftest.err configure:5310: $? = 0 configure:5313: test -s conftest configure:5316: $? = 0 configure:5328: result: yes configure:5240: checking for strdup configure:5297: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5303: $? = 0 configure:5307: test -z || test ! -s conftest.err configure:5310: $? = 0 configure:5313: test -s conftest configure:5316: $? = 0 configure:5328: result: yes configure:5240: checking for strerror configure:5297: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5303: $? = 0 configure:5307: test -z || test ! -s conftest.err configure:5310: $? = 0 configure:5313: test -s conftest configure:5316: $? = 0 configure:5328: result: yes configure:5240: checking for strncasecmp configure:5297: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5303: $? = 0 configure:5307: test -z || test ! -s conftest.err configure:5310: $? = 0 configure:5313: test -s conftest configure:5316: $? = 0 configure:5328: result: yes configure:5240: checking for strrchr configure:5297: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' conftest.c:72: warning: conflicting types for built-in function `strrchr' configure:5303: $? = 0 configure:5307: test -z || test ! -s conftest.err configure:5310: $? = 0 configure:5313: test -s conftest configure:5316: $? = 0 configure:5328: result: yes configure:5240: checking for strtol configure:5297: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5303: $? = 0 configure:5307: test -z || test ! -s conftest.err configure:5310: $? = 0 configure:5313: test -s conftest configure:5316: $? = 0 configure:5328: result: yes configure:5348: checking for strtoul configure:5405: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5411: $? = 0 configure:5415: test -z || test ! -s conftest.err configure:5418: $? = 0 configure:5421: test -s conftest configure:5424: $? = 0 configure:5436: result: yes configure:5348: checking for index configure:5405: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' conftest.c:75: warning: conflicting types for built-in function `index' configure:5411: $? = 0 configure:5415: test -z || test ! -s conftest.err configure:5418: $? = 0 configure:5421: test -s conftest configure:5424: $? = 0 configure:5436: result: yes configure:5348: checking for strerror configure:5436: result: yes configure:5348: checking for strtoken configure:5405: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: Undefined symbols: _strtoken configure:5411: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_MINMAX 1 | #define HAVE_ALARM 1 | #define HAVE_DUP2 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPASS 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_INDEX 1 | #define HAVE_STRERROR 1 | /* end confdefs.h. */ | /* Define strtoken to an innocuous variant, in case declares strtoken. | For example, HP-UX 11i declares gettimeofday. */ | #define strtoken innocuous_strtoken | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strtoken (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strtoken | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strtoken (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_strtoken) || defined (__stub___strtoken) | choke me | #else | char (*f) () = strtoken; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != strtoken; | ; | return 0; | } configure:5436: result: no configure:5348: checking for strtok configure:5405: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5411: $? = 0 configure:5415: test -z || test ! -s conftest.err configure:5418: $? = 0 configure:5421: test -s conftest configure:5424: $? = 0 configure:5436: result: yes configure:5348: checking for inet_addr configure:5405: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5411: $? = 0 configure:5415: test -z || test ! -s conftest.err configure:5418: $? = 0 configure:5421: test -s conftest configure:5424: $? = 0 configure:5436: result: yes configure:5348: checking for inet_netof configure:5405: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5411: $? = 0 configure:5415: test -z || test ! -s conftest.err configure:5418: $? = 0 configure:5421: test -s conftest configure:5424: $? = 0 configure:5436: result: yes configure:5456: checking for inet_aton configure:5513: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5519: $? = 0 configure:5523: test -z || test ! -s conftest.err configure:5526: $? = 0 configure:5529: test -s conftest configure:5532: $? = 0 configure:5544: result: yes configure:5456: checking for gettimeofday configure:5544: result: yes configure:5456: checking for lrand48 configure:5513: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5519: $? = 0 configure:5523: test -z || test ! -s conftest.err configure:5526: $? = 0 configure:5529: test -s conftest configure:5532: $? = 0 configure:5544: result: yes configure:5456: checking for sigaction configure:5513: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5519: $? = 0 configure:5523: test -z || test ! -s conftest.err configure:5526: $? = 0 configure:5529: test -s conftest configure:5532: $? = 0 configure:5544: result: yes configure:5456: checking for bzero configure:5513: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' conftest.c:84: warning: conflicting types for built-in function `bzero' configure:5519: $? = 0 configure:5523: test -z || test ! -s conftest.err configure:5526: $? = 0 configure:5529: test -s conftest configure:5532: $? = 0 configure:5544: result: yes configure:5456: checking for bcmp configure:5513: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' conftest.c:85: warning: conflicting types for built-in function `bcmp' configure:5519: $? = 0 configure:5523: test -z || test ! -s conftest.err configure:5526: $? = 0 configure:5529: test -s conftest configure:5532: $? = 0 configure:5544: result: yes configure:5456: checking for bcopy configure:5513: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5519: $? = 0 configure:5523: test -z || test ! -s conftest.err configure:5526: $? = 0 configure:5529: test -s conftest configure:5532: $? = 0 configure:5544: result: yes configure:5562: checking for dn_skipname configure:5619: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' ld: Undefined symbols: _dn_skipname configure:5625: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_MINMAX 1 | #define HAVE_ALARM 1 | #define HAVE_DUP2 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPASS 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_INDEX 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOK 1 | #define HAVE_INET_ADDR 1 | #define HAVE_INET_NETOF 1 | #define HAVE_INET_ATON 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LRAND48 1 | #define HAVE_SIGACTION 1 | #define HAVE_BZERO 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | /* end confdefs.h. */ | /* Define dn_skipname to an innocuous variant, in case declares dn_skipname. | For example, HP-UX 11i declares gettimeofday. */ | #define dn_skipname innocuous_dn_skipname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dn_skipname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dn_skipname | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char dn_skipname (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_dn_skipname) || defined (__stub___dn_skipname) | choke me | #else | char (*f) () = dn_skipname; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != dn_skipname; | ; | return 0; | } configure:5650: result: no configure:5562: checking for __dn_skipname configure:5619: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5625: $? = 0 configure:5629: test -z || test ! -s conftest.err configure:5632: $? = 0 configure:5635: test -s conftest configure:5638: $? = 0 configure:5650: result: yes configure:5562: checking for getrusage configure:5619: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5625: $? = 0 configure:5629: test -z || test ! -s conftest.err configure:5632: $? = 0 configure:5635: test -s conftest configure:5638: $? = 0 configure:5650: result: yes configure:5562: checking for times configure:5619: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:5625: $? = 0 configure:5629: test -z || test ! -s conftest.err configure:5632: $? = 0 configure:5635: test -s conftest configure:5638: $? = 0 configure:5650: result: yes configure:5562: checking for break configure:5619: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' conftest.c:90: error: parse error before "break" conftest.c:97: error: parse error before "break" conftest.c: In function `main': conftest.c:106: error: parse error before "break" configure:5625: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_MINMAX 1 | #define HAVE_ALARM 1 | #define HAVE_DUP2 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPASS 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_INDEX 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOK 1 | #define HAVE_INET_ADDR 1 | #define HAVE_INET_NETOF 1 | #define HAVE_INET_ATON 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LRAND48 1 | #define HAVE_SIGACTION 1 | #define HAVE_BZERO 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE___DN_SKIPNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_TIMES 1 | /* end confdefs.h. */ | /* Define break to an innocuous variant, in case declares break. | For example, HP-UX 11i declares gettimeofday. */ | #define break innocuous_break | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char break (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef break | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char break (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_break) || defined (__stub___break) | choke me | #else | char (*f) () = break; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != break; | ; | return 0; | } configure:5650: result: no configure:6049: checking for sys_errlist declaration configure:6073: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' conftest.c: In function `main': conftest.c:73: warning: initialization discards qualifiers from pointer target type configure:6076: $? = 0 configure:6078: ./conftest configure:6081: $? = 0 configure:6083: result: yes configure:6104: checking for OpenSSL configure:6136: result: /usr/local configure:6781: checking for poll configure:6838: cc -o conftest -fno-common -DNO_IDEA -rpath=/usr/lib:/usr/local/lib conftest.c -L/usr/local/lib -lssl -lcrypto >&5 cc: unrecognized option `-rpath=/usr/lib:/usr/local/lib' configure:6844: $? = 0 configure:6848: test -z || test ! -s conftest.err configure:6851: $? = 0 configure:6854: test -s conftest configure:6857: $? = 0 configure:6869: result: yes configure:7615: checking Maximum file descriptors configure:7677: result: 12288 configure:7706: checking for socklen_t configure:7729: cc -c -fno-common -DNO_IDEA conftest.c >&5 configure:7735: $? = 0 configure:7739: test -z || test ! -s conftest.err configure:7742: $? = 0 configure:7745: test -s conftest. configure:7748: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifndef __cplusplus | #define inline | #endif | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_UTMP_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_MINMAX 1 | #define HAVE_ALARM 1 | #define HAVE_DUP2 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETPASS 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_INET_NTOA 1 | #define HAVE_ISASCII 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_SETENV 1 | #define HAVE_SOCKET 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_INDEX 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOK 1 | #define HAVE_INET_ADDR 1 | #define HAVE_INET_NETOF 1 | #define HAVE_INET_ATON 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LRAND48 1 | #define HAVE_SIGACTION 1 | #define HAVE_BZERO 1 | #define HAVE_BCMP 1 | #define HAVE_BCOPY 1 | #define HAVE___DN_SKIPNAME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_TIMES 1 | #define WRITEV_IOV 32 | #define SYS_ERRLIST_DECLARED 1 | #define HAVE_ENCRYPTION_ON 1 | #define HAVE_SSL 1 | #define MAXCONNECTIONS 12288 | /* end confdefs.h. */ | #include | #include | int | main () | { | socklen_t len = 42; return 0; | ; | return 0; | } configure:7760: result: no configure:7876: 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:675: creating Makefile config.status:675: creating src/Makefile config.status:675: creating tools/Makefile config.status:675: creating doc/Makefile config.status:779: creating include/setup.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-apple-darwin8.0.1 ac_cv_build_alias=i686-apple-darwin8.0.1 ac_cv_c_compiler_gnu=no ac_cv_c_inline=no ac_cv_cflags_warn_all='no, unknown' 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 -DNO_IDEA' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=' -rpath=/usr/lib:/usr/local/lib' ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func___dn_skipname=yes ac_cv_func___res_mkquery=no ac_cv_func_alarm=yes ac_cv_func_bcmp=yes ac_cv_func_bcopy=yes ac_cv_func_break=no ac_cv_func_bzero=yes ac_cv_func_crypt=yes ac_cv_func_dn_skipname=no ac_cv_func_dup2=yes ac_cv_func_gethostbyname=yes ac_cv_func_gethostname=yes ac_cv_func_getpass=yes ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_index=yes ac_cv_func_inet_addr=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_netof=yes ac_cv_func_inet_ntoa=yes ac_cv_func_isascii=yes ac_cv_func_lrand48=yes ac_cv_func_memmove=yes ac_cv_func_memset=yes ac_cv_func_munmap=yes ac_cv_func_poll=yes ac_cv_func_res_mkquery=yes ac_cv_func_setenv=yes ac_cv_func_sigaction=yes ac_cv_func_socket=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strncasecmp=yes ac_cv_func_strrchr=yes ac_cv_func_strtok=yes ac_cv_func_strtoken=no ac_cv_func_strtol=yes ac_cv_func_strtoul=yes ac_cv_func_times=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_stdc=no ac_cv_header_stddef_h=yes 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_ioctl_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_syslog_h=yes ac_cv_header_unistd_h=no ac_cv_header_utmp_h=yes ac_cv_host=i686-apple-darwin8.0.1 ac_cv_host_alias=i686-apple-darwin8.0.1 ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_resolv___res_mkquery=no ac_cv_lib_socket_socket=no ac_cv_objext= ac_cv_path_CP=/usr/local/bin/cp ac_cv_path_MV=/usr/local/bin/mv ac_cv_path_RM=/usr/local/bin/rm ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_CC=cc ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_gmake_set=yes ac_cv_search_strerror='none required' ac_cv_target=i686-apple-darwin8.0.1 ac_cv_target_alias=i686-apple-darwin8.0.1 ac_cv_type_socklen_t=no ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common -DNO_IDEA' CP='/usr/local/bin/cp' CPP='cc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENCRYPT_SRC='rc4.c dh.c' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_DIR='' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' LDFLAGS=' -rpath=/usr/lib:/usr/local/lib' LIBOBJS='' LIBS=' -L/usr/local/lib -lssl -lcrypto' LTLIBOBJS='' MV='/usr/local/bin/mv' OBJEXT='' PACKAGE='solid-ircd' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RM='/usr/local/bin/rm' SENGINE='socketengine_poll.c' SET_MAKE='' SHELL='/bin/sh' SSL_INCLUDES='-I/usr/local/include' SSL_LIBS='-L/usr/local/lib' VERSION='3.4.7' ac_ct_CC='cc' bindir='${exec_prefix}/bin' build='i686-apple-darwin8.0.1' build_alias='' build_cpu='i686' build_os='darwin8.0.1' build_vendor='apple' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-apple-darwin8.0.1' host_alias='' host_cpu='i686' host_os='darwin8.0.1' host_vendor='apple' 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='i686-apple-darwin8.0.1' target_alias='' target_cpu='i686' target_os='darwin8.0.1' target_vendor='apple' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ALARM 1 #define HAVE_BCMP 1 #define HAVE_BCOPY 1 #define HAVE_BZERO 1 #define HAVE_DUP2 1 #define HAVE_ENCRYPTION_ON 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETOPT_H 1 #define HAVE_GETPASS 1 #define HAVE_GETRUSAGE 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_INDEX 1 #define HAVE_INET_ADDR 1 #define HAVE_INET_ATON 1 #define HAVE_INET_NETOF 1 #define HAVE_INET_NTOA 1 #define HAVE_ISASCII 1 #define HAVE_LIMITS_H 1 #define HAVE_LRAND48 1 #define HAVE_MALLOC_H 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMSET 1 #define HAVE_MINMAX 1 #define HAVE_MUNMAP 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_SETENV 1 #define HAVE_SIGACTION 1 #define HAVE_SOCKET 1 #define HAVE_SSL 1 #define HAVE_STDDEF_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRERROR 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRRCHR 1 #define HAVE_STRTOK 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIMES 1 #define HAVE_UTMP_H 1 #define HAVE___DN_SKIPNAME 1 #define MAXCONNECTIONS 12288 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define SYS_ERRLIST_DECLARED 1 #define WRITEV_IOV 32 #define inline #define socklen_t int #endif #ifndef __cplusplus configure: exit 0