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.52. 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: 123 tasks, 178 threads, 4 processors Load average: 1.94, Mach factor: 2.04 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH = /var/root/usr/local/bin:/var/root/usr/bin:/var/root/usr/X11R6/bin:/Users/proclus/gnu-darwin-func/admin:/usr/local/bin:/usr/X11R6/bin:/sbin:/usr/sbin:/Users/proclus/usr/local/bin:/Users/proclus/usr/bin:/Users/proclus/usr/X11R6/bin:/Users/proclus/gnu-darwin-func/admin:/usr/local/bin:/usr/X11R6/bin:/sbin:/usr/sbin:/bin:/sbin:/usr/bin:/usr/sbin ## ------------ ## ## Core tests. ## ## ------------ ## configure:963: PATH=".;."; conftest.sh ./configure: line 964: conftest.sh: command not found configure:966: $? = 127 configure:1012: checking for a BSD compatible install configure:1061: result: /usr/bin/install -c -o root -g wheel configure:1072: checking whether build environment is sane configure:1115: result: yes configure:1148: checking for mawk configure:1163: found /usr/local/bin/mawk configure:1171: result: mawk configure:1181: checking whether make sets ${MAKE} configure:1201: result: yes configure:1348: checking to see if I can guess the OS to build for configure:1386: checking for i386-unknown-gnu-gcc configure:1409: result: cc configure:1672: checking for C compiler version configure:1675: 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:1678: $? = 0 configure:1680: 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:1683: $? = 0 configure:1685: cc -V &5 cc: `-V' option must have argument configure:1688: $? = 1 configure:1708: checking for C compiler default output configure:1711: cc -fno-common conftest.c >&5 configure:1714: $? = 0 configure:1743: result: a.out configure:1748: checking whether the C compiler works configure:1754: ./a.out configure:1757: $? = 0 configure:1772: result: yes configure:1779: checking whether we are cross compiling configure:1781: result: no configure:1784: checking for executable suffix configure:1786: cc -o conftest -fno-common conftest.c >&5 configure:1789: $? = 0 configure:1811: result: configure:1817: checking for object suffix configure:1835: cc -c -fno-common conftest.c >&5 configure:1838: $? = 0 configure:1857: result: configure:1861: checking whether we are using the GNU C compiler configure:1882: cc -c -fno-common conftest.c >&5 configure:1885: $? = 0 configure:1888: test -s conftest. configure:1891: $? = 1 configure: failed program was: #line 1867 "configure" #include "confdefs.h" int main () { #ifndef __GNUC__ choke me #endif ; return 0; } configure:1903: result: no configure:1909: checking whether cc accepts -g configure:1927: cc -c -g conftest.c >&5 configure:1930: $? = 0 configure:1933: test -s conftest. configure:1936: $? = 1 configure: failed program was: #line 1915 "configure" #include "confdefs.h" int main () { ; return 0; } configure:1946: result: no configure:1973: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:1976: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2082: checking for style of include used by make configure:2109: result: GNU configure:2115: checking dependency style of cc configure:2177: result: none configure:2184: checking for i386-unknown-gnu-ranlib configure:2210: result: no configure:2219: checking for ranlib configure:2234: found /usr/bin/ranlib configure:2243: result: ranlib configure:2260: checking how to run the C preprocessor configure:2286: cc -E conftest.c configure:2292: $? = 0 configure:2319: cc -E conftest.c configure:2316:28: ac_nonexistent.h: No such file or directory configure:2325: $? = 1 configure: failed program was: #line 2315 "configure" #include "confdefs.h" #include configure:2362: result: cc -E configure:2377: cc -E conftest.c configure:2383: $? = 0 configure:2410: cc -E conftest.c configure:2407:28: ac_nonexistent.h: No such file or directory configure:2416: $? = 1 configure: failed program was: #line 2406 "configure" #include "confdefs.h" #include configure:2455: checking for ANSI C header files configure:2469: cc -E conftest.c configure:2475: $? = 0 configure:2562: cc -o conftest -fno-common conftest.c >&5 configure:2565: $? = 0 configure:2567: ./conftest configure:2570: $? = 0 configure:2583: result: yes configure:2593: checking for sys/wait.h that is POSIX.1 compatible configure:2621: cc -c -fno-common conftest.c >&5 configure:2624: $? = 0 configure:2627: test -s conftest. configure:2630: $? = 1 configure: failed program was: #line 2599 "configure" #include "confdefs.h" #include #include #ifndef WEXITSTATUS # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) #endif #ifndef WIFEXITED # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) #endif int main () { int s; wait (&s); s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; ; return 0; } configure:2640: result: no configure:2653: checking for sys/time.h configure:2663: cc -E conftest.c configure:2669: $? = 0 configure:2688: result: yes configure:2653: checking for sys/stat.h configure:2663: cc -E conftest.c configure:2669: $? = 0 configure:2688: result: yes configure:2653: checking for unistd.h configure:2663: cc -E conftest.c configure:2669: $? = 0 configure:2688: result: yes configure:2653: checking for strings.h configure:2663: cc -E conftest.c configure:2669: $? = 0 configure:2688: result: yes configure:2653: checking for fcntl.h configure:2663: cc -E conftest.c configure:2669: $? = 0 configure:2688: result: yes configure:2653: checking for netinet/ip6.h configure:2663: cc -E conftest.c configure:2669: $? = 0 configure:2688: result: yes configure:2701: checking for net/if.h configure:2711: cc -E conftest.c configure:2717: $? = 0 configure:2736: result: yes configure:2701: checking for net/ethernet.h configure:2711: cc -E conftest.c configure:2717: $? = 0 configure:2736: result: yes configure:2701: checking for netinet/if_ether.h configure:2711: cc -E conftest.c configure:2717: $? = 0 configure:2736: result: yes configure:2701: checking for net/ppp_defs.h configure:2711: cc -E conftest.c configure:2708:26: net/ppp_defs.h: No such file or directory configure:2717: $? = 1 configure: failed program was: #line 2707 "configure" #include "confdefs.h" #include configure:2736: result: no configure:2746: checking for cc option to accept ANSI C configure:2803: cc -c -fno-common conftest.c >&5 configure:2806: $? = 0 configure:2809: test -s conftest. configure:2812: $? = 1 configure: failed program was: #line 2754 "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:2803: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2806: $? = 0 configure:2809: test -s conftest. configure:2812: $? = 1 configure: failed program was: #line 2754 "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:2803: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2806: $? = 1 configure: failed program was: #line 2754 "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:2803: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2806: $? = 1 configure: failed program was: #line 2754 "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:2803: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2806: $? = 1 configure: failed program was: #line 2754 "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:2803: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2806: $? = 0 configure:2809: test -s conftest. configure:2812: $? = 1 configure: failed program was: #line 2754 "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:2829: result: none needed configure:2837: checking for an ANSI C-conforming const configure:2901: cc -c -fno-common conftest.c >&5 configure:2904: $? = 0 configure:2907: test -s conftest. configure:2910: $? = 1 configure: failed program was: #line 2843 "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:2920: result: no configure:2936: checking for sys/types.h configure:2948: cc -c -fno-common conftest.c >&5 configure:2951: $? = 0 configure:2954: test -s conftest. configure:2957: $? = 1 configure: failed program was: #line 2942 "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:2967: result: no configure:2936: checking for sys/stat.h configure:2967: result: yes configure:2936: checking for stdlib.h configure:2948: cc -c -fno-common conftest.c >&5 configure:2951: $? = 0 configure:2954: test -s conftest. configure:2957: $? = 1 configure: failed program was: #line 2942 "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:2967: result: no configure:2936: checking for string.h configure:2948: cc -c -fno-common conftest.c >&5 configure:2951: $? = 0 configure:2954: test -s conftest. configure:2957: $? = 1 configure: failed program was: #line 2942 "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:2967: result: no configure:2936: checking for memory.h configure:2948: cc -c -fno-common conftest.c >&5 configure:2951: $? = 0 configure:2954: test -s conftest. configure:2957: $? = 1 configure: failed program was: #line 2942 "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:2967: result: no configure:2936: checking for strings.h configure:2967: result: yes configure:2936: checking for inttypes.h configure:2948: cc -c -fno-common conftest.c >&5 configure:2951: $? = 0 configure:2954: test -s conftest. configure:2957: $? = 1 configure: failed program was: #line 2942 "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:2967: result: no configure:2936: checking for stdint.h configure:2948: cc -c -fno-common conftest.c >&5 configure:2951: $? = 0 configure:2954: test -s conftest. configure:2957: $? = 1 configure: failed program was: #line 2942 "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:2967: result: no configure:2936: checking for unistd.h configure:2967: result: yes configure:2977: checking for size_t configure:2998: cc -c -fno-common conftest.c >&5 configure:3001: $? = 0 configure:3004: test -s conftest. configure:3007: $? = 1 configure: failed program was: #line 2983 "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:3017: result: no configure:3029: checking whether time.h and sys/time.h may both be included configure:3051: cc -c -fno-common conftest.c >&5 configure:3054: $? = 0 configure:3057: test -s conftest. configure:3060: $? = 1 configure: failed program was: #line 3035 "configure" #include "confdefs.h" #include #include #include int main () { if ((struct tm *) 0) return 0; ; return 0; } configure:3070: result: no configure:3083: checking for strtol configure:3120: cc -o conftest -fno-common conftest.c >&5 configure:3123: $? = 0 configure:3126: test -s conftest configure:3129: $? = 0 configure:3139: result: yes configure:3083: checking for strtoul configure:3120: cc -o conftest -fno-common conftest.c >&5 configure:3123: $? = 0 configure:3126: test -s conftest configure:3129: $? = 0 configure:3139: result: yes configure:3083: checking for ualarm configure:3120: cc -o conftest -fno-common conftest.c >&5 configure:3123: $? = 0 configure:3126: test -s conftest configure:3129: $? = 0 configure:3139: result: yes configure:3083: checking for perror configure:3120: cc -o conftest -fno-common conftest.c >&5 configure:3123: $? = 0 configure:3126: test -s conftest configure:3129: $? = 0 configure:3139: result: yes configure:3083: checking for inet_ntop configure:3120: cc -o conftest -fno-common conftest.c >&5 configure:3123: $? = 0 configure:3126: test -s conftest configure:3129: $? = 0 configure:3139: result: yes configure:3152: checking for snprintf configure:3189: cc -o conftest -fno-common conftest.c >&5 configure:3168: warning: conflicting types for built-in function `snprintf' configure:3192: $? = 0 configure:3195: test -s conftest configure:3198: $? = 0 configure:3208: result: yes configure:3225: checking for sqrt in -lm configure:3252: cc -o conftest -fno-common conftest.c -lm >&5 configure:3241: warning: conflicting types for built-in function `sqrt' configure:3255: $? = 0 configure:3258: test -s conftest configure:3261: $? = 0 configure:3272: result: yes configure:3278: checking for socket in -lc configure:3305: cc -o conftest -fno-common conftest.c -lc >&5 configure:3308: $? = 0 configure:3311: test -s conftest configure:3314: $? = 0 configure:3325: result: yes configure:3388: checking for gethostbyaddr in -lc configure:3415: cc -o conftest -fno-common conftest.c -lc >&5 configure:3418: $? = 0 configure:3421: test -s conftest configure:3424: $? = 0 configure:3435: result: yes configure:3498: checking for getprotobynumber in -lc configure:3525: cc -o conftest -fno-common conftest.c -lc >&5 configure:3528: $? = 0 configure:3531: test -s conftest configure:3534: $? = 0 configure:3545: result: yes configure:3611: checking for net/bpf.h configure:3621: cc -E conftest.c configure:3627: $? = 0 configure:3646: result: yes configure:3659: checking for pcap.h configure:3669: cc -E conftest.c configure:3675: $? = 0 configure:3694: result: yes configure:3718: checking for pcap_major_version in -lpcap configure:3745: cc -o conftest -fno-common conftest.c -lpcap >&5 configure:3748: $? = 0 configure:3751: test -s conftest configure:3754: $? = 0 configure:3765: result: yes configure:3787: checking for dbopen in -lc configure:3814: cc -o conftest -fno-common conftest.c -lc -lpcap >&5 configure:3817: $? = 0 configure:3820: test -s conftest configure:3823: $? = 0 configure:3834: result: yes configure:4008: creating ./config.status ## ----------------------- ## ## Running config.status. ## ## ----------------------- ## This file was extended by config.status 2.52, executed with CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = > ./config.status on darwintel config.status:4485: creating Makefile config.status:4485: creating doc/Makefile config.status:4485: creating lib/Makefile config.status:4485: creating src/Makefile config.status:4577: creating include/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_func_inet_ntop=yes ac_cv_func_perror=yes ac_cv_func_snprintf=yes ac_cv_func_strtol=yes ac_cv_func_strtoul=yes ac_cv_func_ualarm=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_net_bpf_h=yes ac_cv_header_net_ethernet_h=yes ac_cv_header_net_if_h=yes ac_cv_header_net_ppp_defs_h=no ac_cv_header_netinet_if_ether_h=yes ac_cv_header_netinet_ip6_h=yes 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=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_sys_wait_h=no ac_cv_header_time=no ac_cv_header_unistd_h=yes ac_cv_lib_c_dbopen=yes ac_cv_lib_c_gethostbyaddr=yes ac_cv_lib_c_getprotobynumber=yes ac_cv_lib_c_socket=yes ac_cv_lib_m_sqrt=yes ac_cv_lib_pcap_pcap_major_version=yes ac_cv_objext= ac_cv_prog_AWK=mawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_make_make_set=yes ac_cv_type_size_t=no am_cv_CC_dependencies_compiler_type=none lt_cv_sys_max_cmd_len= ## ------------ ## ## confdefs.h. ## ## ------------ ## #define PACKAGE "tcpstat" #define VERSION "1.5" #define STDC_HEADERS 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STRINGS_H 1 #define HAVE_FCNTL_H 1 #define HAVE_NETINET_IP6_H 1 #define HAVE_NET_IF_H 1 #define HAVE_NET_ETHERNET_H 1 #define HAVE_NETINET_IF_ETHER_H 1 #define const #define HAVE_SYS_STAT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define size_t unsigned #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 #define HAVE_UALARM 1 #define HAVE_PERROR 1 #define HAVE_INET_NTOP 1 #define HAVE_SNPRINTF 1 #define HAVE_NET_BPF_H 1 #define HAVE_PCAP_H 1 configure: exit 0