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.54. Invocation command line was $ ./configure --with-resolver=netdb_1thread --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: 144 tasks, 201 threads, 4 processors Load average: 0.23, Mach factor: 3.75 /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:1296: checking build system type configure:1314: result: i386-unknown-gnu configure:1322: checking host system type configure:1336: result: i386-unknown-gnu configure:1344: checking target system type configure:1358: result: i386-unknown-gnu configure:1392: checking for a BSD-compatible install configure:1446: result: /usr/bin/install -c -o root -g wheel configure:1457: checking whether build environment is sane configure:1500: result: yes configure:1533: checking for gawk configure:1549: found /usr/local/bin/gawk configure:1559: result: gawk configure:1569: checking whether make sets ${MAKE} configure:1589: result: yes configure:1749: checking for i386-unknown-gnu-gcc configure:1775: result: cc configure:2055: checking for C compiler version configure:2058: 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:2061: $? = 0 configure:2063: 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:2066: $? = 0 configure:2068: cc -V &5 cc: `-V' option must have argument configure:2071: $? = 1 configure:2091: checking for C compiler default output configure:2094: cc -fno-common conftest.c >&5 configure:2097: $? = 0 configure:2131: result: a.out configure:2136: checking whether the C compiler works configure:2142: ./a.out configure:2145: $? = 0 configure:2160: result: yes configure:2167: checking whether we are cross compiling configure:2169: result: no configure:2172: checking for suffix of executables configure:2174: cc -o conftest -fno-common conftest.c >&5 configure:2177: $? = 0 configure:2200: result: configure:2206: checking for suffix of object files configure:2224: cc -c -fno-common conftest.c >&5 configure:2227: $? = 0 configure:2246: result: configure:2250: checking whether we are using the GNU C compiler configure:2271: cc -c -fno-common conftest.c >&5 configure:2274: $? = 0 configure:2277: test -s conftest. configure:2280: $? = 1 configure: failed program was: #line 2255 "configure" #include "confdefs.h" int main () { #ifndef __GNUC__ choke me #endif ; return 0; } configure:2292: result: no configure:2298: checking whether cc accepts -g configure:2316: cc -c -g conftest.c >&5 configure:2319: $? = 0 configure:2322: test -s conftest. configure:2325: $? = 1 configure: failed program was: #line 2303 "configure" #include "confdefs.h" int main () { ; return 0; } configure:2335: result: no configure:2352: checking for cc option to accept ANSI C configure:2409: cc -c -fno-common conftest.c >&5 configure:2412: $? = 0 configure:2415: test -s conftest. configure:2418: $? = 1 configure: failed program was: #line 2359 "configure" #include "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:2409: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2412: $? = 0 configure:2415: test -s conftest. configure:2418: $? = 1 configure: failed program was: #line 2359 "configure" #include "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:2409: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2412: $? = 1 configure: failed program was: #line 2359 "configure" #include "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:2409: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2412: $? = 1 configure: failed program was: #line 2359 "configure" #include "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:2409: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2412: $? = 1 configure: failed program was: #line 2359 "configure" #include "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:2409: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2412: $? = 0 configure:2415: test -s conftest. configure:2418: $? = 1 configure: failed program was: #line 2359 "configure" #include "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:2435: result: none needed configure:2453: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2456: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2573: checking for style of include used by make configure:2601: result: GNU configure:2629: checking dependency style of cc configure:2691: result: gcc3 configure:2702: checking how to run the C preprocessor configure:2728: cc -E conftest.c configure:2734: $? = 0 configure:2761: cc -E conftest.c configure:2757:28: ac_nonexistent.h: No such file or directory configure:2767: $? = 1 configure: failed program was: #line 2756 "configure" #include "confdefs.h" #include configure:2804: result: cc -E configure:2819: cc -E conftest.c configure:2825: $? = 0 configure:2852: cc -E conftest.c configure:2848:28: ac_nonexistent.h: No such file or directory configure:2858: $? = 1 configure: failed program was: #line 2847 "configure" #include "confdefs.h" #include configure:2898: checking for egrep configure:2908: result: grep -E configure:2913: checking for ANSI C header files configure:2927: cc -E conftest.c configure:2933: $? = 0 configure:3018: cc -o conftest -fno-common conftest.c >&5 configure:3021: $? = 0 configure:3023: ./conftest configure:3026: $? = 0 configure:3040: result: yes configure:3085: checking for sys/types.h configure:3098: cc -c -fno-common conftest.c >&5 configure:3101: $? = 0 configure:3104: test -s conftest. configure:3107: $? = 1 configure: failed program was: #line 3090 "configure" #include "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:3117: result: no configure:3085: checking for sys/stat.h configure:3098: cc -c -fno-common conftest.c >&5 configure:3101: $? = 0 configure:3104: test -s conftest. configure:3107: $? = 1 configure: failed program was: #line 3090 "configure" #include "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:3117: result: no configure:3085: checking for stdlib.h configure:3098: cc -c -fno-common conftest.c >&5 configure:3101: $? = 0 configure:3104: test -s conftest. configure:3107: $? = 1 configure: failed program was: #line 3090 "configure" #include "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:3117: result: no configure:3085: checking for string.h configure:3098: cc -c -fno-common conftest.c >&5 configure:3101: $? = 0 configure:3104: test -s conftest. configure:3107: $? = 1 configure: failed program was: #line 3090 "configure" #include "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:3117: result: no configure:3085: checking for memory.h configure:3098: cc -c -fno-common conftest.c >&5 configure:3101: $? = 0 configure:3104: test -s conftest. configure:3107: $? = 1 configure: failed program was: #line 3090 "configure" #include "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:3117: result: no configure:3085: checking for strings.h configure:3098: cc -c -fno-common conftest.c >&5 configure:3101: $? = 0 configure:3104: test -s conftest. configure:3107: $? = 1 configure: failed program was: #line 3090 "configure" #include "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:3117: result: no configure:3085: checking for inttypes.h configure:3098: cc -c -fno-common conftest.c >&5 configure:3101: $? = 0 configure:3104: test -s conftest. configure:3107: $? = 1 configure: failed program was: #line 3090 "configure" #include "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:3117: result: no configure:3085: checking for stdint.h configure:3098: cc -c -fno-common conftest.c >&5 configure:3101: $? = 0 configure:3104: test -s conftest. configure:3107: $? = 1 configure: failed program was: #line 3090 "configure" #include "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:3117: result: no configure:3085: checking for unistd.h configure:3098: cc -c -fno-common conftest.c >&5 configure:3101: $? = 0 configure:3104: test -s conftest. configure:3107: $? = 1 configure: failed program was: #line 3090 "configure" #include "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:3117: result: no configure:3146: checking sys/ioctl.h usability configure:3155: cc -c -fno-common conftest.c >&5 configure:3158: $? = 0 configure:3161: test -s conftest. configure:3164: $? = 1 configure: failed program was: #line 3148 "configure" #include "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:3173: result: no configure:3177: checking sys/ioctl.h presence configure:3184: cc -E conftest.c configure:3190: $? = 0 configure:3208: result: yes configure:3219: WARNING: sys/ioctl.h: present but cannot be compiled configure:3221: WARNING: sys/ioctl.h: check for missing prerequisite headers? configure:3223: WARNING: sys/ioctl.h: proceeding with the preprocessor's result configure:3226: checking for sys/ioctl.h configure:3233: result: yes configure:3146: checking sys/time.h usability configure:3155: cc -c -fno-common conftest.c >&5 configure:3158: $? = 0 configure:3161: test -s conftest. configure:3164: $? = 1 configure: failed program was: #line 3148 "configure" #include "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:3173: result: no configure:3177: checking sys/time.h presence configure:3184: cc -E conftest.c configure:3190: $? = 0 configure:3208: result: yes configure:3219: WARNING: sys/time.h: present but cannot be compiled configure:3221: WARNING: sys/time.h: check for missing prerequisite headers? configure:3223: WARNING: sys/time.h: proceeding with the preprocessor's result configure:3226: checking for sys/time.h configure:3233: result: yes configure:3146: checking sys/sockio.h usability configure:3155: cc -c -fno-common conftest.c >&5 configure:3158: $? = 0 configure:3161: test -s conftest. configure:3164: $? = 1 configure: failed program was: #line 3148 "configure" #include "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:3173: result: no configure:3177: checking sys/sockio.h presence configure:3184: cc -E conftest.c configure:3190: $? = 0 configure:3208: result: yes configure:3219: WARNING: sys/sockio.h: present but cannot be compiled configure:3221: WARNING: sys/sockio.h: check for missing prerequisite headers? configure:3223: WARNING: sys/sockio.h: proceeding with the preprocessor's result configure:3226: checking for sys/sockio.h configure:3233: result: yes configure:3137: checking for unistd.h configure:3142: result: no configure:3247: checking for an ANSI C-conforming const configure:3311: cc -c -fno-common conftest.c >&5 configure:3314: $? = 0 configure:3317: test -s conftest. configure:3320: $? = 1 configure: failed program was: #line 3252 "configure" #include "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:3330: result: no configure:3340: checking for size_t configure:3361: cc -c -fno-common conftest.c >&5 configure:3364: $? = 0 configure:3367: test -s conftest. configure:3370: $? = 1 configure: failed program was: #line 3345 "configure" #include "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:3380: result: no configure:3392: checking whether time.h and sys/time.h may both be included configure:3414: cc -c -fno-common conftest.c >&5 configure:3417: $? = 0 configure:3420: test -s conftest. configure:3423: $? = 1 configure: failed program was: #line 3397 "configure" #include "confdefs.h" #include #include #include int main () { if ((struct tm *) 0) return 0; ; return 0; } configure:3433: result: no configure:3455: checking sys/dlpi.h usability configure:3464: cc -c -fno-common conftest.c >&5 configure:3492:22: sys/dlpi.h: No such file or directory configure:3467: $? = 1 configure: failed program was: #line 3457 "configure" #include "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:3482: result: no configure:3486: checking sys/dlpi.h presence configure:3493: cc -E conftest.c configure:3489:22: sys/dlpi.h: No such file or directory configure:3499: $? = 1 configure: failed program was: #line 3488 "configure" #include "confdefs.h" #include configure:3517: result: no configure:3535: checking for sys/dlpi.h configure:3542: result: no configure:3564: checking for regcomp configure:3601: cc -o conftest -fno-common conftest.c >&5 configure:3604: $? = 0 configure:3607: test -s conftest configure:3610: $? = 0 configure:3620: result: yes configure:3564: checking for select configure:3601: cc -o conftest -fno-common conftest.c >&5 configure:3604: $? = 0 configure:3607: test -s conftest configure:3610: $? = 0 configure:3620: result: yes configure:3564: checking for strdup configure:3601: cc -o conftest -fno-common conftest.c >&5 configure:3604: $? = 0 configure:3607: test -s conftest configure:3610: $? = 0 configure:3620: result: yes configure:3564: checking for strerror configure:3601: cc -o conftest -fno-common conftest.c >&5 configure:3604: $? = 0 configure:3607: test -s conftest configure:3610: $? = 0 configure:3620: result: yes configure:3564: checking for strspn configure:3601: cc -o conftest -fno-common conftest.c >&5 configure:3579: warning: conflicting types for built-in function `strspn' configure:3604: $? = 0 configure:3607: test -s conftest configure:3610: $? = 0 configure:3620: result: yes configure:3631: checking for library containing socket configure:3658: cc -o conftest -fno-common conftest.c >&5 configure:3661: $? = 0 configure:3664: test -s conftest configure:3667: $? = 0 configure:3720: result: none required configure:3727: checking for library containing log configure:3754: cc -o conftest -fno-common conftest.c >&5 configure:3742: warning: conflicting types for built-in function `log' configure:3757: $? = 0 configure:3760: test -s conftest configure:3763: $? = 0 configure:3816: result: none required configure:3823: checking for gethostbyname configure:3860: cc -o conftest -fno-common conftest.c >&5 configure:3863: $? = 0 configure:3866: test -s conftest configure:3869: $? = 0 configure:3879: result: yes configure:3946: checking for library containing inet_aton configure:3973: cc -o conftest -fno-common conftest.c >&5 configure:3976: $? = 0 configure:3979: test -s conftest configure:3982: $? = 0 configure:4035: result: none required configure:4042: checking for library containing inet_pton configure:4069: cc -o conftest -fno-common conftest.c >&5 configure:4072: $? = 0 configure:4075: test -s conftest configure:4078: $? = 0 configure:4131: result: none required configure:4143: checking for inet_aton configure:4180: cc -o conftest -fno-common conftest.c >&5 configure:4183: $? = 0 configure:4186: test -s conftest configure:4189: $? = 0 configure:4199: result: yes configure:4143: checking for inet_pton configure:4180: cc -o conftest -fno-common conftest.c >&5 configure:4183: $? = 0 configure:4186: test -s conftest configure:4189: $? = 0 configure:4199: result: yes configure:4212: checking size of u_int8_t configure:4235: cc -o conftest -fno-common conftest.c >&5 configure:4238: $? = 0 configure:4240: ./conftest configure:4243: $? = 0 configure:4248: result: 1 configure:4212: checking size of u_int16_t configure:4235: cc -o conftest -fno-common conftest.c >&5 configure:4238: $? = 0 configure:4240: ./conftest configure:4243: $? = 0 configure:4248: result: 2 configure:4212: checking size of u_int32_t configure:4235: cc -o conftest -fno-common conftest.c >&5 configure:4238: $? = 0 configure:4240: ./conftest configure:4243: $? = 0 configure:4248: result: 4 configure:5376: checking for library containing getnameinfo configure:5403: cc -o conftest -fno-common conftest.c >&5 configure:5406: $? = 0 configure:5409: test -s conftest configure:5412: $? = 0 configure:5465: result: none required configure:5487: checking for library containing gethostbyaddr_r configure:5514: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _gethostbyaddr_r configure:5517: $? = 1 configure: failed program was: #line 5494 "configure" #include "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 gethostbyaddr_r (); int main () { gethostbyaddr_r (); ; return 0; } configure:5554: cc -o conftest -fno-common conftest.c -lnsl >&5 ld: can't locate file for: -lnsl configure:5557: $? = 1 configure: failed program was: #line 5534 "configure" #include "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 gethostbyaddr_r (); int main () { gethostbyaddr_r (); ; return 0; } configure:5576: result: no configure:5841: checking for library containing gethostbyaddr configure:5868: cc -o conftest -fno-common conftest.c >&5 configure:5871: $? = 0 configure:5874: test -s conftest configure:5877: $? = 0 configure:5930: result: none required configure:5947: WARNING: using single-threaded resolver with gethostbyaddr Consider obtaining ARES or a machine with a working gethostbyaddr_r. configure:5970: checking where to find pcap.h configure:5986: cc -E conftest.c configure:5992: $? = 0 configure:6004: result: /include configure:6034: checking for pcap_open_live in -lpcap configure:6061: cc -o conftest -fno-common conftest.c -lpcap >&5 configure:6064: $? = 0 configure:6067: test -s conftest configure:6070: $? = 0 configure:6081: result: yes configure:6118: checking pcap.h usability configure:6127: cc -c -fno-common conftest.c >&5 configure:6130: $? = 0 configure:6133: test -s conftest. configure:6136: $? = 1 configure: failed program was: #line 6120 "configure" #include "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:6145: result: no configure:6149: checking pcap.h presence configure:6156: cc -E conftest.c configure:6162: $? = 0 configure:6180: result: yes configure:6191: WARNING: pcap.h: present but cannot be compiled configure:6193: WARNING: pcap.h: check for missing prerequisite headers? configure:6195: WARNING: pcap.h: proceeding with the preprocessor's result configure:6198: checking for pcap.h configure:6205: result: yes configure:6231: checking for a curses library containing mvchgat configure:6253: cc -o conftest -fno-common conftest.c -lpcap -lcurses >&5 configure:6256: $? = 0 configure:6259: test -s conftest configure:6262: $? = 0 configure:6286: result: -lcurses configure:6292: checking POSIX threads compilation configure:6307: cc -o conftest -fno-common conftest.c -lpcap -lcurses >&5 configure:6310: $? = 0 configure:6313: test -s conftest configure:6316: $? = 0 configure:6345: result: CFLAGS= and LIBS= configure:6347: checking POSIX threads usability configure:6357: cc -o conftest -fno-common conftest.c -lpcap -lcurses >&5 configure:6360: $? = 0 configure:6362: ./conftest configure:6365: $? = 0 configure:6367: result: yes configure:6382: checking if we need to enable promiscuous mode by default configure:6397: result: no configure:6514: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.54. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:639: creating Makefile config.status:639: creating config/Makefile config.status:743: creating config.h config.status:974: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu 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_gethostbyname=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_pton=yes ac_cv_func_regcomp=yes ac_cv_func_select=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strspn=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_pcap_h=yes ac_cv_header_stdc=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_dlpi_h=no 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_time=no ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_pcap_pcap_open_live=yes ac_cv_objext= ac_cv_prog_AWK=gawk 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_prog_make_make_set=yes ac_cv_search_gethostbyaddr='none required' ac_cv_search_gethostbyaddr_r=no ac_cv_search_getnameinfo='none required' ac_cv_search_inet_aton='none required' ac_cv_search_inet_pton='none required' ac_cv_search_log='none required' ac_cv_search_socket='none required' ac_cv_target=i386-unknown-gnu ac_cv_target_alias=i386-unknown-gnu ac_cv_type_size_t=no am_cv_CC_dependencies_compiler_type=gcc3 lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/net-mgmt/iftop/work/iftop-0.17/config/missing --run aclocal-1.6' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/net-mgmt/iftop/work/iftop-0.17/config/missing --run tar' AUTOCONF='${SHELL} /mnt/gmirror/ports/net-mgmt/iftop/work/iftop-0.17/config/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/net-mgmt/iftop/work/iftop-0.17/config/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/net-mgmt/iftop/work/iftop-0.17/config/missing --run automake-1.6' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common ' CPP='cc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='-lpcap -lcurses ' LTLIBOBJS='' MAKEINFO='${SHELL} /mnt/gmirror/ports/net-mgmt/iftop/work/iftop-0.17/config/missing --run makeinfo' OBJEXT='' PACKAGE='iftop' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='0.17' ac_aux_dir='config' ac_ct_CC='' ac_ct_STRIP='' am__include='include' am__quote='' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/mnt/gmirror/ports/net-mgmt/iftop/work/iftop-0.17/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,^,i386-unknown-gnu-,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i386-unknown-gnu' target_alias='i386-unknown-gnu' target_cpu='i386' target_os='gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_INET_ATON 1 #define HAVE_INET_PTON 1 #define HAVE_LIBPCAP 1 #define HAVE_PCAP_H 1 #define HAVE_REGCOMP 1 #define HAVE_SELECT 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRSPN 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_SOCKIO_H 1 #define HAVE_SYS_TIME_H 1 #define IFTOP_VERSION "0.17" #define PACKAGE "iftop" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define SIZEOF_U_INT16_T 2 #define SIZEOF_U_INT32_T 4 #define SIZEOF_U_INT8_T 1 #define STDC_HEADERS 1 #define USE_GETHOSTBYADDR 1 #define VERSION "0.17" #define const #define size_t unsigned configure: exit 0