This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by cave configure 1.0b, which was generated by GNU Autoconf 2.54. Invocation command line was $ ./configure --program-prefix= --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: 135 tasks, 192 threads, 4 processors Load average: 1.27, Mach factor: 2.72 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown 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: /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 PATH: /usr/X11R6/bin ## ----------- ## ## 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:1780: checking for i386-unknown-gnu-gcc configure:1806: result: cc configure:2086: checking for C compiler version configure:2089: 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:2092: $? = 0 configure:2094: 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:2097: $? = 0 configure:2099: cc -V &5 cc: `-V' option must have argument configure:2102: $? = 1 configure:2122: checking for C compiler default output configure:2125: cc -fno-common conftest.c >&5 configure:2128: $? = 0 configure:2162: result: a.out configure:2167: checking whether the C compiler works configure:2173: ./a.out configure:2176: $? = 0 configure:2191: result: yes configure:2198: checking whether we are cross compiling configure:2200: result: no configure:2203: checking for suffix of executables configure:2205: cc -o conftest -fno-common conftest.c >&5 configure:2208: $? = 0 configure:2231: result: configure:2237: checking for suffix of object files configure:2255: cc -c -fno-common conftest.c >&5 configure:2258: $? = 0 configure:2277: result: configure:2281: checking whether we are using the GNU C compiler configure:2302: cc -c -fno-common conftest.c >&5 configure:2305: $? = 0 configure:2308: test -s conftest. configure:2311: $? = 1 configure: failed program was: #line 2286 "configure" #include "confdefs.h" int main () { #ifndef __GNUC__ choke me #endif ; return 0; } configure:2323: result: no configure:2329: checking whether cc accepts -g configure:2347: cc -c -g conftest.c >&5 configure:2350: $? = 0 configure:2353: test -s conftest. configure:2356: $? = 1 configure: failed program was: #line 2334 "configure" #include "confdefs.h" int main () { ; return 0; } configure:2366: result: no configure:2383: checking for cc option to accept ANSI C configure:2440: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:2393: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure:2443: $? = 1 configure: failed program was: #line 2390 "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:2440: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:2393: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure:2443: $? = 1 configure: failed program was: #line 2390 "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:2440: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2443: $? = 1 configure: failed program was: #line 2390 "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:2440: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:2393: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure:2443: $? = 1 configure: failed program was: #line 2390 "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:2440: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:2393: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure:2443: $? = 1 configure: failed program was: #line 2390 "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:2440: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:2393: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure:2443: $? = 1 configure: failed program was: #line 2390 "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:2466: result: none needed configure:2484: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2487: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2604: checking for style of include used by make configure:2632: result: GNU configure:2660: checking dependency style of cc configure:2722: result: gcc3 configure:2751: checking for a BSD-compatible install configure:2805: result: /usr/bin/install -c -o root -g wheel configure:2819: checking for gzopen in -lz configure:2846: cc -o conftest -fno-common conftest.c -lz >&5 configure:2849: $? = 0 configure:2852: test -s conftest configure:2855: $? = 0 configure:2866: result: yes configure:2878: checking for initscr in -lcurses configure:2905: cc -o conftest -fno-common conftest.c -lcurses -lz >&5 configure:2908: $? = 0 configure:2911: test -s conftest configure:2914: $? = 0 configure:2925: result: yes configure:2937: checking for new_panel in -lpanel configure:2964: cc -o conftest -fno-common conftest.c -lpanel -lcurses -lz >&5 configure:2967: $? = 0 configure:2970: test -s conftest configure:2973: $? = 0 configure:2984: result: yes configure:3001: checking how to run the C preprocessor configure:3027: cc -E conftest.c configure:3033: $? = 0 configure:3060: cc -E conftest.c configure:3056:28: ac_nonexistent.h: No such file or directory configure:3066: $? = 1 configure: failed program was: #line 3055 "configure" #include "confdefs.h" #include configure:3103: result: cc -E configure:3118: cc -E conftest.c configure:3124: $? = 0 configure:3151: cc -E conftest.c configure:3147:28: ac_nonexistent.h: No such file or directory configure:3157: $? = 1 configure: failed program was: #line 3146 "configure" #include "confdefs.h" #include configure:3197: checking for egrep configure:3207: result: grep -E configure:3212: checking for ANSI C header files configure:3226: cc -E conftest.c configure:3232: $? = 0 configure:3317: cc -o conftest -fno-common conftest.c -lpanel -lcurses -lz >&5 configure:3320: $? = 0 configure:3322: ./conftest configure:3325: $? = 0 configure:3339: result: yes configure:3363: checking for sys/types.h configure:3376: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3377: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3379: $? = 1 configure: failed program was: #line 3368 "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:3395: result: no configure:3363: checking for sys/stat.h configure:3376: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3377: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3379: $? = 1 configure: failed program was: #line 3368 "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:3395: result: no configure:3363: checking for stdlib.h configure:3376: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3377: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3379: $? = 1 configure: failed program was: #line 3368 "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:3395: result: no configure:3363: checking for string.h configure:3376: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3377: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3379: $? = 1 configure: failed program was: #line 3368 "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:3395: result: no configure:3363: checking for memory.h configure:3376: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3377: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3379: $? = 1 configure: failed program was: #line 3368 "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:3395: result: no configure:3363: checking for strings.h configure:3376: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3377: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3379: $? = 1 configure: failed program was: #line 3368 "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:3395: result: no configure:3363: checking for inttypes.h configure:3376: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3377: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3379: $? = 1 configure: failed program was: #line 3368 "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:3395: result: no configure:3363: checking for stdint.h configure:3376: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3377: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3379: $? = 1 configure: failed program was: #line 3368 "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:3395: result: no configure:3363: checking for unistd.h configure:3376: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3377: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3379: $? = 1 configure: failed program was: #line 3368 "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:3395: result: no configure:3426: checking zlib.h usability configure:3435: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3437: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3438: $? = 1 configure: failed program was: #line 3428 "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:3453: result: no configure:3457: checking zlib.h presence configure:3464: cc -E conftest.c configure:3470: $? = 0 configure:3488: result: yes configure:3499: WARNING: zlib.h: present but cannot be compiled configure:3501: WARNING: zlib.h: check for missing prerequisite headers? configure:3503: WARNING: zlib.h: proceeding with the preprocessor's result configure:3506: checking for zlib.h configure:3513: result: yes configure:3426: checking limits.h usability configure:3435: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3437: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3438: $? = 1 configure: failed program was: #line 3428 "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:3453: result: no configure:3457: checking limits.h presence configure:3464: cc -E conftest.c configure:3470: $? = 0 configure:3488: result: yes configure:3499: WARNING: limits.h: present but cannot be compiled configure:3501: WARNING: limits.h: check for missing prerequisite headers? configure:3503: WARNING: limits.h: proceeding with the preprocessor's result configure:3506: checking for limits.h configure:3513: result: yes configure:3426: checking sys/time.h usability configure:3435: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3437: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3438: $? = 1 configure: failed program was: #line 3428 "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:3453: result: no configure:3457: checking sys/time.h presence configure:3464: cc -E conftest.c configure:3470: $? = 0 configure:3488: result: yes configure:3499: WARNING: sys/time.h: present but cannot be compiled configure:3501: WARNING: sys/time.h: check for missing prerequisite headers? configure:3503: WARNING: sys/time.h: proceeding with the preprocessor's result configure:3506: checking for sys/time.h configure:3513: result: yes configure:3417: checking for unistd.h configure:3422: result: no configure:3417: checking for stdlib.h configure:3422: result: no configure:3417: checking for string.h configure:3422: result: no configure:3543: checking curses.h usability configure:3552: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3554: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3555: $? = 1 configure: failed program was: #line 3545 "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:3570: result: no configure:3574: checking curses.h presence configure:3581: cc -E conftest.c configure:3587: $? = 0 configure:3605: result: yes configure:3616: WARNING: curses.h: present but cannot be compiled configure:3618: WARNING: curses.h: check for missing prerequisite headers? configure:3620: WARNING: curses.h: proceeding with the preprocessor's result configure:3623: checking for curses.h configure:3630: result: yes configure:3543: checking panel.h usability configure:3552: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3554: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3555: $? = 1 configure: failed program was: #line 3545 "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:3570: result: no configure:3574: checking panel.h presence configure:3581: cc -E conftest.c configure:3587: $? = 0 configure:3605: result: yes configure:3616: WARNING: panel.h: present but cannot be compiled configure:3618: WARNING: panel.h: check for missing prerequisite headers? configure:3620: WARNING: panel.h: proceeding with the preprocessor's result configure:3623: checking for panel.h configure:3630: result: yes configure:3543: checking getopt.h usability configure:3552: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3554: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3555: $? = 1 configure: failed program was: #line 3545 "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:3570: result: no configure:3574: checking getopt.h presence configure:3581: cc -E conftest.c configure:3587: $? = 0 configure:3605: result: yes configure:3616: WARNING: getopt.h: present but cannot be compiled configure:3618: WARNING: getopt.h: check for missing prerequisite headers? configure:3620: WARNING: getopt.h: proceeding with the preprocessor's result configure:3623: checking for getopt.h configure:3630: result: yes configure:3543: checking regex.h usability configure:3552: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3554: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3555: $? = 1 configure: failed program was: #line 3545 "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:3570: result: no configure:3574: checking regex.h presence configure:3581: cc -E conftest.c configure:3587: $? = 0 configure:3605: result: yes configure:3616: WARNING: regex.h: present but cannot be compiled configure:3618: WARNING: regex.h: check for missing prerequisite headers? configure:3620: WARNING: regex.h: proceeding with the preprocessor's result configure:3623: checking for regex.h configure:3630: result: yes configure:3644: checking for an ANSI C-conforming const configure:3708: cc -c -fno-common conftest.c >&5 configure:3711: $? = 0 configure:3714: test -s conftest. configure:3717: $? = 1 configure: failed program was: #line 3649 "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:3727: result: no configure:3737: checking for size_t configure:3758: cc -c -fno-common conftest.c >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3751: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3761: $? = 1 configure: failed program was: #line 3742 "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:3777: result: no configure:3789: checking whether time.h and sys/time.h may both be included configure:3811: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:3795: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure:3814: $? = 1 configure: failed program was: #line 3794 "configure" #include "confdefs.h" #include #include #include int main () { if ((struct tm *) 0) return 0; ; return 0; } configure:3830: result: no configure:3846: checking for stdlib.h configure:3851: result: no configure:3955: checking for working malloc configure:3981: cc -o conftest -fno-common conftest.c -lpanel -lcurses -lz >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:3965: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure:3984: $? = 1 configure: program exited with status 1 configure: failed program was: #line 3963 "configure" #include "confdefs.h" #if STDC_HEADERS || HAVE_STDLIB_H # include #else char *malloc (); #endif int main () { exit (malloc (0) ? 0 : 1); ; return 0; } configure:4002: result: no configure:4025: checking return type of signal handlers configure:4053: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from configure:4031: /usr/local/include/stdint.h:162: error: conflicting types for `int8_t' /usr/include/i386/types.h:72: error: previous declaration of `int8_t' /usr/local/include/stdint.h:272: error: conflicting types for `uintptr_t' /usr/include/i386/types.h:99: error: previous declaration of `uintptr_t' configure:4056: $? = 1 configure: failed program was: #line 4030 "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:4072: result: int configure:4080: checking whether lstat dereferences a symlink specified with a trailing slash configure:4108: cc -o conftest -fno-common conftest.c -lpanel -lcurses -lz >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:4100: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure: In function `main': configure:4129: error: storage size of `sbuf' isn't known configure:4111: $? = 1 configure: program exited with status 1 configure: failed program was: #line 4091 "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:4136: result: no configure:4150: checking whether stat accepts an empty string configure:4172: cc -o conftest -fno-common conftest.c -lpanel -lcurses -lz >&5 In file included from /usr/include/machine/types.h:32, from /usr/include/stdlib.h:248, from configure:4167: /usr/include/i386/types.h:72: error: conflicting types for `int8_t' /usr/local/include/stdint.h:162: error: previous declaration of `int8_t' /usr/include/i386/types.h:99: error: conflicting types for `uintptr_t' /usr/local/include/stdint.h:272: error: previous declaration of `uintptr_t' configure: In function `main': configure:4196: error: storage size of `sbuf' isn't known configure:4175: $? = 1 configure: program exited with status 1 configure: failed program was: #line 4158 "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:4193: result: no configure:4214: checking for bzero configure:4251: cc -o conftest -fno-common conftest.c -lpanel -lcurses -lz >&5 configure:4229: warning: conflicting types for built-in function `bzero' configure:4254: $? = 0 configure:4257: test -s conftest configure:4260: $? = 0 configure:4270: result: yes configure:4214: checking for regcomp configure:4251: cc -o conftest -fno-common conftest.c -lpanel -lcurses -lz >&5 configure:4254: $? = 0 configure:4257: test -s conftest configure:4260: $? = 0 configure:4270: result: yes configure:4214: checking for select configure:4251: cc -o conftest -fno-common conftest.c -lpanel -lcurses -lz >&5 configure:4254: $? = 0 configure:4257: test -s conftest configure:4260: $? = 0 configure:4270: result: yes configure:4214: checking for strdup configure:4251: cc -o conftest -fno-common conftest.c -lpanel -lcurses -lz >&5 configure:4254: $? = 0 configure:4257: test -s conftest configure:4260: $? = 0 configure:4270: result: yes configure:4214: checking for strerror configure:4251: cc -o conftest -fno-common conftest.c -lpanel -lcurses -lz >&5 configure:4254: $? = 0 configure:4257: test -s conftest configure:4260: $? = 0 configure:4270: result: yes configure:4214: checking for strrchr configure:4251: cc -o conftest -fno-common conftest.c -lpanel -lcurses -lz >&5 configure:4229: warning: conflicting types for built-in function `strrchr' configure:4254: $? = 0 configure:4257: test -s conftest configure:4260: $? = 0 configure:4270: result: yes configure:4214: checking for vasprintf configure:4251: cc -o conftest -fno-common conftest.c -lpanel -lcurses -lz >&5 configure:4254: $? = 0 configure:4257: test -s conftest configure:4260: $? = 0 configure:4270: result: yes configure:4307: checking if malloc debugging is wanted configure:4328: result: no configure:4444: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by cave config.status 1.0b, 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:1000: 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_bzero=yes ac_cv_func_lstat_dereferences_slashed_symlink=no ac_cv_func_malloc_works=no ac_cv_func_regcomp=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_strrchr=yes ac_cv_func_vasprintf=yes ac_cv_header_curses_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes ac_cv_header_memory_h=no ac_cv_header_panel_h=yes ac_cv_header_regex_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_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_header_zlib_h=yes ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_curses_initscr=yes ac_cv_lib_panel_new_panel=yes ac_cv_lib_z_gzopen=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_target=i386-unknown-gnu ac_cv_target_alias=i386-unknown-gnu 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/misc/cave/work/cave-1.0b/build/missing --run aclocal-1.7' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/misc/cave/work/cave-1.0b/build/missing --run tar' AUTOCONF='${SHELL} /mnt/gmirror/ports/misc/cave/work/cave-1.0b/build/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/misc/cave/work/cave-1.0b/build/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/misc/cave/work/cave-1.0b/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=' malloc.$U. lstat.$U.' LIBS='-lpanel -lcurses -lz ' LTLIBOBJS=' malloc.$U.lo lstat.$U.lo' MAKEINFO='${SHELL} /mnt/gmirror/ports/misc/cave/work/cave-1.0b/build/missing --run makeinfo' OBJEXT='' PACKAGE='cave' PACKAGE_BUGREPORT='Ben Kibbey ' PACKAGE_NAME='cave' PACKAGE_STRING='cave 1.0b' PACKAGE_TARNAME='cave' PACKAGE_VERSION='1.0b' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='1.0b' 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/misc/cave/work/cave-1.0b/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,^,,' 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 DEF_CUE 7 #define DEF_FPS 15 #define DEF_REGEX "^[0-9]+[[:space:]]*$" #define DEF_TIMEOUT 30 #define HAVE_BZERO 1 #define HAVE_CURSES_H 1 #define HAVE_GETOPT_H 1 #define HAVE_LIBCURSES 1 #define HAVE_LIBPANEL 1 #define HAVE_LIBZ 1 #define HAVE_LIMITS_H 1 #define HAVE_MALLOC 0 #define HAVE_PANEL_H 1 #define HAVE_REGCOMP 1 #define HAVE_REGEX_H 1 #define HAVE_SELECT 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRRCHR 1 #define HAVE_SYS_TIME_H 1 #define HAVE_VASPRINTF 1 #define HAVE_ZLIB_H 1 #define MAXFPS 60 #define PACKAGE "cave" #define PACKAGE_BUGREPORT "Ben Kibbey " #define PACKAGE_NAME "cave" #define PACKAGE_STRING "cave 1.0b" #define PACKAGE_TARNAME "cave" #define PACKAGE_VERSION "1.0b" #define RETSIGTYPE int #define STDC_HEADERS 1 #define VERSION "1.0b" #define const #define malloc rpl_malloc #define size_t unsigned configure: exit 0