This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by bubblegum configure 1.12, which was generated by GNU Autoconf 2.54. 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: 133 tasks, 190 threads, 4 processors Load average: 0.65, Mach factor: 3.34 /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:1289: checking build system type configure:1307: result: i386-unknown-gnu configure:1315: checking host system type configure:1329: result: i386-unknown-gnu configure:1337: checking target system type configure:1351: result: i386-unknown-gnu configure:1378: checking for a BSD-compatible install configure:1432: result: /usr/bin/install -c -o root -g wheel configure:1443: checking whether build environment is sane configure:1486: result: yes configure:1519: checking for gawk configure:1535: found /usr/local/bin/gawk configure:1545: result: gawk configure:1555: checking whether make sets ${MAKE} configure:1575: result: yes configure:1730: checking whether make sets ${MAKE} configure:1750: result: yes configure:1772: checking for i386-unknown-gnu-gcc configure:1798: result: cc configure:2078: checking for C compiler version configure:2081: 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:2084: $? = 0 configure:2086: 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:2089: $? = 0 configure:2091: cc -V &5 cc: `-V' option must have argument configure:2094: $? = 1 configure:2114: checking for C compiler default output configure:2117: cc -fno-common conftest.c >&5 configure:2120: $? = 0 configure:2154: result: a.out configure:2159: checking whether the C compiler works configure:2165: ./a.out configure:2168: $? = 0 configure:2183: result: yes configure:2190: checking whether we are cross compiling configure:2192: result: no configure:2195: checking for suffix of executables configure:2197: cc -o conftest -fno-common conftest.c >&5 configure:2200: $? = 0 configure:2223: result: configure:2229: checking for suffix of object files configure:2247: cc -c -fno-common conftest.c >&5 configure:2250: $? = 0 configure:2269: result: configure:2273: checking whether we are using the GNU C compiler configure:2294: cc -c -fno-common conftest.c >&5 configure:2297: $? = 0 configure:2300: test -s conftest. configure:2303: $? = 1 configure: failed program was: #line 2278 "configure" #include "confdefs.h" int main () { #ifndef __GNUC__ choke me #endif ; return 0; } configure:2315: result: no configure:2321: checking whether cc accepts -g configure:2339: cc -c -g conftest.c >&5 configure:2342: $? = 0 configure:2345: test -s conftest. configure:2348: $? = 1 configure: failed program was: #line 2326 "configure" #include "confdefs.h" int main () { ; return 0; } configure:2358: result: no configure:2375: checking for cc option to accept ANSI C configure:2432: cc -c -fno-common conftest.c >&5 configure:2435: $? = 0 configure:2438: test -s conftest. configure:2441: $? = 1 configure: failed program was: #line 2382 "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:2432: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2435: $? = 0 configure:2438: test -s conftest. configure:2441: $? = 1 configure: failed program was: #line 2382 "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:2432: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2435: $? = 1 configure: failed program was: #line 2382 "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:2432: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2435: $? = 1 configure: failed program was: #line 2382 "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:2432: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2435: $? = 1 configure: failed program was: #line 2382 "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:2432: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2435: $? = 0 configure:2438: test -s conftest. configure:2441: $? = 1 configure: failed program was: #line 2382 "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:2458: result: none needed configure:2476: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2479: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2596: checking for style of include used by make configure:2624: result: GNU configure:2652: checking dependency style of cc configure:2714: result: gcc3 configure:2735: checking for MD5File in -lmd configure:2762: cc -o conftest -fno-common conftest.c -lmd >&5 configure:2765: $? = 0 configure:2768: test -s conftest configure:2771: $? = 0 configure:2782: result: yes configure:2800: checking how to run the C preprocessor configure:2826: cc -E conftest.c configure:2832: $? = 0 configure:2859: cc -E conftest.c configure:2855:28: ac_nonexistent.h: No such file or directory configure:2865: $? = 1 configure: failed program was: #line 2854 "configure" #include "confdefs.h" #include configure:2902: result: cc -E configure:2917: cc -E conftest.c configure:2923: $? = 0 configure:2950: cc -E conftest.c configure:2946:28: ac_nonexistent.h: No such file or directory configure:2956: $? = 1 configure: failed program was: #line 2945 "configure" #include "confdefs.h" #include configure:2996: checking for egrep configure:3006: result: grep -E configure:3011: checking for ANSI C header files configure:3025: cc -E conftest.c configure:3031: $? = 0 configure:3116: cc -o conftest -fno-common conftest.c -lmd >&5 configure:3119: $? = 0 configure:3121: ./conftest configure:3124: $? = 0 configure:3138: result: yes configure:3148: checking for sys/wait.h that is POSIX.1 compatible configure:3176: cc -c -fno-common conftest.c >&5 configure:3179: $? = 0 configure:3182: test -s conftest. configure:3185: $? = 1 configure: failed program was: #line 3153 "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:3195: result: no configure:3213: checking for dirent.h that defines DIR configure:3234: cc -c -fno-common conftest.c >&5 configure:3237: $? = 0 configure:3240: test -s conftest. configure:3243: $? = 1 configure: failed program was: #line 3218 "configure" #include "confdefs.h" #include #include int main () { if ((DIR *) 0) return 0; ; return 0; } configure:3253: result: no configure:3213: checking for sys/ndir.h that defines DIR configure:3234: cc -c -fno-common conftest.c >&5 configure:3220:22: sys/ndir.h: No such file or directory configure: In function `main': configure:3225: error: `DIR' undeclared (first use in this function) configure:3225: error: (Each undeclared identifier is reported only once configure:3225: error: for each function it appears in.) configure:3225: error: parse error before ')' token configure:3237: $? = 1 configure: failed program was: #line 3218 "configure" #include "confdefs.h" #include #include int main () { if ((DIR *) 0) return 0; ; return 0; } configure:3253: result: no configure:3213: checking for sys/dir.h that defines DIR configure:3234: cc -c -fno-common conftest.c >&5 configure:3237: $? = 0 configure:3240: test -s conftest. configure:3243: $? = 1 configure: failed program was: #line 3218 "configure" #include "confdefs.h" #include #include int main () { if ((DIR *) 0) return 0; ; return 0; } configure:3253: result: no configure:3213: checking for ndir.h that defines DIR configure:3234: cc -c -fno-common conftest.c >&5 configure:3220:18: ndir.h: No such file or directory configure: In function `main': configure:3225: error: `DIR' undeclared (first use in this function) configure:3225: error: (Each undeclared identifier is reported only once configure:3225: error: for each function it appears in.) configure:3225: error: parse error before ')' token configure:3237: $? = 1 configure: failed program was: #line 3218 "configure" #include "confdefs.h" #include #include int main () { if ((DIR *) 0) return 0; ; return 0; } configure:3253: result: no configure:3363: checking for library containing opendir configure:3390: cc -o conftest -fno-common conftest.c -lmd >&5 configure:3393: $? = 0 configure:3396: test -s conftest configure:3399: $? = 0 configure:3452: result: none required configure:3461: checking whether stat file-mode macros are broken configure:3506: result: no configure:3530: checking for sys/types.h configure:3543: cc -c -fno-common conftest.c >&5 configure:3546: $? = 0 configure:3549: test -s conftest. configure:3552: $? = 1 configure: failed program was: #line 3535 "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:3562: result: no configure:3530: checking for sys/stat.h configure:3543: cc -c -fno-common conftest.c >&5 configure:3546: $? = 0 configure:3549: test -s conftest. configure:3552: $? = 1 configure: failed program was: #line 3535 "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:3562: result: no configure:3530: checking for stdlib.h configure:3543: cc -c -fno-common conftest.c >&5 configure:3546: $? = 0 configure:3549: test -s conftest. configure:3552: $? = 1 configure: failed program was: #line 3535 "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:3562: result: no configure:3530: checking for string.h configure:3543: cc -c -fno-common conftest.c >&5 configure:3546: $? = 0 configure:3549: test -s conftest. configure:3552: $? = 1 configure: failed program was: #line 3535 "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:3562: result: no configure:3530: checking for memory.h configure:3543: cc -c -fno-common conftest.c >&5 configure:3546: $? = 0 configure:3549: test -s conftest. configure:3552: $? = 1 configure: failed program was: #line 3535 "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:3562: result: no configure:3530: checking for strings.h configure:3543: cc -c -fno-common conftest.c >&5 configure:3546: $? = 0 configure:3549: test -s conftest. configure:3552: $? = 1 configure: failed program was: #line 3535 "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:3562: result: no configure:3530: checking for inttypes.h configure:3543: cc -c -fno-common conftest.c >&5 configure:3546: $? = 0 configure:3549: test -s conftest. configure:3552: $? = 1 configure: failed program was: #line 3535 "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:3562: result: no configure:3530: checking for stdint.h configure:3543: cc -c -fno-common conftest.c >&5 configure:3546: $? = 0 configure:3549: test -s conftest. configure:3552: $? = 1 configure: failed program was: #line 3535 "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:3562: result: no configure:3530: checking for unistd.h configure:3543: cc -c -fno-common conftest.c >&5 configure:3546: $? = 0 configure:3549: test -s conftest. configure:3552: $? = 1 configure: failed program was: #line 3535 "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:3562: result: no configure:3593: checking limits.h usability configure:3602: cc -c -fno-common conftest.c >&5 configure:3605: $? = 0 configure:3608: test -s conftest. configure:3611: $? = 1 configure: failed program was: #line 3595 "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:3620: result: no configure:3624: checking limits.h presence configure:3631: cc -E conftest.c configure:3637: $? = 0 configure:3655: result: yes configure:3666: WARNING: limits.h: present but cannot be compiled configure:3668: WARNING: limits.h: check for missing prerequisite headers? configure:3670: WARNING: limits.h: proceeding with the preprocessor's result configure:3673: checking for limits.h configure:3680: result: yes configure:3584: checking for stdlib.h configure:3589: result: no configure:3584: checking for string.h configure:3589: result: no configure:3593: checking sys/time.h usability configure:3602: cc -c -fno-common conftest.c >&5 configure:3605: $? = 0 configure:3608: test -s conftest. configure:3611: $? = 1 configure: failed program was: #line 3595 "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:3620: result: no configure:3624: checking sys/time.h presence configure:3631: cc -E conftest.c configure:3637: $? = 0 configure:3655: result: yes configure:3666: WARNING: sys/time.h: present but cannot be compiled configure:3668: WARNING: sys/time.h: check for missing prerequisite headers? configure:3670: WARNING: sys/time.h: proceeding with the preprocessor's result configure:3673: checking for sys/time.h configure:3680: result: yes configure:3593: checking syslog.h usability configure:3602: cc -c -fno-common conftest.c >&5 configure:3605: $? = 0 configure:3608: test -s conftest. configure:3611: $? = 1 configure: failed program was: #line 3595 "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:3620: result: no configure:3624: checking syslog.h presence configure:3631: cc -E conftest.c configure:3637: $? = 0 configure:3655: result: yes configure:3666: WARNING: syslog.h: present but cannot be compiled configure:3668: WARNING: syslog.h: check for missing prerequisite headers? configure:3670: WARNING: syslog.h: proceeding with the preprocessor's result configure:3673: checking for syslog.h configure:3680: result: yes configure:3584: checking for unistd.h configure:3589: result: no configure:3710: checking libgen.h usability configure:3719: cc -c -fno-common conftest.c >&5 configure:3722: $? = 0 configure:3725: test -s conftest. configure:3728: $? = 1 configure: failed program was: #line 3712 "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:3737: result: no configure:3741: checking libgen.h presence configure:3748: cc -E conftest.c configure:3754: $? = 0 configure:3772: result: yes configure:3783: WARNING: libgen.h: present but cannot be compiled configure:3785: WARNING: libgen.h: check for missing prerequisite headers? configure:3787: WARNING: libgen.h: proceeding with the preprocessor's result configure:3790: checking for libgen.h configure:3797: result: yes configure:3710: checking getopt.h usability configure:3719: cc -c -fno-common conftest.c >&5 configure:3722: $? = 0 configure:3725: test -s conftest. configure:3728: $? = 1 configure: failed program was: #line 3712 "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:3737: result: no configure:3741: checking getopt.h presence configure:3748: cc -E conftest.c configure:3754: $? = 0 configure:3772: result: yes configure:3783: WARNING: getopt.h: present but cannot be compiled configure:3785: WARNING: getopt.h: check for missing prerequisite headers? configure:3787: WARNING: getopt.h: proceeding with the preprocessor's result configure:3790: checking for getopt.h configure:3797: result: yes configure:3710: checking md5.h usability configure:3719: cc -c -fno-common conftest.c >&5 configure:3722: $? = 0 configure:3725: test -s conftest. configure:3728: $? = 1 configure: failed program was: #line 3712 "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:3737: result: no configure:3741: checking md5.h presence configure:3748: cc -E conftest.c configure:3754: $? = 0 configure:3772: result: yes configure:3783: WARNING: md5.h: present but cannot be compiled configure:3785: WARNING: md5.h: check for missing prerequisite headers? configure:3787: WARNING: md5.h: proceeding with the preprocessor's result configure:3790: checking for md5.h configure:3797: result: yes configure:3710: checking err.h usability configure:3719: cc -c -fno-common conftest.c >&5 configure:3722: $? = 0 configure:3725: test -s conftest. configure:3728: $? = 1 configure: failed program was: #line 3712 "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:3737: result: no configure:3741: checking err.h presence configure:3748: cc -E conftest.c configure:3754: $? = 0 configure:3772: result: yes configure:3783: WARNING: err.h: present but cannot be compiled configure:3785: WARNING: err.h: check for missing prerequisite headers? configure:3787: WARNING: err.h: proceeding with the preprocessor's result configure:3790: checking for err.h configure:3797: result: yes configure:3812: checking for an ANSI C-conforming const configure:3876: cc -c -fno-common conftest.c >&5 configure:3879: $? = 0 configure:3882: test -s conftest. configure:3885: $? = 1 configure: failed program was: #line 3817 "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:3895: result: no configure:3905: checking for pid_t configure:3926: cc -c -fno-common conftest.c >&5 configure:3929: $? = 0 configure:3932: test -s conftest. configure:3935: $? = 1 configure: failed program was: #line 3910 "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 ((pid_t *) 0) return 0; if (sizeof (pid_t)) return 0; ; return 0; } configure:3945: result: no configure:3957: checking for size_t configure:3978: cc -c -fno-common conftest.c >&5 configure:3981: $? = 0 configure:3984: test -s conftest. configure:3987: $? = 1 configure: failed program was: #line 3962 "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:3997: result: no configure:4009: checking whether time.h and sys/time.h may both be included configure:4031: cc -c -fno-common conftest.c >&5 configure:4034: $? = 0 configure:4037: test -s conftest. configure:4040: $? = 1 configure: failed program was: #line 4014 "configure" #include "confdefs.h" #include #include #include int main () { if ((struct tm *) 0) return 0; ; return 0; } configure:4050: result: no configure:4060: checking whether struct tm is in sys/time.h or time.h configure:4080: cc -c -fno-common conftest.c >&5 configure:4083: $? = 0 configure:4086: test -s conftest. configure:4089: $? = 1 configure: failed program was: #line 4065 "configure" #include "confdefs.h" #include #include int main () { struct tm *tp; tp->tm_sec; ; return 0; } configure:4099: result: sys/time.h configure:4117: checking for unistd.h configure:4122: result: no configure:4126: checking vfork.h usability configure:4135: cc -c -fno-common conftest.c >&5 configure:4163:19: vfork.h: No such file or directory configure:4138: $? = 1 configure: failed program was: #line 4128 "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:4153: result: no configure:4157: checking vfork.h presence configure:4164: cc -E conftest.c configure:4160:19: vfork.h: No such file or directory configure:4170: $? = 1 configure: failed program was: #line 4159 "configure" #include "confdefs.h" #include configure:4188: result: no configure:4206: checking for vfork.h configure:4213: result: no configure:4231: checking for fork configure:4268: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4271: $? = 0 configure:4274: test -s conftest configure:4277: $? = 0 configure:4287: result: yes configure:4231: checking for vfork configure:4268: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4271: $? = 0 configure:4274: test -s conftest configure:4277: $? = 0 configure:4287: result: yes configure:4298: checking for working fork configure:4321: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4324: $? = 0 configure:4326: ./conftest configure:4329: $? = 0 configure:4342: result: yes configure:4363: checking for working vfork configure:4490: result: yes configure:4526: checking for stdlib.h configure:4531: result: no configure:4635: checking for working malloc configure:4661: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4664: $? = 0 configure:4666: ./conftest configure:4669: $? = 0 configure:4682: result: yes configure:4705: checking return type of signal handlers configure:4733: cc -c -fno-common conftest.c >&5 configure:4736: $? = 0 configure:4739: test -s conftest. configure:4742: $? = 1 configure: failed program was: #line 4710 "configure" #include "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:4752: result: int configure:4760: checking whether lstat dereferences a symlink specified with a trailing slash configure:4788: cc -o conftest -fno-common conftest.c -lmd >&5 configure: In function `main': configure:4809: error: storage size of `sbuf' isn't known configure:4791: $? = 1 configure: program exited with status 1 configure: failed program was: #line 4771 "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 () { struct stat sbuf; /* Linux will dereference the symlink and fail. That is better in the sense that it means we will not have to compile and use the lstat wrapper. */ exit (lstat ("conftest.sym/", &sbuf) ? 0 : 1); ; return 0; } configure:4816: result: no configure:4830: checking whether stat accepts an empty string configure:4852: cc -o conftest -fno-common conftest.c -lmd >&5 configure: In function `main': configure:4876: error: storage size of `sbuf' isn't known configure:4855: $? = 1 configure: program exited with status 1 configure: failed program was: #line 4838 "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 () { struct stat sbuf; exit (stat ("", &sbuf) ? 1 : 0); ; return 0; } configure:4873: result: no configure:4888: checking for strftime configure:4925: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4928: $? = 0 configure:4931: test -s conftest configure:4934: $? = 0 configure:4944: result: yes configure:5017: checking for vprintf configure:5054: cc -o conftest -fno-common conftest.c -lmd >&5 configure:5032: warning: conflicting types for built-in function `vprintf' configure:5057: $? = 0 configure:5060: test -s conftest configure:5063: $? = 0 configure:5073: result: yes configure:5080: checking for _doprnt configure:5117: cc -o conftest -fno-common conftest.c -lmd >&5 ld: Undefined symbols: __doprnt configure:5120: $? = 1 configure: failed program was: #line 5085 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _doprnt (); below. */ #include /* 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 _doprnt (); char (*f) (); int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub__doprnt) || defined (__stub____doprnt) choke me #else f = _doprnt; #endif ; return 0; } configure:5136: result: no configure:5160: checking for getcwd configure:5197: cc -o conftest -fno-common conftest.c -lmd >&5 configure:5200: $? = 0 configure:5203: test -s conftest configure:5206: $? = 0 configure:5216: result: yes configure:5160: checking for memset configure:5197: cc -o conftest -fno-common conftest.c -lmd >&5 configure:5175: warning: conflicting types for built-in function `memset' configure:5200: $? = 0 configure:5203: test -s conftest configure:5206: $? = 0 configure:5216: result: yes configure:5160: checking for select configure:5197: cc -o conftest -fno-common conftest.c -lmd >&5 configure:5200: $? = 0 configure:5203: test -s conftest configure:5206: $? = 0 configure:5216: result: yes configure:5160: checking for strdup configure:5197: cc -o conftest -fno-common conftest.c -lmd >&5 configure:5200: $? = 0 configure:5203: test -s conftest configure:5206: $? = 0 configure:5216: result: yes configure:5160: checking for strerror configure:5197: cc -o conftest -fno-common conftest.c -lmd >&5 configure:5200: $? = 0 configure:5203: test -s conftest configure:5206: $? = 0 configure:5216: result: yes configure:5160: checking for vasprintf configure:5197: cc -o conftest -fno-common conftest.c -lmd >&5 configure:5200: $? = 0 configure:5203: test -s conftest configure:5206: $? = 0 configure:5216: result: yes configure:5160: checking for basename configure:5197: cc -o conftest -fno-common conftest.c -lmd >&5 configure:5200: $? = 0 configure:5203: test -s conftest configure:5206: $? = 0 configure:5216: result: yes configure:5277: checking if malloc debugging is wanted configure:5298: result: no configure:5414: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by bubblegum config.status 1.12, 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:642: creating Makefile config.status:642: creating src/Makefile config.status:642: creating doc/Makefile config.status:746: creating config.h config.status:1034: 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__doprnt=no ac_cv_func_basename=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_getcwd=yes ac_cv_func_lstat_dereferences_slashed_symlink=no ac_cv_func_malloc_works=yes ac_cv_func_memset=yes ac_cv_func_select=yes ac_cv_func_stat_empty_string_bug=no ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_vasprintf=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_vprintf=yes ac_cv_header_dirent_dirent_h=no ac_cv_header_dirent_ndir_h=no ac_cv_header_dirent_sys_dir_h=no ac_cv_header_dirent_sys_ndir_h=no ac_cv_header_err_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=no ac_cv_header_libgen_h=yes ac_cv_header_limits_h=yes ac_cv_header_md5_h=yes ac_cv_header_memory_h=no ac_cv_header_stat_broken=no 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_stat_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_sys_wait_h=no ac_cv_header_syslog_h=yes ac_cv_header_time=no ac_cv_header_unistd_h=no ac_cv_header_vfork_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_md_MD5File=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_opendir='none required' ac_cv_struct_tm=sys/time.h ac_cv_target=i386-unknown-gnu ac_cv_target_alias=i386-unknown-gnu ac_cv_type_pid_t=no ac_cv_type_signal=int 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/security/bubblegum/work/bubblegum-1.12/build/missing --run aclocal-1.7' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/security/bubblegum/work/bubblegum-1.12/build/missing --run tar' AUTOCONF='${SHELL} /mnt/gmirror/ports/security/bubblegum/work/bubblegum-1.12/build/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/security/bubblegum/work/bubblegum-1.12/build/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/security/bubblegum/work/bubblegum-1.12/build/missing --run automake-1.7' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' CYGPATH_W='echo' 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=' lstat.$U.' LIBS='-lmd ' LTLIBOBJS=' lstat.$U.lo' MAKEINFO='${SHELL} /mnt/gmirror/ports/security/bubblegum/work/bubblegum-1.12/build/missing --run makeinfo' OBJEXT='' PACKAGE='bubblegum' PACKAGE_BUGREPORT='bjk@arbornet.org' PACKAGE_NAME='bubblegum' PACKAGE_STRING='bubblegum 1.12' PACKAGE_TARNAME='bubblegum' PACKAGE_VERSION='1.12' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='1.12' ac_ct_CC='' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' 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/security/bubblegum/work/bubblegum-1.12/build/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 CMDRUNS 1 #define HAVE_BASENAME 1 #define HAVE_ERR_H 1 #define HAVE_FORK 1 #define HAVE_GETCWD 1 #define HAVE_GETOPT_H 1 #define HAVE_LIBGEN_H 1 #define HAVE_LIBMD 1 #define HAVE_LIMITS_H 1 #define HAVE_MALLOC 1 #define HAVE_MD5_H 1 #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRFTIME 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_VASPRINTF 1 #define HAVE_VFORK 1 #define HAVE_VPRINTF 1 #define HAVE_WORKING_FORK 1 #define HAVE_WORKING_VFORK 1 #define INTERVAL 1 #define LOGFILE "bubblegum.log" #define LOGLEVEL 2 #define PACKAGE "bubblegum" #define PACKAGE_BUGREPORT "bjk@arbornet.org" #define PACKAGE_NAME "bubblegum" #define PACKAGE_STRING "bubblegum 1.12" #define PACKAGE_TARNAME "bubblegum" #define PACKAGE_VERSION "1.12" #define PIDFILE "bubblegum.pid" #define RETSIGTYPE int #define STDC_HEADERS 1 #define SYSLOG_FACILITY LOG_DAEMON #define SYSLOG_PRIORITY LOG_NOTICE #define TIMEFORMAT "%b %d %H:%M:%S" #define TM_IN_SYS_TIME 1 #define VERSION "1.12" #define const #define pid_t int #define size_t unsigned configure: exit 0