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.57. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 134 tasks, 189 threads, 4 processors Load average: 2.37, Mach factor: 1.68 /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: /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:1300: checking "IPv6 transport support" configure:1319: result: "enabled" configure:1324: checking "IPv4 transport support" configure:1341: result: "enabled" configure:1346: checking "6to4 reverse lookup support" configure:1362: result: "disabled" configure:1367: checking "scoped address rewriting support" configure:1384: result: "enabled" configure:1389: checking "http reconfiguration and management support" configure:1407: result: "disabled" configure:1420: checking for i386-unknown-gnu-gcc configure:1446: result: cc configure:1728: checking for C compiler version configure:1731: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1734: $? = 0 configure:1736: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:1739: $? = 0 configure:1741: cc -V &5 cc: `-V' option must have argument configure:1744: $? = 1 configure:1768: checking for C compiler default output configure:1771: cc -fno-common conftest.c >&5 configure:1774: $? = 0 configure:1820: result: a.out configure:1825: checking whether the C compiler works configure:1831: ./a.out configure:1834: $? = 0 configure:1851: result: yes configure:1858: checking whether we are cross compiling configure:1860: result: no configure:1863: checking for suffix of executables configure:1865: cc -o conftest -fno-common conftest.c >&5 configure:1868: $? = 0 configure:1893: result: configure:1899: checking for suffix of object files configure:1921: cc -c -fno-common conftest.c >&5 configure:1924: $? = 0 configure:1946: result: configure:1950: checking whether we are using the GNU C compiler configure:1975: cc -c -fno-common conftest.c >&5 configure:1978: $? = 0 configure:1981: test -s conftest. configure:1984: $? = 1 configure: failed program was: | #line 1955 "configure" | /* 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:1997: result: no configure:2003: checking whether cc accepts -g configure:2025: cc -c -g conftest.c >&5 configure:2028: $? = 0 configure:2031: test -s conftest. configure:2034: $? = 1 configure: failed program was: | #line 2008 "configure" | /* 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:2045: result: no configure:2062: checking for cc option to accept ANSI C configure:2123: cc -c -fno-common conftest.c >&5 configure:2126: $? = 0 configure:2129: test -s conftest. configure:2132: $? = 1 configure: failed program was: | #line 2069 "configure" | /* 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; | } | 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:2123: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2126: $? = 0 configure:2129: test -s conftest. configure:2132: $? = 1 configure: failed program was: | #line 2069 "configure" | /* 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; | } | 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:2123: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2126: $? = 1 configure: failed program was: | #line 2069 "configure" | /* 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; | } | 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:2123: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2126: $? = 1 configure: failed program was: | #line 2069 "configure" | /* 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; | } | 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:2123: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2126: $? = 1 configure: failed program was: | #line 2069 "configure" | /* 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; | } | 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:2123: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2126: $? = 0 configure:2129: test -s conftest. configure:2132: $? = 1 configure: failed program was: | #line 2069 "configure" | /* 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; | } | 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:2150: result: none needed configure:2168: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2171: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2285: checking how to run the C preprocessor configure:2321: cc -E conftest.c configure:2327: $? = 0 configure:2359: cc -E conftest.c configure:2358:28: ac_nonexistent.h: No such file or directory configure:2365: $? = 1 configure: failed program was: | #line 2350 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2403: result: cc -E configure:2428: cc -E conftest.c configure:2434: $? = 0 configure:2466: cc -E conftest.c configure:2465:28: ac_nonexistent.h: No such file or directory configure:2472: $? = 1 configure: failed program was: | #line 2457 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2515: checking operating system specific definitions... configure:2561: result: Darwin configure:2573: checking for egrep configure:2583: result: grep -E configure:2588: checking for ANSI C header files configure:2614: cc -c -fno-common conftest.c >&5 configure:2617: $? = 0 configure:2620: test -s conftest. configure:2623: $? = 1 configure: failed program was: | #line 2593 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:2735: result: no configure:2759: checking for sys/types.h configure:2776: cc -c -fno-common conftest.c >&5 configure:2779: $? = 0 configure:2782: test -s conftest. configure:2785: $? = 1 configure: failed program was: | #line 2764 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2796: result: no configure:2759: checking for sys/stat.h configure:2776: cc -c -fno-common conftest.c >&5 configure:2779: $? = 0 configure:2782: test -s conftest. configure:2785: $? = 1 configure: failed program was: | #line 2764 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2796: result: no configure:2759: checking for stdlib.h configure:2776: cc -c -fno-common conftest.c >&5 configure:2779: $? = 0 configure:2782: test -s conftest. configure:2785: $? = 1 configure: failed program was: | #line 2764 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2796: result: no configure:2759: checking for string.h configure:2776: cc -c -fno-common conftest.c >&5 configure:2779: $? = 0 configure:2782: test -s conftest. configure:2785: $? = 1 configure: failed program was: | #line 2764 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2796: result: no configure:2759: checking for memory.h configure:2776: cc -c -fno-common conftest.c >&5 configure:2779: $? = 0 configure:2782: test -s conftest. configure:2785: $? = 1 configure: failed program was: | #line 2764 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2796: result: no configure:2759: checking for strings.h configure:2776: cc -c -fno-common conftest.c >&5 configure:2779: $? = 0 configure:2782: test -s conftest. configure:2785: $? = 1 configure: failed program was: | #line 2764 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2796: result: no configure:2759: checking for inttypes.h configure:2776: cc -c -fno-common conftest.c >&5 configure:2779: $? = 0 configure:2782: test -s conftest. configure:2785: $? = 1 configure: failed program was: | #line 2764 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2796: result: no configure:2759: checking for stdint.h configure:2776: cc -c -fno-common conftest.c >&5 configure:2779: $? = 0 configure:2782: test -s conftest. configure:2785: $? = 1 configure: failed program was: | #line 2764 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2796: result: no configure:2759: checking for unistd.h configure:2776: cc -c -fno-common conftest.c >&5 configure:2779: $? = 0 configure:2782: test -s conftest. configure:2785: $? = 1 configure: failed program was: | #line 2764 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2796: result: no configure:2831: checking fcntl.h usability configure:2844: cc -c -fno-common conftest.c >&5 configure:2847: $? = 0 configure:2850: test -s conftest. configure:2853: $? = 1 configure: failed program was: | #line 2833 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:2863: result: no configure:2867: checking fcntl.h presence configure:2878: cc -E conftest.c configure:2884: $? = 0 configure:2903: result: yes configure:2923: WARNING: fcntl.h: present but cannot be compiled configure:2925: WARNING: fcntl.h: check for missing prerequisite headers? configure:2927: WARNING: fcntl.h: proceeding with the preprocessor's result configure:2939: checking for fcntl.h configure:2946: result: yes configure:2831: checking limits.h usability configure:2844: cc -c -fno-common conftest.c >&5 configure:2847: $? = 0 configure:2850: test -s conftest. configure:2853: $? = 1 configure: failed program was: | #line 2833 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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:2863: result: no configure:2867: checking limits.h presence configure:2878: cc -E conftest.c configure:2884: $? = 0 configure:2903: result: yes configure:2923: WARNING: limits.h: present but cannot be compiled configure:2925: WARNING: limits.h: check for missing prerequisite headers? configure:2927: WARNING: limits.h: proceeding with the preprocessor's result configure:2939: checking for limits.h configure:2946: result: yes configure:2831: checking sys/ioctl.h usability configure:2844: cc -c -fno-common conftest.c >&5 configure:2847: $? = 0 configure:2850: test -s conftest. configure:2853: $? = 1 configure: failed program was: | #line 2833 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #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:2863: result: no configure:2867: checking sys/ioctl.h presence configure:2878: cc -E conftest.c configure:2884: $? = 0 configure:2903: result: yes configure:2923: WARNING: sys/ioctl.h: present but cannot be compiled configure:2925: WARNING: sys/ioctl.h: check for missing prerequisite headers? configure:2927: WARNING: sys/ioctl.h: proceeding with the preprocessor's result configure:2939: checking for sys/ioctl.h configure:2946: result: yes configure:2831: checking sys/time.h usability configure:2844: cc -c -fno-common conftest.c >&5 configure:2847: $? = 0 configure:2850: test -s conftest. configure:2853: $? = 1 configure: failed program was: | #line 2833 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_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:2863: result: no configure:2867: checking sys/time.h presence configure:2878: cc -E conftest.c configure:2884: $? = 0 configure:2903: result: yes configure:2923: WARNING: sys/time.h: present but cannot be compiled configure:2925: WARNING: sys/time.h: check for missing prerequisite headers? configure:2927: WARNING: sys/time.h: proceeding with the preprocessor's result configure:2939: checking for sys/time.h configure:2946: result: yes configure:2831: checking syslog.h usability configure:2844: cc -c -fno-common conftest.c >&5 configure:2847: $? = 0 configure:2850: test -s conftest. configure:2853: $? = 1 configure: failed program was: | #line 2833 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_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:2863: result: no configure:2867: checking syslog.h presence configure:2878: cc -E conftest.c configure:2884: $? = 0 configure:2903: result: yes configure:2923: WARNING: syslog.h: present but cannot be compiled configure:2925: WARNING: syslog.h: check for missing prerequisite headers? configure:2927: WARNING: syslog.h: proceeding with the preprocessor's result configure:2939: checking for syslog.h configure:2946: result: yes configure:2822: checking for unistd.h configure:2827: result: no configure:2831: checking sys/cdefs.h usability configure:2844: cc -c -fno-common conftest.c >&5 configure:2847: $? = 0 configure:2850: test -s conftest. configure:2853: $? = 1 configure: failed program was: | #line 2833 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_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:2863: result: no configure:2867: checking sys/cdefs.h presence configure:2878: cc -E conftest.c configure:2884: $? = 0 configure:2903: result: yes configure:2923: WARNING: sys/cdefs.h: present but cannot be compiled configure:2925: WARNING: sys/cdefs.h: check for missing prerequisite headers? configure:2927: WARNING: sys/cdefs.h: proceeding with the preprocessor's result configure:2939: checking for sys/cdefs.h configure:2946: result: yes configure:2831: checking sys/filio.h usability configure:2844: cc -c -fno-common conftest.c >&5 configure:2847: $? = 0 configure:2850: test -s conftest. configure:2853: $? = 1 configure: failed program was: | #line 2833 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_CDEFS_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:2863: result: no configure:2867: checking sys/filio.h presence configure:2878: cc -E conftest.c configure:2884: $? = 0 configure:2903: result: yes configure:2923: WARNING: sys/filio.h: present but cannot be compiled configure:2925: WARNING: sys/filio.h: check for missing prerequisite headers? configure:2927: WARNING: sys/filio.h: proceeding with the preprocessor's result configure:2939: checking for sys/filio.h configure:2946: result: yes configure:2831: checking sys/sockio.h usability configure:2844: cc -c -fno-common conftest.c >&5 configure:2847: $? = 0 configure:2850: test -s conftest. configure:2853: $? = 1 configure: failed program was: | #line 2833 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_FILIO_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:2863: result: no configure:2867: checking sys/sockio.h presence configure:2878: cc -E conftest.c configure:2884: $? = 0 configure:2903: result: yes configure:2923: WARNING: sys/sockio.h: present but cannot be compiled configure:2925: WARNING: sys/sockio.h: check for missing prerequisite headers? configure:2927: WARNING: sys/sockio.h: proceeding with the preprocessor's result configure:2939: checking for sys/sockio.h configure:2946: result: yes configure:2822: checking for stdint.h configure:2827: result: no configure:2962: checking for gethostbyname in -lnsl configure:2993: cc -o conftest -fno-common conftest.c -lnsl >&5 ld: can't locate file for: -lnsl configure:2996: $? = 1 configure: failed program was: | #line 2969 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | /* 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:3014: result: no configure:3026: checking for bind in -lsocket configure:3057: cc -o conftest -fno-common conftest.c -lsocket >&5 ld: can't locate file for: -lsocket configure:3060: $? = 1 configure: failed program was: | #line 3033 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | /* 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 bind (); | int | main () | { | bind (); | ; | return 0; | } configure:3078: result: no configure:3090: checking whether SHUT_RD is defined by sys/socket.h configure:3110: cc -c -fno-common conftest.c >&5 configure:3113: $? = 0 configure:3116: test -s conftest. configure:3119: $? = 1 configure: failed program was: | #line 3092 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | int x = SHUT_RD; | ; | return 0; | } configure:3139: result: no configure:3144: checking whether struct sockaddr has sa_len configure:3167: cc -c -fno-common conftest.c >&5 configure:3170: $? = 0 configure:3173: test -s conftest. configure:3176: $? = 1 configure: failed program was: | #line 3146 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define SHUT_RD 0 | #define SHUT_WR 1 | #define SHUT_RDWR 2 | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | struct sockaddr_in sa; | int x = ((struct sockaddr *)&sa)->sa_len; | ; | return 0; | } configure:3188: result: no configure:3193: checking whether struct sockaddr_in6 has sin6_scope_id configure:3214: cc -c -fno-common conftest.c >&5 configure:3217: $? = 0 configure:3220: test -s conftest. configure:3223: $? = 1 configure: failed program was: | #line 3195 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define SHUT_RD 0 | #define SHUT_WR 1 | #define SHUT_RDWR 2 | /* end confdefs.h. */ | #include | #include | int | main () | { | static struct sockaddr_in6 ac_sin6; int ac_size = | sizeof (ac_sin6.sin6_scope_id); | ; | return 0; | } configure:3234: result: no configure:3239: checking for an ANSI C-conforming const configure:3307: cc -c -fno-common conftest.c >&5 configure:3310: $? = 0 configure:3313: test -s conftest. configure:3316: $? = 1 configure: failed program was: | #line 3244 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define SHUT_RD 0 | #define SHUT_WR 1 | #define SHUT_RDWR 2 | /* end confdefs.h. */ | | int | main () | { | /* FIXME: Include the comments suggested by Paul. */ | #ifndef __cplusplus | /* Ultrix mips cc rejects this. */ | typedef int charset[2]; | const charset x; | /* SunOS 4.1.1 cc rejects this. */ | char const *const *ccp; | char **p; | /* NEC SVR4.0.2 mips cc rejects this. */ | struct point {int x, y;}; | static struct point const zero = {0,0}; | /* AIX XL C 1.02.0.0 rejects this. | It does not let you subtract one const X* pointer from another in | an arm of an if-expression whose if-part is not a constant | expression */ | const char *g = "string"; | ccp = &g + (g ? g-g : 0); | /* HPUX 7.0 cc rejects these. */ | ++ccp; | p = (char**) ccp; | ccp = (char const *const *) p; | { /* SCO 3.2v4 cc rejects this. */ | char *t; | char const *s = 0 ? (char *) 0 : (char const *) 0; | | *t++ = 0; | } | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ | int x[] = {25, 17}; | const int *foo = &x[0]; | ++foo; | } | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ | typedef const int *iptr; | iptr p = 0; | ++p; | } | { /* AIX XL C 1.02.0.0 rejects this saying | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ | struct s { int j; const int *ap[3]; }; | struct s *b; b->j = 5; | } | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ | const int foo = 10; | } | #endif | | ; | return 0; | } configure:3327: result: no configure:3337: checking for uid_t in sys/types.h configure:3361: result: yes configure:3376: checking for pid_t configure:3401: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:3438: error: `pid_t' undeclared (first use in this function) configure:3438: error: (Each undeclared identifier is reported only once configure:3438: error: for each function it appears in.) configure:3438: error: parse error before ')' token configure:3404: $? = 1 configure: failed program was: | #line 3381 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define SHUT_RD 0 | #define SHUT_WR 1 | #define SHUT_RDWR 2 | #define const | /* 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 | int | main () | { | if ((pid_t *) 0) | return 0; | if (sizeof (pid_t)) | return 0; | ; | return 0; | } configure:3421: result: no configure:3433: checking for size_t configure:3458: cc -c -fno-common conftest.c >&5 configure:3461: $? = 0 configure:3464: test -s conftest. configure:3467: $? = 1 configure: failed program was: | #line 3438 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define SHUT_RD 0 | #define SHUT_WR 1 | #define SHUT_RDWR 2 | #define const | #define pid_t int | /* 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 | int | main () | { | if ((size_t *) 0) | return 0; | if (sizeof (size_t)) | return 0; | ; | return 0; | } configure:3478: result: no configure:3490: checking whether time.h and sys/time.h may both be included configure:3516: cc -c -fno-common conftest.c >&5 configure:3519: $? = 0 configure:3522: test -s conftest. configure:3525: $? = 1 configure: failed program was: | #line 3495 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define SHUT_RD 0 | #define SHUT_WR 1 | #define SHUT_RDWR 2 | #define const | #define pid_t int | #define size_t unsigned | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | if ((struct tm *) 0) | return 0; | ; | return 0; | } configure:3536: result: no configure:3599: checking for working memcmp configure:3648: cc -o conftest -fno-common conftest.c >&5 configure:3651: $? = 0 configure:3653: ./conftest configure:3656: $? = 0 configure:3670: result: yes configure:3674: checking return type of signal handlers configure:3706: cc -c -fno-common conftest.c >&5 configure:3709: $? = 0 configure:3712: test -s conftest. configure:3715: $? = 1 configure: failed program was: | #line 3679 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_CDEFS_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define SHUT_RD 0 | #define SHUT_WR 1 | #define SHUT_RDWR 2 | #define const | #define pid_t int | #define size_t unsigned | /* end confdefs.h. */ | #include | #include | #ifdef signal | # undef signal | #endif | #ifdef __cplusplus | extern "C" void (*signal (int, void (*)(int)))(int); | #else | void (*signal ()) (); | #endif | | int | main () | { | int i; | ; | return 0; | } configure:3726: result: int configure:3741: checking for strlcpy configure:3791: cc -o conftest -fno-common conftest.c >&5 configure:3794: $? = 0 configure:3797: test -s conftest configure:3800: $? = 0 configure:3811: result: yes configure:3741: checking for strlcat configure:3791: cc -o conftest -fno-common conftest.c >&5 configure:3794: $? = 0 configure:3797: test -s conftest configure:3800: $? = 0 configure:3811: result: yes configure:3741: checking for daemon configure:3791: cc -o conftest -fno-common conftest.c >&5 configure:3794: $? = 0 configure:3797: test -s conftest configure:3800: $? = 0 configure:3811: result: yes configure:3741: checking for inet_aton configure:3791: cc -o conftest -fno-common conftest.c >&5 configure:3794: $? = 0 configure:3797: test -s conftest configure:3800: $? = 0 configure:3811: result: yes configure:3918: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:613: creating Makefile config.status:716: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_daemon=yes ac_cv_func_inet_aton=yes ac_cv_func_memcmp_working=yes ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes ac_cv_header_memory_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_cdefs_h=yes ac_cv_header_sys_filio_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_sockio_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_time=no ac_cv_header_unistd_h=no ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_socket_bind=no ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_type_pid_t=no ac_cv_type_signal=int ac_cv_type_size_t=no ac_cv_type_uid_t=yes lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' DBMALLOC='#' DBTCP='#' DEFS='-DHAVE_CONFIG_H' DOSWILL='#' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' EXTINCLUDE='' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' OBJEXT='' OPTFLAGS='-DDarwin -DSCOPED_REWRITE -DUSE_INET4 -DUSE_INET6 -Dsocklen_t=int' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SHELL='/bin/sh' SWILLCONF='--enable-ip6' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' 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_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DAEMON 1 #define HAVE_FCNTL_H 1 #define HAVE_INET_ATON 1 #define HAVE_LIMITS_H 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCPY 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_CDEFS_H 1 #define HAVE_SYS_FILIO_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_SOCKIO_H 1 #define HAVE_SYS_TIME_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define RETSIGTYPE int #define SHUT_RD 0 #define SHUT_RDWR 2 #define SHUT_WR 1 #define const #define pid_t int #define size_t unsigned configure: exit 0