This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by detox configure 1.1.1, which was generated by GNU Autoconf 2.59. 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: 136 tasks, 193 threads, 4 processors Load average: 0.00, Mach factor: 3.99 /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:1320: checking for i386-unknown-gnu-gcc configure:1346: result: cc configure:1628: checking for C compiler version configure:1631: 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:1634: $? = 0 configure:1636: 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:1639: $? = 0 configure:1641: cc -V &5 cc: `-V' option must have argument configure:1644: $? = 1 configure:1667: checking for C compiler default output file name configure:1670: cc -fno-common conftest.c >&5 configure:1673: $? = 0 configure:1719: result: a.out configure:1724: checking whether the C compiler works configure:1730: ./a.out configure:1733: $? = 0 configure:1750: result: yes configure:1757: checking whether we are cross compiling configure:1759: result: no configure:1762: checking for suffix of executables configure:1764: cc -o conftest -fno-common conftest.c >&5 configure:1767: $? = 0 configure:1792: result: configure:1798: checking for suffix of object files configure:1819: cc -c -fno-common conftest.c >&5 configure:1822: $? = 0 configure:1844: result: configure:1848: checking whether we are using the GNU C compiler configure:1872: cc -c -fno-common conftest.c >&5 configure:1878: $? = 0 configure:1882: test -z || test ! -s conftest.err configure:1885: $? = 0 configure:1888: test -s conftest. configure:1891: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1904: result: no configure:1910: checking whether cc accepts -g configure:1931: cc -c -g conftest.c >&5 configure:1937: $? = 0 configure:1941: test -z || test ! -s conftest.err configure:1944: $? = 0 configure:1947: test -s conftest. configure:1950: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1961: result: no configure:1978: checking for cc option to accept ANSI C configure:2048: cc -c -fno-common conftest.c >&5 configure:2054: $? = 0 configure:2058: test -z || test ! -s conftest.err configure:2061: $? = 0 configure:2064: test -s conftest. configure:2067: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2048: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2054: $? = 0 configure:2058: test -z || test ! -s conftest.err configure:2061: $? = 0 configure:2064: test -s conftest. configure:2067: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2048: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2054: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2048: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2054: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2048: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2054: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2048: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2054: $? = 0 configure:2058: test -z || test ! -s conftest.err configure:2061: $? = 0 configure:2064: test -s conftest. configure:2067: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | 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:2085: result: none needed configure:2103: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2109: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2247: checking for flex configure:2263: found /usr/bin/flex configure:2273: result: flex configure:2286: checking for yywrap in -lfl configure:2316: cc -o conftest -fno-common conftest.c -lfl >&5 configure:2322: $? = 0 configure:2326: test -z || test ! -s conftest.err configure:2329: $? = 0 configure:2332: test -s conftest configure:2335: $? = 0 configure:2348: result: yes configure:2426: checking lex output file root configure:2437: flex conftest.l configure:2440: $? = 0 configure:2452: result: lex.yy configure:2457: checking whether yytext is a pointer configure:2473: cc -o conftest -fno-common conftest.c -lfl >&5 configure:2479: $? = 0 configure:2483: test -z || test ! -s conftest.err configure:2486: $? = 0 configure:2489: test -s conftest configure:2492: $? = 0 configure:2506: result: yes configure:2521: checking for bison configure:2537: found /usr/local/bin/bison configure:2547: result: bison -y configure:2596: checking for a BSD-compatible install configure:2651: result: /usr/bin/install -c -o root -g wheel configure:2674: checking for dirent.h that defines DIR configure:2698: cc -c -fno-common conftest.c >&5 configure:2704: $? = 0 configure:2708: test -z || test ! -s conftest.err configure:2711: $? = 0 configure:2714: test -s conftest. configure:2717: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2728: result: no configure:2674: checking for sys/ndir.h that defines DIR configure:2698: cc -c -fno-common conftest.c >&5 conftest.c:11:22: sys/ndir.h: No such file or directory conftest.c: In function `main': conftest.c:16: error: `DIR' undeclared (first use in this function) conftest.c:16: error: (Each undeclared identifier is reported only once conftest.c:16: error: for each function it appears in.) conftest.c:16: error: parse error before ')' token configure:2704: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2728: result: no configure:2674: checking for sys/dir.h that defines DIR configure:2698: cc -c -fno-common conftest.c >&5 configure:2704: $? = 0 configure:2708: test -z || test ! -s conftest.err configure:2711: $? = 0 configure:2714: test -s conftest. configure:2717: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2728: result: no configure:2674: checking for ndir.h that defines DIR configure:2698: cc -c -fno-common conftest.c >&5 conftest.c:11:18: ndir.h: No such file or directory conftest.c: In function `main': conftest.c:16: error: `DIR' undeclared (first use in this function) conftest.c:16: error: (Each undeclared identifier is reported only once conftest.c:16: error: for each function it appears in.) conftest.c:16: error: parse error before ')' token configure:2704: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2728: result: no configure:2868: checking for library containing opendir configure:2898: cc -o conftest -fno-common conftest.c >&5 configure:2904: $? = 0 configure:2908: test -z || test ! -s conftest.err configure:2911: $? = 0 configure:2914: test -s conftest configure:2917: $? = 0 configure:2987: result: none required configure:3001: checking how to run the C preprocessor configure:3036: cc -E conftest.c configure:3042: $? = 0 configure:3074: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:3080: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include configure:3119: result: cc -E configure:3143: cc -E conftest.c configure:3149: $? = 0 configure:3181: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:3187: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include configure:3231: checking for egrep configure:3241: result: grep -E configure:3246: checking for ANSI C header files configure:3271: cc -c -fno-common conftest.c >&5 configure:3277: $? = 0 configure:3281: test -z || test ! -s conftest.err configure:3284: $? = 0 configure:3287: test -s conftest. configure:3290: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3399: result: no configure:3423: checking for sys/types.h configure:3439: cc -c -fno-common conftest.c >&5 configure:3445: $? = 0 configure:3449: test -z || test ! -s conftest.err configure:3452: $? = 0 configure:3455: test -s conftest. configure:3458: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3469: result: no configure:3423: checking for sys/stat.h configure:3439: cc -c -fno-common conftest.c >&5 configure:3445: $? = 0 configure:3449: test -z || test ! -s conftest.err configure:3452: $? = 0 configure:3455: test -s conftest. configure:3458: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3469: result: no configure:3423: checking for stdlib.h configure:3439: cc -c -fno-common conftest.c >&5 configure:3445: $? = 0 configure:3449: test -z || test ! -s conftest.err configure:3452: $? = 0 configure:3455: test -s conftest. configure:3458: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3469: result: no configure:3423: checking for string.h configure:3439: cc -c -fno-common conftest.c >&5 configure:3445: $? = 0 configure:3449: test -z || test ! -s conftest.err configure:3452: $? = 0 configure:3455: test -s conftest. configure:3458: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3469: result: no configure:3423: checking for memory.h configure:3439: cc -c -fno-common conftest.c >&5 configure:3445: $? = 0 configure:3449: test -z || test ! -s conftest.err configure:3452: $? = 0 configure:3455: test -s conftest. configure:3458: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3469: result: no configure:3423: checking for strings.h configure:3439: cc -c -fno-common conftest.c >&5 configure:3445: $? = 0 configure:3449: test -z || test ! -s conftest.err configure:3452: $? = 0 configure:3455: test -s conftest. configure:3458: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3469: result: no configure:3423: checking for inttypes.h configure:3439: cc -c -fno-common conftest.c >&5 configure:3445: $? = 0 configure:3449: test -z || test ! -s conftest.err configure:3452: $? = 0 configure:3455: test -s conftest. configure:3458: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3469: result: no configure:3423: checking for stdint.h configure:3439: cc -c -fno-common conftest.c >&5 configure:3445: $? = 0 configure:3449: test -z || test ! -s conftest.err configure:3452: $? = 0 configure:3455: test -s conftest. configure:3458: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3469: result: no configure:3423: checking for unistd.h configure:3439: cc -c -fno-common conftest.c >&5 configure:3445: $? = 0 configure:3449: test -z || test ! -s conftest.err configure:3452: $? = 0 configure:3455: test -s conftest. configure:3458: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3469: result: no configure:3488: checking for stdlib.h configure:3493: result: no configure:3488: checking for string.h configure:3493: result: no configure:3488: checking for unistd.h configure:3493: result: no configure:3637: checking whether lstat dereferences a symlink specified with a trailing slash configure:3668: cc -o conftest -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:47: error: storage size of `sbuf' isn't known configure:3671: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | 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:3697: result: no configure:3718: checking whether lstat accepts an empty string configure:3743: cc -o conftest -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:47: error: storage size of `sbuf' isn't known configure:3746: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "detox" | #define PACKAGE_TARNAME "detox" | #define PACKAGE_VERSION "1.1.1" | #define PACKAGE_STRING "detox 1.1.1" | #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | struct stat sbuf; | exit (lstat ("", &sbuf) ? 1 : 0); | ; | return 0; | } configure:3765: result: no configure:3788: checking for stdlib.h configure:3793: result: no configure:3933: checking for GNU libc compatible malloc configure:3962: cc -o conftest -fno-common conftest.c >&5 configure:3965: $? = 0 configure:3967: ./conftest configure:3970: $? = 0 configure:3984: result: yes configure:4022: checking for memset configure:4079: cc -o conftest -fno-common conftest.c >&5 conftest.c:35: warning: conflicting types for built-in function `memset' configure:4085: $? = 0 configure:4089: test -z || test ! -s conftest.err configure:4092: $? = 0 configure:4095: test -s conftest configure:4098: $? = 0 configure:4110: result: yes configure:4022: checking for strrchr configure:4079: cc -o conftest -fno-common conftest.c >&5 conftest.c:36: warning: conflicting types for built-in function `strrchr' configure:4085: $? = 0 configure:4089: test -z || test ! -s conftest.err configure:4092: $? = 0 configure:4095: test -s conftest configure:4098: $? = 0 configure:4110: result: yes configure:4022: checking for strstr configure:4079: cc -o conftest -fno-common conftest.c >&5 conftest.c:37: warning: conflicting types for built-in function `strstr' configure:4085: $? = 0 configure:4089: test -z || test ! -s conftest.err configure:4092: $? = 0 configure:4095: test -s conftest configure:4098: $? = 0 configure:4110: result: yes configure:4022: checking for strtol configure:4079: cc -o conftest -fno-common conftest.c >&5 configure:4085: $? = 0 configure:4089: test -z || test ! -s conftest.err configure:4092: $? = 0 configure:4095: test -s conftest configure:4098: $? = 0 configure:4110: result: yes configure:4022: checking for getopt_long configure:4079: cc -o conftest -fno-common conftest.c >&5 configure:4085: $? = 0 configure:4089: test -z || test ! -s conftest.err configure:4092: $? = 0 configure:4095: test -s conftest configure:4098: $? = 0 configure:4110: result: yes configure:4124: checking for popt libraries configure:4175: result: no configure:4289: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by detox config.status 1.1.1, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:654: creating Makefile config.status:758: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=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_getopt_long=yes ac_cv_func_lstat_dereferences_slashed_symlink=no ac_cv_func_lstat_empty_string_bug=no ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_func_strtol=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_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_lib_fl_yywrap=yes ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_LEX=flex ac_cv_prog_YACC='bison -y' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_search_opendir='none required' lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' 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' LDFLAGS='' LEX='flex' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBOBJS=' lstat.$U.' LIBS='' LTLIBOBJS=' lstat.$U.lo' OBJEXT='' PACKAGE_BUGREPORT='purgedhalo at users.sourceforge.net' PACKAGE_NAME='detox' PACKAGE_STRING='detox 1.1.1' PACKAGE_TARNAME='detox' PACKAGE_VERSION='1.1.1' PATH_SEPARATOR=':' SHELL='/bin/sh' YACC='bison -y' ac_ct_CC='' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' option_parser='getopt' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_GETOPT_LONG 1 #define HAVE_MALLOC 1 #define HAVE_MEMSET 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_STRTOL 1 #define PACKAGE_BUGREPORT "purgedhalo at users.sourceforge.net" #define PACKAGE_NAME "detox" #define PACKAGE_STRING "detox 1.1.1" #define PACKAGE_TARNAME "detox" #define PACKAGE_VERSION "1.1.1" #define YYTEXT_POINTER 1 configure: exit 0