This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by wwwoffle configure 2.9, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --with-confdir=/usr/local/etc --with-ipv6 --with-gnutls=/usr/local --with-spooldir=/var/spool/wwwoffle ## --------- ## ## 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: 89 tasks, 144 threads, 4 processors Load average: 2.19, Mach factor: 1.80 /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:1367: checking for gcc configure:1393: result: cc configure:1637: checking for C compiler version configure:1640: 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:1643: $? = 0 configure:1645: 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:1648: $? = 0 configure:1650: cc -V &5 cc: `-V' option must have argument configure:1653: $? = 1 configure:1676: checking for C compiler default output file name configure:1679: cc -fno-common conftest.c -lmd >&5 configure:1682: $? = 0 configure:1728: result: a.out configure:1733: checking whether the C compiler works configure:1739: ./a.out configure:1742: $? = 0 configure:1759: result: yes configure:1766: checking whether we are cross compiling configure:1768: result: no configure:1771: checking for suffix of executables configure:1773: cc -o conftest -fno-common conftest.c -lmd >&5 configure:1776: $? = 0 configure:1801: result: configure:1807: checking for suffix of object files configure:1828: cc -c -fno-common conftest.c >&5 configure:1831: $? = 0 configure:1853: result: configure:1857: checking whether we are using the GNU C compiler configure:1881: cc -c -fno-common conftest.c >&5 configure:1887: $? = 0 configure:1890: test -z || test ! -s conftest.err configure:1893: $? = 0 configure:1896: test -s conftest. configure:1899: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1912: result: no configure:1918: checking whether cc accepts -g configure:1939: cc -c -g conftest.c >&5 configure:1945: $? = 0 configure:1948: test -z || test ! -s conftest.err configure:1951: $? = 0 configure:1954: test -s conftest. configure:1957: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1968: result: no configure:1985: checking for cc option to accept ANSI C configure:2055: cc -c -fno-common conftest.c >&5 configure:2061: $? = 0 configure:2064: test -z || test ! -s conftest.err configure:2067: $? = 0 configure:2070: test -s conftest. configure:2073: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | /* 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:2055: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2061: $? = 0 configure:2064: test -z || test ! -s conftest.err configure:2067: $? = 0 configure:2070: test -s conftest. configure:2073: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | /* 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:2055: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2061: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | /* 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:2055: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2061: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | /* 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:2055: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2061: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | /* 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:2055: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2061: $? = 0 configure:2064: test -z || test ! -s conftest.err configure:2067: $? = 0 configure:2070: test -s conftest. configure:2073: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | /* 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:2091: result: none needed configure:2109: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2115: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2250: checking for flex configure:2266: found /usr/bin/flex configure:2276: result: flex configure:2289: checking for yywrap in -lfl configure:2319: cc -o conftest -fno-common conftest.c -lfl -lmd >&5 configure:2325: $? = 0 configure:2328: test -z || test ! -s conftest.err configure:2331: $? = 0 configure:2334: test -s conftest configure:2337: $? = 0 configure:2350: result: yes configure:2427: checking lex output file root configure:2438: flex conftest.l configure:2441: $? = 0 configure:2453: result: lex.yy configure:2458: checking whether yytext is a pointer configure:2474: cc -o conftest -fno-common conftest.c -lmd -lfl >&5 configure:2480: $? = 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:2555: checking for a BSD-compatible install configure:2610: result: /usr/bin/install -c -o root -g wheel configure:2625: checking for gawk configure:2641: found /usr/local/bin/gawk configure:2651: result: gawk configure:2661: checking whether gmake sets $(MAKE) configure:2681: result: yes configure:2695: checking for gnutar configure:2711: found /usr/bin/gnutar configure:2721: result: gnutar configure:2734: checking for perl configure:2750: found /usr/local/bin/perl configure:2760: result: perl configure:2775: checking how to run the C preprocessor configure:2810: cc -E conftest.c configure:2816: $? = 0 configure:2848: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:2854: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include configure:2893: result: cc -E configure:2917: cc -E conftest.c configure:2923: $? = 0 configure:2955: cc -E conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:2961: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include configure:3005: checking for egrep configure:3015: result: grep -E configure:3020: checking for ANSI C header files configure:3045: cc -c -fno-common conftest.c >&5 configure:3051: $? = 0 configure:3054: test -z || test ! -s conftest.err configure:3057: $? = 0 configure:3060: test -s conftest. configure:3063: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3172: result: no configure:3190: checking for dirent.h that defines DIR configure:3214: cc -c -fno-common conftest.c >&5 configure:3220: $? = 0 configure:3223: test -z || test ! -s conftest.err configure:3226: $? = 0 configure:3229: test -s conftest. configure:3232: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:3243: result: no configure:3190: checking for sys/ndir.h that defines DIR configure:3214: 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:3220: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:3243: result: no configure:3190: checking for sys/dir.h that defines DIR configure:3214: cc -c -fno-common conftest.c >&5 configure:3220: $? = 0 configure:3223: test -z || test ! -s conftest.err configure:3226: $? = 0 configure:3229: test -s conftest. configure:3232: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:3243: result: no configure:3190: checking for ndir.h that defines DIR configure:3214: 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:3220: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:3243: result: no configure:3381: checking for library containing opendir configure:3411: cc -o conftest -fno-common conftest.c -lmd >&5 configure:3417: $? = 0 configure:3420: test -z || test ! -s conftest.err configure:3423: $? = 0 configure:3426: test -s conftest configure:3429: $? = 0 configure:3498: result: none required configure:3507: checking whether time.h and sys/time.h may both be included configure:3532: cc -c -fno-common conftest.c >&5 configure:3538: $? = 0 configure:3541: test -z || test ! -s conftest.err configure:3544: $? = 0 configure:3547: test -s conftest. configure:3550: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | if ((struct tm *) 0) | return 0; | ; | return 0; | } configure:3561: result: no configure:3585: checking for sys/types.h configure:3601: cc -c -fno-common conftest.c >&5 configure:3607: $? = 0 configure:3610: test -z || test ! -s conftest.err configure:3613: $? = 0 configure:3616: test -s conftest. configure:3619: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #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:3630: result: no configure:3585: checking for sys/stat.h configure:3601: cc -c -fno-common conftest.c >&5 configure:3607: $? = 0 configure:3610: test -z || test ! -s conftest.err configure:3613: $? = 0 configure:3616: test -s conftest. configure:3619: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #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:3630: result: no configure:3585: checking for stdlib.h configure:3601: cc -c -fno-common conftest.c >&5 configure:3607: $? = 0 configure:3610: test -z || test ! -s conftest.err configure:3613: $? = 0 configure:3616: test -s conftest. configure:3619: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #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:3630: result: no configure:3585: checking for string.h configure:3601: cc -c -fno-common conftest.c >&5 configure:3607: $? = 0 configure:3610: test -z || test ! -s conftest.err configure:3613: $? = 0 configure:3616: test -s conftest. configure:3619: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #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:3630: result: no configure:3585: checking for memory.h configure:3601: cc -c -fno-common conftest.c >&5 configure:3607: $? = 0 configure:3610: test -z || test ! -s conftest.err configure:3613: $? = 0 configure:3616: test -s conftest. configure:3619: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #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:3630: result: no configure:3585: checking for strings.h configure:3601: cc -c -fno-common conftest.c >&5 configure:3607: $? = 0 configure:3610: test -z || test ! -s conftest.err configure:3613: $? = 0 configure:3616: test -s conftest. configure:3619: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #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:3630: result: no configure:3585: checking for inttypes.h configure:3601: cc -c -fno-common conftest.c >&5 configure:3607: $? = 0 configure:3610: test -z || test ! -s conftest.err configure:3613: $? = 0 configure:3616: test -s conftest. configure:3619: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #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:3630: result: no configure:3585: checking for stdint.h configure:3601: cc -c -fno-common conftest.c >&5 configure:3607: $? = 0 configure:3610: test -z || test ! -s conftest.err configure:3613: $? = 0 configure:3616: test -s conftest. configure:3619: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #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:3630: result: no configure:3585: checking for unistd.h configure:3601: cc -c -fno-common conftest.c >&5 configure:3607: $? = 0 configure:3610: test -z || test ! -s conftest.err configure:3613: $? = 0 configure:3616: test -s conftest. configure:3619: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #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:3630: result: no configure:3659: checking sys/time.h usability configure:3671: cc -c -fno-common conftest.c >&5 configure:3677: $? = 0 configure:3680: test -z || test ! -s conftest.err configure:3683: $? = 0 configure:3686: test -s conftest. configure:3689: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #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:3699: result: no configure:3703: checking sys/time.h presence configure:3713: cc -E conftest.c configure:3719: $? = 0 configure:3739: result: yes configure:3752: WARNING: sys/time.h: present but cannot be compiled configure:3754: WARNING: sys/time.h: check for missing prerequisite headers? configure:3756: WARNING: sys/time.h: see the Autoconf documentation configure:3758: WARNING: sys/time.h: section "Present But Cannot Be Compiled" configure:3760: WARNING: sys/time.h: proceeding with the preprocessor's result configure:3762: WARNING: sys/time.h: in the future, the compiler will take precedence configure:3774: checking for sys/time.h configure:3781: result: yes configure:3659: checking sys/param.h usability configure:3671: cc -c -fno-common conftest.c >&5 configure:3677: $? = 0 configure:3680: test -z || test ! -s conftest.err configure:3683: $? = 0 configure:3686: test -s conftest. configure:3689: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_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:3699: result: no configure:3703: checking sys/param.h presence configure:3713: cc -E conftest.c configure:3719: $? = 0 configure:3739: result: yes configure:3752: WARNING: sys/param.h: present but cannot be compiled configure:3754: WARNING: sys/param.h: check for missing prerequisite headers? configure:3756: WARNING: sys/param.h: see the Autoconf documentation configure:3758: WARNING: sys/param.h: section "Present But Cannot Be Compiled" configure:3760: WARNING: sys/param.h: proceeding with the preprocessor's result configure:3762: WARNING: sys/param.h: in the future, the compiler will take precedence configure:3774: checking for sys/param.h configure:3781: result: yes configure:3659: checking sys/statvfs.h usability configure:3671: cc -c -fno-common conftest.c >&5 configure:3677: $? = 0 configure:3680: test -z || test ! -s conftest.err configure:3683: $? = 0 configure:3686: test -s conftest. configure:3689: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_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:3699: result: no configure:3703: checking sys/statvfs.h presence configure:3713: cc -E conftest.c configure:3719: $? = 0 configure:3739: result: yes configure:3752: WARNING: sys/statvfs.h: present but cannot be compiled configure:3754: WARNING: sys/statvfs.h: check for missing prerequisite headers? configure:3756: WARNING: sys/statvfs.h: see the Autoconf documentation configure:3758: WARNING: sys/statvfs.h: section "Present But Cannot Be Compiled" configure:3760: WARNING: sys/statvfs.h: proceeding with the preprocessor's result configure:3762: WARNING: sys/statvfs.h: in the future, the compiler will take precedence configure:3774: checking for sys/statvfs.h configure:3781: result: yes configure:3659: checking sys/vfs.h usability configure:3671: cc -c -fno-common conftest.c >&5 conftest.c:47:21: sys/vfs.h: No such file or directory configure:3677: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_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:3699: result: no configure:3703: checking sys/vfs.h presence configure:3713: cc -E conftest.c conftest.c:13:21: sys/vfs.h: No such file or directory configure:3719: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_H 1 | /* end confdefs.h. */ | #include configure:3739: result: no configure:3774: checking for sys/vfs.h configure:3781: result: no configure:3798: checking for sys/mount.h configure:3818: cc -c -fno-common conftest.c >&5 configure:3824: $? = 0 configure:3827: test -z || test ! -s conftest.err configure:3830: $? = 0 configure:3833: test -s conftest. configure:3836: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_H 1 | /* end confdefs.h. */ | | #if SYS_PARAM_H | #include | #endif | | | #include configure:3847: result: no configure:3861: checking whether struct tm is in sys/time.h or time.h configure:3884: cc -c -fno-common conftest.c >&5 configure:3890: $? = 0 configure:3893: test -z || test ! -s conftest.err configure:3896: $? = 0 configure:3899: test -s conftest. configure:3902: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_H 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | struct tm *tp; tp->tm_sec; | ; | return 0; | } configure:3913: result: sys/time.h configure:3923: checking for struct tm.tm_zone configure:3949: cc -c -fno-common conftest.c >&5 configure:3955: $? = 0 configure:3958: test -z || test ! -s conftest.err configure:3961: $? = 0 configure:3964: test -s conftest. configure:3967: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct tm ac_aggr; | if (ac_aggr.tm_zone) | return 0; | ; | return 0; | } configure:3995: cc -c -fno-common conftest.c >&5 configure:4001: $? = 0 configure:4004: test -z || test ! -s conftest.err configure:4007: $? = 0 configure:4010: test -s conftest. configure:4013: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct tm ac_aggr; | if (sizeof ac_aggr.tm_zone) | return 0; | ; | return 0; | } configure:4026: result: no configure:4044: checking for tzname configure:4069: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4075: $? = 0 configure:4078: test -z || test ! -s conftest.err configure:4081: $? = 0 configure:4084: test -s conftest configure:4087: $? = 0 configure:4099: result: yes configure:4110: checking for struct stat.st_blocks configure:4133: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:52: error: storage size of `ac_aggr' isn't known conftest.c:52: error: storage size of `ac_aggr' isn't known configure:4139: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 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 () | { | static struct stat ac_aggr; | if (ac_aggr.st_blocks) | return 0; | ; | return 0; | } configure:4176: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:52: error: storage size of `ac_aggr' isn't known conftest.c:52: error: storage size of `ac_aggr' isn't known configure:4182: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 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 () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_blocks) | return 0; | ; | return 0; | } configure:4207: result: no configure:4233: checking for struct stat.st_blksize configure:4256: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:52: error: storage size of `ac_aggr' isn't known conftest.c:52: error: storage size of `ac_aggr' isn't known configure:4262: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 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 () | { | static struct stat ac_aggr; | if (ac_aggr.st_blksize) | return 0; | ; | return 0; | } configure:4299: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:52: error: storage size of `ac_aggr' isn't known conftest.c:52: error: storage size of `ac_aggr' isn't known configure:4305: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 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 () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_blksize) | return 0; | ; | return 0; | } configure:4330: result: no configure:4350: checking for libraries containing socket functions configure:4383: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4389: $? = 0 configure:4392: test -z || test ! -s conftest.err configure:4395: $? = 0 configure:4398: test -s conftest configure:4401: $? = 0 configure:4534: result: -lc configure:4561: checking for getaddrinfo configure:4618: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4624: $? = 0 configure:4627: test -z || test ! -s conftest.err configure:4630: $? = 0 configure:4633: test -s conftest configure:4636: $? = 0 configure:4648: result: yes configure:4561: checking for getnameinfo configure:4618: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4624: $? = 0 configure:4627: test -z || test ! -s conftest.err configure:4630: $? = 0 configure:4633: test -s conftest configure:4636: $? = 0 configure:4648: result: yes configure:4664: checking for statfs configure:4721: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4727: $? = 0 configure:4730: test -z || test ! -s conftest.err configure:4733: $? = 0 configure:4736: test -s conftest configure:4739: $? = 0 configure:4751: result: yes configure:4664: checking for statvfs configure:4721: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4727: $? = 0 configure:4730: test -z || test ! -s conftest.err configure:4733: $? = 0 configure:4736: test -s conftest configure:4739: $? = 0 configure:4751: result: yes configure:4780: checking for setresuid configure:4837: cc -o conftest -fno-common conftest.c -lmd >&5 ld: Undefined symbols: _setresuid configure:4843: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | /* end confdefs.h. */ | /* Define setresuid to an innocuous variant, in case declares setresuid. | For example, HP-UX 11i declares gettimeofday. */ | #define setresuid innocuous_setresuid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setresuid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setresuid | | /* 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 setresuid (); | /* 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_setresuid) || defined (__stub___setresuid) | choke me | #else | char (*f) () = setresuid; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != setresuid; | ; | return 0; | } configure:4867: result: no configure:4780: checking for setresgid configure:4837: cc -o conftest -fno-common conftest.c -lmd >&5 ld: Undefined symbols: _setresgid configure:4843: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | /* end confdefs.h. */ | /* Define setresgid to an innocuous variant, in case declares setresgid. | For example, HP-UX 11i declares gettimeofday. */ | #define setresgid innocuous_setresgid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setresgid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setresgid | | /* 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 setresgid (); | /* 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_setresgid) || defined (__stub___setresgid) | choke me | #else | char (*f) () = setresgid; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != setresgid; | ; | return 0; | } configure:4867: result: no configure:4780: checking for getresuid configure:4837: cc -o conftest -fno-common conftest.c -lmd >&5 ld: Undefined symbols: _getresuid configure:4843: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | /* end confdefs.h. */ | /* Define getresuid to an innocuous variant, in case declares getresuid. | For example, HP-UX 11i declares gettimeofday. */ | #define getresuid innocuous_getresuid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getresuid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getresuid | | /* 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 getresuid (); | /* 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_getresuid) || defined (__stub___getresuid) | choke me | #else | char (*f) () = getresuid; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getresuid; | ; | return 0; | } configure:4867: result: no configure:4780: checking for getresgid configure:4837: cc -o conftest -fno-common conftest.c -lmd >&5 ld: Undefined symbols: _getresgid configure:4843: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "wwwoffle" | #define PACKAGE_TARNAME "wwwoffle" | #define PACKAGE_VERSION "2.9" | #define PACKAGE_STRING "wwwoffle 2.9" | #define PACKAGE_BUGREPORT "" | #define YYTEXT_POINTER 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define TM_IN_SYS_TIME 1 | #define HAVE_TZNAME 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | /* end confdefs.h. */ | /* Define getresgid to an innocuous variant, in case declares getresgid. | For example, HP-UX 11i declares gettimeofday. */ | #define getresgid innocuous_getresgid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getresgid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getresgid | | /* 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 getresgid (); | /* 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_getresgid) || defined (__stub___getresgid) | choke me | #else | char (*f) () = getresgid; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getresgid; | ; | return 0; | } configure:4867: result: no configure:4780: checking for setreuid configure:4837: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4843: $? = 0 configure:4846: test -z || test ! -s conftest.err configure:4849: $? = 0 configure:4852: test -s conftest configure:4855: $? = 0 configure:4867: result: yes configure:4780: checking for setregid configure:4837: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4843: $? = 0 configure:4846: test -z || test ! -s conftest.err configure:4849: $? = 0 configure:4852: test -s conftest configure:4855: $? = 0 configure:4867: result: yes configure:4780: checking for setgroups configure:4837: cc -o conftest -fno-common conftest.c -lmd >&5 configure:4843: $? = 0 configure:4846: test -z || test ! -s conftest.err configure:4849: $? = 0 configure:4852: test -s conftest configure:4855: $? = 0 configure:4867: result: yes configure:4906: checking for zlibVersion in -lz configure:4936: cc -o conftest -fno-common conftest.c -lz -lz -lmd >&5 configure:4942: $? = 0 configure:4945: test -z || test ! -s conftest.err configure:4948: $? = 0 configure:4951: test -s conftest configure:4954: $? = 0 configure:4967: result: yes configure:5178: checking for IPv6 support configure:5190: result: yes configure:5208: checking build system type configure:5226: result: i686-apple-darwin8.0.1 configure:5234: checking host system type configure:5248: result: i686-apple-darwin8.0.1 configure:5350: checking the default language configure:5378: result: en configure:5484: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by wwwoffle config.status 2.9, 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:724: creating Makefile config.status:724: creating cache/Makefile config.status:724: creating conf/Makefile config.status:724: creating doc/Makefile config.status:724: creating src/Makefile config.status:724: creating src/testprogs/Makefile config.status:724: creating src/autoconfig.h.in config.status:790: creating src/autoconfig.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-apple-darwin8.0.1 ac_cv_build_alias=i686-apple-darwin8.0.1 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= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_getaddrinfo=yes ac_cv_func_getnameinfo=yes ac_cv_func_getresgid=no ac_cv_func_getresuid=no ac_cv_func_setgroups=yes ac_cv_func_setregid=yes ac_cv_func_setresgid=no ac_cv_func_setresuid=no ac_cv_func_setreuid=yes ac_cv_func_statfs=yes ac_cv_func_statvfs=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_mount_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_statvfs_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_sys_vfs_h=no ac_cv_header_time=no ac_cv_header_unistd_h=no ac_cv_host=i686-apple-darwin8.0.1 ac_cv_host_alias=i686-apple-darwin8.0.1 ac_cv_lib_fl_yywrap=yes ac_cv_lib_z_zlibVersion=yes ac_cv_member_struct_stat_st_blksize=no ac_cv_member_struct_stat_st_blocks=no ac_cv_member_struct_tm_tm_zone=no ac_cv_objext= ac_cv_prog_AWK=gawk ac_cv_prog_CPP='cc -E' ac_cv_prog_LEX=flex ac_cv_prog_PERL=perl ac_cv_prog_TAR=gnutar ac_cv_prog_ac_ct_CC=cc 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_prog_make_gmake_set=yes ac_cv_search_opendir='none required' ac_cv_socket_libs=-lc ac_cv_struct_tm=sys/time.h ac_cv_var_tzname=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='gawk' CC='cc' CFLAGS='-fno-common' CONFDIR='/etc/wwwoffle' CPP='cc -E' CPPFLAGS='' DEFLANG='en' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ETR_SOCKET_LIBS='' EXEEXT='' GNUTLS_INC='' GNUTLS_LIB='' HTTPS_PORT='8443' HTTP_PORT='8080' 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' LANGUAGES='de en es fr it nl pl ru' LDFLAGS='' LEX='flex' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBGNUTLS_CONFIG='' LIBOBJS=' fileblocks.$U.' LIBS='-lmd ' LOCALHOST='localhost' LTLIBOBJS=' fileblocks.$U.lo' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='wwwoffle' PACKAGE_STRING='wwwoffle 2.9' PACKAGE_TARNAME='wwwoffle' PACKAGE_VERSION='2.9' PATH_SEPARATOR=':' PERL='perl' SET_MAKE='' SHELL='/bin/sh' SPOOLDIR='/var/spool/wwwoffle' TAR='gnutar' WWWOFFLE_PORT='8081' ZLIB_INC='' ZLIB_LIB='-lz' ac_ct_CC='cc' bindir='${exec_prefix}/bin' build='i686-apple-darwin8.0.1' build_alias='' build_cpu='i686' build_os='darwin8.0.1' build_vendor='apple' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-apple-darwin8.0.1' host_alias='' host_cpu='i686' host_os='darwin8.0.1' host_vendor='apple' includedir='${prefix}/include' infodir='${prefix}/info' install_win32='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define DEF_CONFDIR "/etc/wwwoffle" #define DEF_SPOOLDIR "/var/spool/wwwoffle" #define HAVE_GETADDRINFO 1 #define HAVE_GETNAMEINFO 1 #define HAVE_SETGROUPS 1 #define HAVE_SETREGID 1 #define HAVE_SETREUID 1 #define HAVE_STATFS 1 #define HAVE_STATVFS 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_STATVFS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TZNAME 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "wwwoffle" #define PACKAGE_STRING "wwwoffle 2.9" #define PACKAGE_TARNAME "wwwoffle" #define PACKAGE_VERSION "2.9" #define TM_IN_SYS_TIME 1 #define USE_GNUTLS 0 #define USE_IPV6 1 #define USE_ZLIB 1 #define YYTEXT_POINTER 1 configure: exit 0