This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by ccze configure 0.2-stable, which was generated by GNU Autoconf 2.57. 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: 182 tasks, 239 threads, 4 processors Load average: 0.62, Mach factor: 3.37 /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:1314: checking build system type configure:1332: result: i386-unknown-gnu configure:1340: checking host system type configure:1354: result: i386-unknown-gnu configure:1369: checking for i386-unknown-gnu-cc configure:1395: result: cc configure:1453: checking for i386-unknown-gnu-gcc configure:1479: result: cc configure:1761: checking for C compiler version configure:1764: 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:1767: $? = 0 configure:1769: 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:1772: $? = 0 configure:1774: cc -V &5 cc: `-V' option must have argument configure:1777: $? = 1 configure:1801: checking for C compiler default output configure:1804: cc -fno-common conftest.c >&5 configure:1807: $? = 0 configure:1853: result: a.out configure:1858: checking whether the C compiler works configure:1864: ./a.out configure:1867: $? = 0 configure:1884: result: yes configure:1891: checking whether we are cross compiling configure:1893: result: no configure:1896: checking for suffix of executables configure:1898: cc -o conftest -fno-common conftest.c >&5 configure:1901: $? = 0 configure:1926: result: configure:1932: checking for suffix of object files configure:1954: cc -c -fno-common conftest.c >&5 configure:1957: $? = 0 configure:1979: result: configure:1983: checking whether we are using the GNU C compiler configure:2008: cc -c -fno-common conftest.c >&5 configure:2011: $? = 0 configure:2014: test -s conftest. configure:2017: $? = 1 configure: failed program was: | #line 1988 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2030: result: no configure:2036: checking whether cc accepts -g configure:2058: cc -c -g conftest.c >&5 configure:2061: $? = 0 configure:2064: test -s conftest. configure:2067: $? = 1 configure: failed program was: | #line 2041 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2078: result: no configure:2095: checking for cc option to accept ANSI C configure:2156: cc -c -fno-common conftest.c >&5 configure:2159: $? = 0 configure:2162: test -s conftest. configure:2165: $? = 1 configure: failed program was: | #line 2102 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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; | } | 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:2156: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2159: $? = 0 configure:2162: test -s conftest. configure:2165: $? = 1 configure: failed program was: | #line 2102 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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; | } | 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:2156: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2159: $? = 1 configure: failed program was: | #line 2102 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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; | } | 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:2156: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2159: $? = 1 configure: failed program was: | #line 2102 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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; | } | 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:2156: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2159: $? = 1 configure: failed program was: | #line 2102 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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; | } | 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:2156: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2159: $? = 0 configure:2162: test -s conftest. configure:2165: $? = 1 configure: failed program was: | #line 2102 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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; | } | 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:2183: result: none needed configure:2201: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2204: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2333: checking whether we are using the Intel C compiler configure:2340: result: no configure:2352: checking how to run the C preprocessor configure:2388: cc -E conftest.c configure:2394: $? = 0 configure:2426: cc -E conftest.c configure:2425:28: ac_nonexistent.h: No such file or directory configure:2432: $? = 1 configure: failed program was: | #line 2417 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* end confdefs.h. */ | #include configure:2470: result: cc -E configure:2495: cc -E conftest.c configure:2501: $? = 0 configure:2533: cc -E conftest.c configure:2532:28: ac_nonexistent.h: No such file or directory configure:2539: $? = 1 configure: failed program was: | #line 2524 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* end confdefs.h. */ | #include configure:2593: checking for a BSD-compatible install configure:2647: result: /usr/bin/install -c -o root -g wheel configure:2661: checking for egrep configure:2671: result: grep -E configure:2676: checking for ANSI C header files configure:2702: cc -c -fno-common conftest.c >&5 configure:2705: $? = 0 configure:2708: test -s conftest. configure:2711: $? = 1 configure: failed program was: | #line 2681 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:2823: result: no configure:2841: checking for dirent.h that defines DIR configure:2866: cc -c -fno-common conftest.c >&5 configure:2869: $? = 0 configure:2872: test -s conftest. configure:2875: $? = 1 configure: failed program was: | #line 2846 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2886: result: no configure:2841: checking for sys/ndir.h that defines DIR configure:2866: cc -c -fno-common conftest.c >&5 configure:2855:22: sys/ndir.h: No such file or directory configure: In function `main': configure:2860: error: `DIR' undeclared (first use in this function) configure:2860: error: (Each undeclared identifier is reported only once configure:2860: error: for each function it appears in.) configure:2860: error: parse error before ')' token configure:2869: $? = 1 configure: failed program was: | #line 2846 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2886: result: no configure:2841: checking for sys/dir.h that defines DIR configure:2866: cc -c -fno-common conftest.c >&5 configure:2869: $? = 0 configure:2872: test -s conftest. configure:2875: $? = 1 configure: failed program was: | #line 2846 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2886: result: no configure:2841: checking for ndir.h that defines DIR configure:2866: cc -c -fno-common conftest.c >&5 configure:2855:18: ndir.h: No such file or directory configure: In function `main': configure:2860: error: `DIR' undeclared (first use in this function) configure:2860: error: (Each undeclared identifier is reported only once configure:2860: error: for each function it appears in.) configure:2860: error: parse error before ')' token configure:2869: $? = 1 configure: failed program was: | #line 2846 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:2886: result: no configure:3006: checking for library containing opendir configure:3037: cc -o conftest -fno-common conftest.c >&5 configure:3040: $? = 0 configure:3043: test -s conftest configure:3046: $? = 0 configure:3105: result: none required configure:3128: checking for sys/types.h configure:3145: cc -c -fno-common conftest.c >&5 configure:3148: $? = 0 configure:3151: test -s conftest. configure:3154: $? = 1 configure: failed program was: | #line 3133 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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:3165: result: no configure:3128: checking for sys/stat.h configure:3145: cc -c -fno-common conftest.c >&5 configure:3148: $? = 0 configure:3151: test -s conftest. configure:3154: $? = 1 configure: failed program was: | #line 3133 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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:3165: result: no configure:3128: checking for stdlib.h configure:3145: cc -c -fno-common conftest.c >&5 configure:3148: $? = 0 configure:3151: test -s conftest. configure:3154: $? = 1 configure: failed program was: | #line 3133 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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:3165: result: no configure:3128: checking for string.h configure:3145: cc -c -fno-common conftest.c >&5 configure:3148: $? = 0 configure:3151: test -s conftest. configure:3154: $? = 1 configure: failed program was: | #line 3133 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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:3165: result: no configure:3128: checking for memory.h configure:3145: cc -c -fno-common conftest.c >&5 configure:3148: $? = 0 configure:3151: test -s conftest. configure:3154: $? = 1 configure: failed program was: | #line 3133 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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:3165: result: no configure:3128: checking for strings.h configure:3145: cc -c -fno-common conftest.c >&5 configure:3148: $? = 0 configure:3151: test -s conftest. configure:3154: $? = 1 configure: failed program was: | #line 3133 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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:3165: result: no configure:3128: checking for inttypes.h configure:3145: cc -c -fno-common conftest.c >&5 configure:3148: $? = 0 configure:3151: test -s conftest. configure:3154: $? = 1 configure: failed program was: | #line 3133 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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:3165: result: no configure:3128: checking for stdint.h configure:3145: cc -c -fno-common conftest.c >&5 configure:3148: $? = 0 configure:3151: test -s conftest. configure:3154: $? = 1 configure: failed program was: | #line 3133 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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:3165: result: no configure:3128: checking for unistd.h configure:3145: cc -c -fno-common conftest.c >&5 configure:3148: $? = 0 configure:3151: test -s conftest. configure:3154: $? = 1 configure: failed program was: | #line 3133 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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:3165: result: no configure:3195: checking argp.h usability configure:3208: cc -c -fno-common conftest.c >&5 configure:3211: $? = 0 configure:3214: test -s conftest. configure:3217: $? = 1 configure: failed program was: | #line 3197 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | /* 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:3227: result: no configure:3231: checking argp.h presence configure:3242: cc -E conftest.c configure:3248: $? = 0 configure:3267: result: yes configure:3287: WARNING: argp.h: present but cannot be compiled configure:3289: WARNING: argp.h: check for missing prerequisite headers? configure:3291: WARNING: argp.h: proceeding with the preprocessor's result configure:3303: checking for argp.h configure:3310: result: yes configure:3195: checking getopt.h usability configure:3208: cc -c -fno-common conftest.c >&5 configure:3211: $? = 0 configure:3214: test -s conftest. configure:3217: $? = 1 configure: failed program was: | #line 3197 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 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:3227: result: no configure:3231: checking getopt.h presence configure:3242: cc -E conftest.c configure:3248: $? = 0 configure:3267: result: yes configure:3287: WARNING: getopt.h: present but cannot be compiled configure:3289: WARNING: getopt.h: check for missing prerequisite headers? configure:3291: WARNING: getopt.h: proceeding with the preprocessor's result configure:3303: checking for getopt.h configure:3310: result: yes configure:3195: checking netdb.h usability configure:3208: cc -c -fno-common conftest.c >&5 configure:3211: $? = 0 configure:3214: test -s conftest. configure:3217: $? = 1 configure: failed program was: | #line 3197 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 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:3227: result: no configure:3231: checking netdb.h presence configure:3242: cc -E conftest.c configure:3248: $? = 0 configure:3267: result: yes configure:3287: WARNING: netdb.h: present but cannot be compiled configure:3289: WARNING: netdb.h: check for missing prerequisite headers? configure:3291: WARNING: netdb.h: proceeding with the preprocessor's result configure:3303: checking for netdb.h configure:3310: result: yes configure:3195: checking fcntl.h usability configure:3208: cc -c -fno-common conftest.c >&5 configure:3211: $? = 0 configure:3214: test -s conftest. configure:3217: $? = 1 configure: failed program was: | #line 3197 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 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:3227: result: no configure:3231: checking fcntl.h presence configure:3242: cc -E conftest.c configure:3248: $? = 0 configure:3267: result: yes configure:3287: WARNING: fcntl.h: present but cannot be compiled configure:3289: WARNING: fcntl.h: check for missing prerequisite headers? configure:3291: WARNING: fcntl.h: proceeding with the preprocessor's result configure:3303: checking for fcntl.h configure:3310: result: yes configure:3195: checking stddef.h usability configure:3208: cc -c -fno-common conftest.c >&5 configure:3211: $? = 0 configure:3214: test -s conftest. configure:3217: $? = 1 configure: failed program was: | #line 3197 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 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:3227: result: no configure:3231: checking stddef.h presence configure:3242: cc -E conftest.c configure:3248: $? = 0 configure:3267: result: yes configure:3287: WARNING: stddef.h: present but cannot be compiled configure:3289: WARNING: stddef.h: check for missing prerequisite headers? configure:3291: WARNING: stddef.h: proceeding with the preprocessor's result configure:3303: checking for stddef.h configure:3310: result: yes configure:3324: checking for an ANSI C-conforming const configure:3392: cc -c -fno-common conftest.c >&5 configure:3395: $? = 0 configure:3398: test -s conftest. configure:3401: $? = 1 configure: failed program was: | #line 3329 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | /* end 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:3412: result: no configure:3422: checking for working volatile configure:3446: cc -c -fno-common conftest.c >&5 configure:3449: $? = 0 configure:3452: test -s conftest. configure:3455: $? = 1 configure: failed program was: | #line 3427 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define const | /* end confdefs.h. */ | | int | main () | { | | volatile int x; | int * volatile y; | ; | return 0; | } configure:3466: result: no configure:3476: checking for size_t configure:3501: cc -c -fno-common conftest.c >&5 configure:3504: $? = 0 configure:3507: test -s conftest. configure:3510: $? = 1 configure: failed program was: | #line 3481 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define const | #define volatile | /* 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 () | { | if ((size_t *) 0) | return 0; | if (sizeof (size_t)) | return 0; | ; | return 0; | } configure:3521: result: no configure:3533: checking return type of signal handlers configure:3565: cc -c -fno-common conftest.c >&5 configure:3568: $? = 0 configure:3571: test -s conftest. configure:3574: $? = 1 configure: failed program was: | #line 3538 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define const | #define volatile | #define size_t unsigned | /* end 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:3585: result: int configure:3594: checking for error_t configure:3619: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:3653: error: `error_t' undeclared (first use in this function) configure:3653: error: (Each undeclared identifier is reported only once configure:3653: error: for each function it appears in.) configure:3653: error: parse error before ')' token configure:3622: $? = 1 configure: failed program was: | #line 3599 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define const | #define volatile | #define size_t unsigned | #define RETSIGTYPE int | /* 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 () | { | if ((error_t *) 0) | return 0; | if (sizeof (error_t)) | return 0; | ; | return 0; | } configure:3639: result: no configure:3657: checking for stdlib.h configure:3662: result: no configure:3794: checking for GNU libc compatible malloc configure:3824: cc -o conftest -fno-common conftest.c >&5 configure:3827: $? = 0 configure:3829: ./conftest configure:3832: $? = 0 configure:3846: result: yes configure:3874: checking for stdlib.h configure:3879: result: no configure:4011: checking for GNU libc compatible realloc configure:4041: cc -o conftest -fno-common conftest.c >&5 configure:4044: $? = 0 configure:4046: ./conftest configure:4049: $? = 0 configure:4063: result: yes configure:4090: checking for strftime configure:4140: cc -o conftest -fno-common conftest.c >&5 configure:4143: $? = 0 configure:4146: test -s conftest configure:4149: $? = 0 configure:4160: result: yes configure:4234: checking whether lstat dereferences a symlink specified with a trailing slash configure:4266: cc -o conftest -fno-common conftest.c >&5 configure: In function `main': configure:4303: error: storage size of `sbuf' isn't known configure:4269: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 4245 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define const | #define volatile | #define size_t unsigned | #define RETSIGTYPE int | #define error_t int | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_STRFTIME 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:4295: result: no configure:4309: checking whether stat accepts an empty string configure:4335: cc -o conftest -fno-common conftest.c >&5 configure: In function `main': configure:4375: error: storage size of `sbuf' isn't known configure:4338: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 4317 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define const | #define volatile | #define size_t unsigned | #define RETSIGTYPE int | #define error_t int | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_STRFTIME 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 (stat ("", &sbuf) ? 1 : 0); | ; | return 0; | } configure:4357: result: no configure:4368: checking for working memcmp configure:4417: cc -o conftest -fno-common conftest.c >&5 configure:4420: $? = 0 configure:4422: ./conftest configure:4425: $? = 0 configure:4439: result: yes configure:4447: checking for vprintf configure:4497: cc -o conftest -fno-common conftest.c >&5 configure:4489: warning: conflicting types for built-in function `vprintf' configure:4500: $? = 0 configure:4503: test -s conftest configure:4506: $? = 0 configure:4517: result: yes configure:4524: checking for _doprnt configure:4574: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: __doprnt configure:4577: $? = 1 configure: failed program was: | #line 4529 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define const | #define volatile | #define size_t unsigned | #define RETSIGTYPE int | #define error_t int | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_STRFTIME 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* 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 (); | /* 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 | char (*f) () = _doprnt; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _doprnt; | ; | return 0; | } configure:4594: result: no configure:4608: checking whether closedir returns void configure:4638: cc -o conftest -fno-common conftest.c >&5 configure:4672:14: no: No such file or directory configure:4641: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 4616 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define const | #define volatile | #define size_t unsigned | #define RETSIGTYPE int | #define error_t int | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_STRFTIME 1 | #define HAVE_VPRINTF 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 | #ifndef __cplusplus | int closedir (); | #endif | | int | main () | { | exit (closedir (opendir (".")) != 0); | ; | return 0; | } configure:4660: result: yes configure:4690: checking for alphasort configure:4740: cc -o conftest -fno-common conftest.c >&5 configure:4743: $? = 0 configure:4746: test -s conftest configure:4749: $? = 0 configure:4760: result: yes configure:4690: checking for argp_parse configure:4740: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _argp_parse configure:4743: $? = 1 configure: failed program was: | #line 4695 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define const | #define volatile | #define size_t unsigned | #define RETSIGTYPE int | #define error_t int | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_STRFTIME 1 | #define HAVE_VPRINTF 1 | #define CLOSEDIR_VOID 1 | #define HAVE_ALPHASORT 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char argp_parse (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* 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 argp_parse (); | /* 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_argp_parse) || defined (__stub___argp_parse) | choke me | #else | char (*f) () = argp_parse; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != argp_parse; | ; | return 0; | } configure:4760: result: no configure:4690: checking for asprintf configure:4740: cc -o conftest -fno-common conftest.c >&5 configure:4743: $? = 0 configure:4746: test -s conftest configure:4749: $? = 0 configure:4760: result: yes configure:4690: checking for getdelim configure:4740: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _getdelim configure:4743: $? = 1 configure: failed program was: | #line 4695 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define const | #define volatile | #define size_t unsigned | #define RETSIGTYPE int | #define error_t int | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_STRFTIME 1 | #define HAVE_VPRINTF 1 | #define CLOSEDIR_VOID 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASPRINTF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getdelim (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* 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 getdelim (); | /* 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_getdelim) || defined (__stub___getdelim) | choke me | #else | char (*f) () = getdelim; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getdelim; | ; | return 0; | } configure:4760: result: no configure:4690: checking for getline configure:4740: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _getline configure:4743: $? = 1 configure: failed program was: | #line 4695 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define const | #define volatile | #define size_t unsigned | #define RETSIGTYPE int | #define error_t int | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_STRFTIME 1 | #define HAVE_VPRINTF 1 | #define CLOSEDIR_VOID 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASPRINTF 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getline (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* 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 getline (); | /* 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_getline) || defined (__stub___getline) | choke me | #else | char (*f) () = getline; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getline; | ; | return 0; | } configure:4760: result: no configure:4690: checking for getopt_long configure:4740: cc -o conftest -fno-common conftest.c >&5 configure:4743: $? = 0 configure:4746: test -s conftest configure:4749: $? = 0 configure:4760: result: yes configure:4690: checking for getsubopt configure:4740: cc -o conftest -fno-common conftest.c >&5 configure:4743: $? = 0 configure:4746: test -s conftest configure:4749: $? = 0 configure:4760: result: yes configure:4690: checking for memchr configure:4740: cc -o conftest -fno-common conftest.c >&5 configure:4743: $? = 0 configure:4746: test -s conftest configure:4749: $? = 0 configure:4760: result: yes configure:4690: checking for memset configure:4740: cc -o conftest -fno-common conftest.c >&5 configure:4739: warning: conflicting types for built-in function `memset' configure:4743: $? = 0 configure:4746: test -s conftest configure:4749: $? = 0 configure:4760: result: yes configure:4690: checking for scandir configure:4740: cc -o conftest -fno-common conftest.c >&5 configure:4743: $? = 0 configure:4746: test -s conftest configure:4749: $? = 0 configure:4760: result: yes configure:4690: checking for strcasecmp configure:4740: cc -o conftest -fno-common conftest.c >&5 configure:4743: $? = 0 configure:4746: test -s conftest configure:4749: $? = 0 configure:4760: result: yes configure:4690: checking for strchr configure:4740: cc -o conftest -fno-common conftest.c >&5 configure:4742: warning: conflicting types for built-in function `strchr' configure:4743: $? = 0 configure:4746: test -s conftest configure:4749: $? = 0 configure:4760: result: yes configure:4690: checking for strdup configure:4740: cc -o conftest -fno-common conftest.c >&5 configure:4743: $? = 0 configure:4746: test -s conftest configure:4749: $? = 0 configure:4760: result: yes configure:4690: checking for strndup configure:4740: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _strndup configure:4743: $? = 1 configure: failed program was: | #line 4695 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "ccze" | #define PACKAGE_TARNAME "ccze" | #define PACKAGE_VERSION "0.2-stable" | #define PACKAGE_STRING "ccze 0.2-stable" | #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" | #define HAVE_ARGP_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDDEF_H 1 | #define const | #define volatile | #define size_t unsigned | #define RETSIGTYPE int | #define error_t int | #define HAVE_MALLOC 1 | #define HAVE_REALLOC 1 | #define HAVE_STRFTIME 1 | #define HAVE_VPRINTF 1 | #define CLOSEDIR_VOID 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASPRINTF 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_GETSUBOPT 1 | #define HAVE_MEMCHR 1 | #define HAVE_MEMSET 1 | #define HAVE_SCANDIR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strndup (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* 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 strndup (); | /* 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_strndup) || defined (__stub___strndup) | choke me | #else | char (*f) () = strndup; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != strndup; | ; | return 0; | } configure:4760: result: no configure:4690: checking for strstr configure:4740: cc -o conftest -fno-common conftest.c >&5 configure:4744: warning: conflicting types for built-in function `strstr' configure:4743: $? = 0 configure:4746: test -s conftest configure:4749: $? = 0 configure:4760: result: yes configure:4772: checking for initscr in -lncurses configure:4803: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4806: $? = 0 configure:4809: test -s conftest configure:4812: $? = 0 configure:4824: result: yes configure:4839: checking for dlopen configure:4889: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4892: $? = 0 configure:4895: test -s conftest configure:4898: $? = 0 configure:4909: result: yes configure:4980: checking for getopt_long configure:5050: result: yes configure:5125: checking for pcre-config configure:5143: found /usr/local/bin/pcre-config configure:5156: result: /usr/local/bin/pcre-config configure:5164: checking for PCRE configure:5175: result: found configure:5178: checking for suboptarg configure:5210: cc -o conftest -fno-common conftest.c -lncurses >&5 configure: In function `main': configure:5231: warning: passing arg 2 of `getsubopt' from incompatible pointer type configure:5213: $? = 0 configure:5215: ./conftest configure:5218: $? = 0 configure:5231: result: yes configure:5358: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:634: creating Rules.mk config.status:634: creating Makefile config.status:634: creating doc/Makefile config.status:634: creating src/Makefile config.status:634: creating testsuite/Makefile config.status:738: creating system.h ## ---------------- ## ## 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_c_volatile=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_alphasort=yes ac_cv_func_argp_parse=no ac_cv_func_asprintf=yes ac_cv_func_closedir_void=yes ac_cv_func_dlopen=yes ac_cv_func_getdelim=no ac_cv_func_getline=no ac_cv_func_getopt_long=yes ac_cv_func_getsubopt=yes ac_cv_func_lstat_dereferences_slashed_symlink=no ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memchr=yes ac_cv_func_memcmp_working=yes ac_cv_func_memset=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_scandir=yes ac_cv_func_stat_empty_string_bug=no ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strftime=yes ac_cv_func_strndup=no ac_cv_func_strstr=yes ac_cv_func_vprintf=yes ac_cv_header_argp_h=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_fcntl_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_netdb_h=yes ac_cv_header_stdc=no ac_cv_header_stddef_h=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_types_h=no ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_ncurses_initscr=yes ac_cv_objext= ac_cv_path_PCRE_CONFIG=/usr/local/bin/pcre-config 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_search_opendir='none required' ac_cv_type_error_t=no ac_cv_type_signal=int ac_cv_type_size_t=no lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## ALL_PLUGINS='apm distcc exim fetchmail ftpstats httpd icecast oops php postfix procmail proftpd squid sulog super syslog ulogd vsftpd xferlog ' 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='' LIBOBJS=' lstat.$U.' LIBS='-lncurses ' LTLIBOBJS=' lstat.$U.lo' OBJEXT='' PACKAGE_BUGREPORT='algernon@bonehunter.rulez.org' PACKAGE_NAME='ccze' PACKAGE_STRING='ccze 0.2-stable' PACKAGE_TARNAME='ccze' PACKAGE_VERSION='0.2-stable' PATH_SEPARATOR=':' PCRE_CFLAGS='-I/usr/local/include' PCRE_CONFIG='/usr/local/bin/pcre-config' PCRE_LIBS='-L/usr/local/lib -lpcre' SHELL='/bin/sh' S_PLUGINS='' WFLAGS='' WFLAGS_3X='' ac_ct_CC='' 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' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' 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 CLOSEDIR_VOID 1 #define HAVE_ALPHASORT 1 #define HAVE_ARGP_H 1 #define HAVE_ASPRINTF 1 #define HAVE_FCNTL_H 1 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG 1 #define HAVE_GETSUBOPT 1 #define HAVE_LIBNCURSES 1 #define HAVE_MALLOC 1 #define HAVE_MEMCHR 1 #define HAVE_MEMSET 1 #define HAVE_NETDB_H 1 #define HAVE_REALLOC 1 #define HAVE_SCANDIR 1 #define HAVE_STDDEF_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRFTIME 1 #define HAVE_STRSTR 1 #define HAVE_SUBOPTARG 1 #define HAVE_VPRINTF 1 #define PACKAGE_BUGREPORT "algernon@bonehunter.rulez.org" #define PACKAGE_NAME "ccze" #define PACKAGE_STRING "ccze 0.2-stable" #define PACKAGE_TARNAME "ccze" #define PACKAGE_VERSION "0.2-stable" #define RETSIGTYPE int #define const #define error_t int #define size_t unsigned #define volatile configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel on darwintel config.status:634: creating Rules.mk config.status:634: creating Rules.mk config.status:634: creating Makefile config.status:634: creating Makefile config.status:634: creating doc/Makefile config.status:634: creating doc/Makefile config.status:634: creating src/Makefile config.status:634: creating src/Makefile config.status:634: creating testsuite/Makefile config.status:634: creating testsuite/Makefile config.status:738: creating system.h config.status:738: creating system.h config.status:875: system.h is unchanged config.status:875: system.h is unchanged ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel on darwintel config.status:634: creating Rules.mk config.status:634: creating Rules.mk config.status:634: creating Makefile config.status:634: creating Makefile config.status:634: creating doc/Makefile config.status:634: creating doc/Makefile config.status:634: creating src/Makefile config.status:634: creating src/Makefile config.status:634: creating testsuite/Makefile config.status:634: creating testsuite/Makefile config.status:738: creating system.h config.status:738: creating system.h config.status:875: system.h is unchanged config.status:875: system.h is unchanged ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## on darwintel This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:634: creating Rules.mk config.status:634: creating Rules.mk config.status:634: creating Makefile config.status:634: creating Makefile config.status:634: creating doc/Makefile config.status:634: creating doc/Makefile config.status:634: creating src/Makefile config.status:634: creating src/Makefile config.status:634: creating testsuite/Makefile config.status:634: creating testsuite/Makefile config.status:738: creating system.h config.status:738: creating system.h config.status:875: system.h is unchanged config.status:875: system.h is unchanged ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel on darwintel config.status:634: creating Rules.mk config.status:634: creating Rules.mk config.status:634: creating Makefile config.status:634: creating Makefile config.status:634: creating doc/Makefile config.status:634: creating doc/Makefile config.status:634: creating src/Makefile config.status:634: creating src/Makefile config.status:634: creating testsuite/Makefile config.status:634: creating testsuite/Makefile config.status:738: creating system.h config.status:738: creating system.h config.status:875: system.h is unchanged config.status:875: system.h is unchanged ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel on darwintel config.status:634: creating Rules.mk config.status:634: creating Rules.mk config.status:634: creating Makefile config.status:634: creating Makefile config.status:634: creating doc/Makefile config.status:634: creating doc/Makefile config.status:634: creating src/Makefile config.status:634: creating src/Makefile config.status:634: creating testsuite/Makefile config.status:634: creating testsuite/Makefile config.status:738: creating system.h config.status:738: creating system.h config.status:875: system.h is unchanged config.status:875: system.h is unchanged ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel on darwintel config.status:634: creating Rules.mk config.status:634: creating Rules.mk config.status:634: creating Makefile config.status:634: creating Makefile config.status:634: creating doc/Makefile config.status:634: creating doc/Makefile config.status:634: creating src/Makefile config.status:634: creating src/Makefile config.status:634: creating testsuite/Makefile config.status:634: creating testsuite/Makefile config.status:738: creating system.h config.status:738: creating system.h config.status:875: system.h is unchanged config.status:875: system.h is unchanged ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status This file was extended by ccze config.status 0.2-stable, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel on darwintel config.status:634: creating Rules.mk config.status:634: creating Rules.mk config.status:634: creating Makefile config.status:634: creating Makefile config.status:634: creating doc/Makefile config.status:634: creating doc/Makefile config.status:634: creating src/Makefile config.status:634: creating src/Makefile config.status:634: creating testsuite/Makefile config.status:634: creating testsuite/Makefile config.status:738: creating system.h config.status:738: creating system.h config.status:875: system.h is unchanged config.status:875: system.h is unchanged