This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, 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: 143 tasks, 200 threads, 4 processors Load average: 0.50, Mach factor: 3.49 /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:1325: checking for a BSD-compatible install configure:1379: result: /usr/bin/install -c -o root -g wheel configure:1390: checking whether build environment is sane configure:1433: result: yes configure:1466: checking for gawk configure:1482: found /usr/local/bin/gawk configure:1492: result: gawk configure:1502: checking whether make sets $(MAKE) configure:1522: result: yes configure:1698: checking for a BSD-compatible install configure:1752: result: /usr/bin/install -c -o root -g wheel configure:1771: checking for i386-unknown-gnu-gcc configure:1797: result: cc configure:2079: checking for C compiler version configure:2082: 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:2085: $? = 0 configure:2087: 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:2090: $? = 0 configure:2092: cc -V &5 cc: `-V' option must have argument configure:2095: $? = 1 configure:2119: checking for C compiler default output configure:2122: cc -fno-common conftest.c >&5 configure:2125: $? = 0 configure:2171: result: a.out configure:2176: checking whether the C compiler works configure:2182: ./a.out configure:2185: $? = 0 configure:2202: result: yes configure:2209: checking whether we are cross compiling configure:2211: result: no configure:2214: checking for suffix of executables configure:2216: cc -o conftest -fno-common conftest.c >&5 configure:2219: $? = 0 configure:2244: result: configure:2250: checking for suffix of object files configure:2272: cc -c -fno-common conftest.c >&5 configure:2275: $? = 0 configure:2297: result: configure:2301: checking whether we are using the GNU C compiler configure:2326: cc -c -fno-common conftest.c >&5 configure:2329: $? = 0 configure:2332: test -s conftest. configure:2335: $? = 1 configure: failed program was: | #line 2306 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2348: result: no configure:2354: checking whether cc accepts -g configure:2376: cc -c -g conftest.c >&5 configure:2379: $? = 0 configure:2382: test -s conftest. configure:2385: $? = 1 configure: failed program was: | #line 2359 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2396: result: no configure:2413: checking for cc option to accept ANSI C configure:2474: cc -c -fno-common conftest.c >&5 configure:2477: $? = 0 configure:2480: test -s conftest. configure:2483: $? = 1 configure: failed program was: | #line 2420 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:2474: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2477: $? = 0 configure:2480: test -s conftest. configure:2483: $? = 1 configure: failed program was: | #line 2420 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:2474: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2477: $? = 1 configure: failed program was: | #line 2420 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:2474: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2477: $? = 1 configure: failed program was: | #line 2420 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:2474: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2477: $? = 1 configure: failed program was: | #line 2420 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:2474: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2477: $? = 0 configure:2480: test -s conftest. configure:2483: $? = 1 configure: failed program was: | #line 2420 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:2501: result: none needed configure:2519: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2522: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2650: checking for style of include used by make configure:2678: result: GNU configure:2706: checking dependency style of cc configure:2768: result: gcc3 configure:2791: checking how to run the C preprocessor configure:2827: cc -E conftest.c configure:2833: $? = 0 configure:2865: cc -E conftest.c configure:2866:28: ac_nonexistent.h: No such file or directory configure:2871: $? = 1 configure: failed program was: | #line 2856 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* end confdefs.h. */ | #include configure:2909: result: cc -E configure:2934: cc -E conftest.c configure:2940: $? = 0 configure:2972: cc -E conftest.c configure:2973:28: ac_nonexistent.h: No such file or directory configure:2978: $? = 1 configure: failed program was: | #line 2963 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* end confdefs.h. */ | #include configure:3021: checking for egrep configure:3031: result: grep -E configure:3037: checking for AIX configure:3060: result: no configure:3067: checking for strerror in -lcposix configure:3098: cc -o conftest -fno-common conftest.c -lcposix >&5 ld: can't locate file for: -lcposix configure:3101: $? = 1 configure: failed program was: | #line 3074 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* end confdefs.h. */ | | /* 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 strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:3119: result: no configure:3133: checking for sweep configure:3163: result: /usr/local/bin/clamdscan configure:3183: checking for ripmime configure:3213: result: /usr/local/bin/ripmime configure:3233: checking for qmail-queue-old configure:3263: result: /var/qmail/bin/qmail-queue-old configure:3283: checking for ANSI C header files configure:3309: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3312: $? = 0 configure:3315: test -s conftest. configure:3318: $? = 1 configure: failed program was: | #line 3288 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3430: result: no configure:3440: checking whether stat file-mode macros are broken configure:3489: result: no configure:3499: checking whether time.h and sys/time.h may both be included configure:3525: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3528: $? = 0 configure:3531: test -s conftest. configure:3534: $? = 1 configure: failed program was: | #line 3504 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | if ((struct tm *) 0) | return 0; | ; | return 0; | } configure:3545: result: no configure:3563: checking for dirent.h that defines DIR configure:3588: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3591: $? = 0 configure:3594: test -s conftest. configure:3597: $? = 1 configure: failed program was: | #line 3568 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:3608: result: no configure:3563: checking for sys/ndir.h that defines DIR configure:3588: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3579:22: sys/ndir.h: No such file or directory configure: In function `main': configure:3584: error: `DIR' undeclared (first use in this function) configure:3584: error: (Each undeclared identifier is reported only once configure:3584: error: for each function it appears in.) configure:3584: error: parse error before ')' token configure:3591: $? = 1 configure: failed program was: | #line 3568 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:3608: result: no configure:3563: checking for sys/dir.h that defines DIR configure:3588: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3591: $? = 0 configure:3594: test -s conftest. configure:3597: $? = 1 configure: failed program was: | #line 3568 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:3608: result: no configure:3563: checking for ndir.h that defines DIR configure:3588: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3579:18: ndir.h: No such file or directory configure: In function `main': configure:3584: error: `DIR' undeclared (first use in this function) configure:3584: error: (Each undeclared identifier is reported only once configure:3584: error: for each function it appears in.) configure:3584: error: parse error before ')' token configure:3591: $? = 1 configure: failed program was: | #line 3568 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:3608: result: no configure:3728: checking for library containing opendir configure:3759: cc -o conftest -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:3762: $? = 0 configure:3765: test -s conftest configure:3768: $? = 0 configure:3827: result: none required configure:3836: checking for sys/wait.h that is POSIX.1 compatible configure:3868: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3871: $? = 0 configure:3874: test -s conftest. configure:3877: $? = 1 configure: failed program was: | #line 3841 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* end confdefs.h. */ | #include | #include | #ifndef WEXITSTATUS | # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) | #endif | #ifndef WIFEXITED | # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) | #endif | | int | main () | { | int s; | wait (&s); | s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; | ; | return 0; | } configure:3888: result: no configure:3912: checking for sys/types.h configure:3929: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3932: $? = 0 configure:3935: test -s conftest. configure:3938: $? = 1 configure: failed program was: | #line 3917 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:3949: result: no configure:3912: checking for sys/stat.h configure:3929: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3932: $? = 0 configure:3935: test -s conftest. configure:3938: $? = 1 configure: failed program was: | #line 3917 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:3949: result: no configure:3912: checking for stdlib.h configure:3929: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3932: $? = 0 configure:3935: test -s conftest. configure:3938: $? = 1 configure: failed program was: | #line 3917 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:3949: result: no configure:3912: checking for string.h configure:3929: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3932: $? = 0 configure:3935: test -s conftest. configure:3938: $? = 1 configure: failed program was: | #line 3917 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:3949: result: no configure:3912: checking for memory.h configure:3929: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3932: $? = 0 configure:3935: test -s conftest. configure:3938: $? = 1 configure: failed program was: | #line 3917 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:3949: result: no configure:3912: checking for strings.h configure:3929: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3932: $? = 0 configure:3935: test -s conftest. configure:3938: $? = 1 configure: failed program was: | #line 3917 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:3949: result: no configure:3912: checking for inttypes.h configure:3929: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3932: $? = 0 configure:3935: test -s conftest. configure:3938: $? = 1 configure: failed program was: | #line 3917 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:3949: result: no configure:3912: checking for stdint.h configure:3929: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3932: $? = 0 configure:3935: test -s conftest. configure:3938: $? = 1 configure: failed program was: | #line 3917 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:3949: result: no configure:3912: checking for unistd.h configure:3929: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3932: $? = 0 configure:3935: test -s conftest. configure:3938: $? = 1 configure: failed program was: | #line 3917 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:3949: result: no configure:3969: checking for unistd.h configure:3974: result: no configure:3969: checking for string.h configure:3974: result: no configure:3969: checking for strings.h configure:3974: result: no configure:3978: checking sys/param.h usability configure:3991: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:3994: $? = 0 configure:3997: test -s conftest. configure:4000: $? = 1 configure: failed program was: | #line 3980 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | /* 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:4010: result: no configure:4014: checking sys/param.h presence configure:4025: cc -E -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c configure:4031: $? = 0 configure:4050: result: yes configure:4070: WARNING: sys/param.h: present but cannot be compiled configure:4072: WARNING: sys/param.h: check for missing prerequisite headers? configure:4074: WARNING: sys/param.h: proceeding with the preprocessor's result configure:4086: checking for sys/param.h configure:4093: result: yes configure:4121: checking sys/time.h usability configure:4134: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:4137: $? = 0 configure:4140: test -s conftest. configure:4143: $? = 1 configure: failed program was: | #line 4123 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #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:4153: result: no configure:4157: checking sys/time.h presence configure:4168: cc -E -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c configure:4174: $? = 0 configure:4193: result: yes configure:4213: WARNING: sys/time.h: present but cannot be compiled configure:4215: WARNING: sys/time.h: check for missing prerequisite headers? configure:4217: WARNING: sys/time.h: proceeding with the preprocessor's result configure:4229: checking for sys/time.h configure:4236: result: yes configure:4121: checking sys/resource.h usability configure:4134: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:4137: $? = 0 configure:4140: test -s conftest. configure:4143: $? = 1 configure: failed program was: | #line 4123 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 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:4153: result: no configure:4157: checking sys/resource.h presence configure:4168: cc -E -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c configure:4174: $? = 0 configure:4193: result: yes configure:4213: WARNING: sys/resource.h: present but cannot be compiled configure:4215: WARNING: sys/resource.h: check for missing prerequisite headers? configure:4217: WARNING: sys/resource.h: proceeding with the preprocessor's result configure:4229: checking for sys/resource.h configure:4236: result: yes configure:4263: checking stddef.h usability configure:4276: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:4279: $? = 0 configure:4282: test -s conftest. configure:4285: $? = 1 configure: failed program was: | #line 4265 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_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:4295: result: no configure:4299: checking stddef.h presence configure:4310: cc -E -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c configure:4316: $? = 0 configure:4335: result: yes configure:4355: WARNING: stddef.h: present but cannot be compiled configure:4357: WARNING: stddef.h: check for missing prerequisite headers? configure:4359: WARNING: stddef.h: proceeding with the preprocessor's result configure:4371: checking for stddef.h configure:4378: result: yes configure:4406: checking stdarg.h usability configure:4419: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:4422: $? = 0 configure:4425: test -s conftest. configure:4428: $? = 1 configure: failed program was: | #line 4408 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_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:4438: result: no configure:4442: checking stdarg.h presence configure:4453: cc -E -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c configure:4459: $? = 0 configure:4478: result: yes configure:4498: WARNING: stdarg.h: present but cannot be compiled configure:4500: WARNING: stdarg.h: check for missing prerequisite headers? configure:4502: WARNING: stdarg.h: proceeding with the preprocessor's result configure:4514: checking for stdarg.h configure:4521: result: yes configure:4406: checking varargs.h usability configure:4419: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 In file included from configure:4457: /usr/include/gcc/darwin/3.3/varargs.h:10:2: #error "GCC no longer implements ." /usr/include/gcc/darwin/3.3/varargs.h:11:2: #error "Revise your code to use ." configure:4422: $? = 1 configure: failed program was: | #line 4408 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_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:4438: result: no configure:4442: checking varargs.h presence configure:4453: cc -E -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c In file included from configure:4459: /usr/include/gcc/darwin/3.3/varargs.h:10:2: #error "GCC no longer implements ." /usr/include/gcc/darwin/3.3/varargs.h:11:2: #error "Revise your code to use ." configure:4459: $? = 1 configure: failed program was: | #line 4444 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | /* end confdefs.h. */ | #include configure:4478: result: no configure:4514: checking for varargs.h configure:4521: result: no configure:4587: checking for inline configure:4609: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:4612: $? = 0 configure:4615: test -s conftest. configure:4618: $? = 1 configure: failed program was: | #line 4594 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static inline foo_t static_foo () {return 0; } | inline foo_t foo () {return 0; } | #endif | configure:4609: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:4612: $? = 0 configure:4615: test -s conftest. configure:4618: $? = 1 configure: failed program was: | #line 4594 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline__ foo_t static_foo () {return 0; } | __inline__ foo_t foo () {return 0; } | #endif | configure:4609: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:4612: $? = 0 configure:4615: test -s conftest. configure:4618: $? = 1 configure: failed program was: | #line 4594 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline foo_t static_foo () {return 0; } | __inline foo_t foo () {return 0; } | #endif | configure:4630: result: no configure:4645: checking for an ANSI C-conforming const configure:4713: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:4716: $? = 0 configure:4719: test -s conftest. configure:4722: $? = 1 configure: failed program was: | #line 4650 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define inline | /* 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:4733: result: no configure:4743: checking for mode_t configure:4768: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure: In function `main': configure:4802: error: `mode_t' undeclared (first use in this function) configure:4802: error: (Each undeclared identifier is reported only once configure:4802: error: for each function it appears in.) configure:4802: error: parse error before ')' token configure:4771: $? = 1 configure: failed program was: | #line 4748 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define inline | #define const | /* 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 ((mode_t *) 0) | return 0; | if (sizeof (mode_t)) | return 0; | ; | return 0; | } configure:4788: result: no configure:4800: checking for pid_t configure:4825: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure: In function `main': configure:4860: error: `pid_t' undeclared (first use in this function) configure:4860: error: (Each undeclared identifier is reported only once configure:4860: error: for each function it appears in.) configure:4860: error: parse error before ')' token configure:4828: $? = 1 configure: failed program was: | #line 4805 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define inline | #define const | #define mode_t 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 ((pid_t *) 0) | return 0; | if (sizeof (pid_t)) | return 0; | ; | return 0; | } configure:4845: result: no configure:4857: checking for size_t configure:4882: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:4885: $? = 0 configure:4888: test -s conftest. configure:4891: $? = 1 configure: failed program was: | #line 4862 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define inline | #define const | #define mode_t int | #define pid_t 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 ((size_t *) 0) | return 0; | if (sizeof (size_t)) | return 0; | ; | return 0; | } configure:4902: result: no configure:4914: checking whether struct tm is in sys/time.h or time.h configure:4938: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:4941: $? = 0 configure:4944: test -s conftest. configure:4947: $? = 1 configure: failed program was: | #line 4919 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define inline | #define const | #define mode_t int | #define pid_t int | #define size_t unsigned | /* end confdefs.h. */ | #include | #include | | int | main () | { | struct tm *tp; tp->tm_sec; | ; | return 0; | } configure:4958: result: sys/time.h configure:4968: checking return type of signal handlers configure:5000: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:5003: $? = 0 configure:5006: test -s conftest. configure:5009: $? = 1 configure: failed program was: | #line 4973 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define inline | #define const | #define mode_t int | #define pid_t int | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | /* 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:5020: result: int configure:5028: checking for uid_t in sys/types.h configure:5052: result: yes configure:5068: checking for ssize_t configure:5108: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:5111: $? = 0 configure:5114: test -s conftest. configure:5117: $? = 1 configure: failed program was: | #line 5073 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define inline | #define const | #define mode_t int | #define pid_t int | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | #define RETSIGTYPE int | /* end confdefs.h. */ | | #include | #ifdef STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include | | | int | main () | { | if ((ssize_t *) 0) | return 0; | if (sizeof (ssize_t)) | return 0; | ; | return 0; | } configure:5128: result: no configure:5142: checking if malloc debugging is wanted configure:5163: result: no configure:5170: checking for working alloca.h configure:5192: cc -o conftest -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:5195: $? = 0 configure:5198: test -s conftest configure:5201: $? = 0 configure:5212: result: yes configure:5222: checking for alloca configure:5264: cc -o conftest -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:5267: $? = 0 configure:5270: test -s conftest configure:5273: $? = 0 configure:5284: result: yes configure:5491: checking whether lstat dereferences a symlink specified with a trailing slash configure:5523: cc -o conftest -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure: In function `main': configure:5564: error: storage size of `sbuf' isn't known configure:5526: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 5502 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define inline | #define const | #define mode_t int | #define pid_t int | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | #define RETSIGTYPE int | #define ssize_t long int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 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:5552: result: no configure:5566: checking whether stat accepts an empty string configure:5592: cc -o conftest -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure: In function `main': configure:5636: error: storage size of `sbuf' isn't known configure:5595: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 5574 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define inline | #define const | #define mode_t int | #define pid_t int | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | #define RETSIGTYPE int | #define ssize_t long int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 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:5614: result: no configure:5629: checking for vprintf configure:5679: cc -o conftest -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:5675: warning: conflicting types for built-in function `vprintf' configure:5682: $? = 0 configure:5685: test -s conftest configure:5688: $? = 0 configure:5699: result: yes configure:5706: checking for _doprnt configure:5756: cc -o conftest -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include -L/usr/local/lib conftest.c >&5 ld: Undefined symbols: __doprnt configure:5759: $? = 1 configure: failed program was: | #line 5711 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define inline | #define const | #define mode_t int | #define pid_t int | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | #define RETSIGTYPE int | #define ssize_t long int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 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:5776: result: no configure:5796: checking for snprintf configure:5846: cc -o conftest -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:5843: warning: conflicting types for built-in function `snprintf' configure:5849: $? = 0 configure:5852: test -s conftest configure:5855: $? = 0 configure:5866: result: yes configure:5796: checking for vsnprintf configure:5846: cc -o conftest -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:5844: warning: conflicting types for built-in function `vsnprintf' configure:5849: $? = 0 configure:5852: test -s conftest configure:5855: $? = 0 configure:5866: result: yes configure:5796: checking for vfprintf configure:5846: cc -o conftest -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:5849: $? = 0 configure:5852: test -s conftest configure:5855: $? = 0 configure:5866: result: yes configure:5881: checking for nanosleep configure:5931: cc -o conftest -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:5934: $? = 0 configure:5937: test -s conftest configure:5940: $? = 0 configure:5951: result: yes configure:5881: checking for usleep configure:5931: cc -o conftest -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:5934: $? = 0 configure:5937: test -s conftest configure:5940: $? = 0 configure:5951: result: yes configure:5963: checking whether usleep returns something configure:6007: cc -c -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include conftest.c >&5 configure:6010: $? = 0 configure:6013: test -s conftest. configure:6016: $? = 1 configure: failed program was: | #line 5965 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "qscan" | #define VERSION "1.5" | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDARG_H 1 | #define inline | #define const | #define mode_t int | #define pid_t int | #define size_t unsigned | #define TM_IN_SYS_TIME 1 | #define RETSIGTYPE int | #define ssize_t long int | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_VPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VFPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_USLEEP 1 | /* end confdefs.h. */ | | #include | #ifdef STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef TIME_WITH_SYS_TIME | # include | # include | #else | # if HAVE_SYS_TIME_H | # include | # else | # include | # endif | #endif | | int | main () | { | | return (int) usleep(50000UL); | | ; | return 0; | } configure:6032: result: probably nothing configure:6039: checking whether snprintf is C99 conformant configure:6080: cc -o conftest -fno-common -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:6083: $? = 0 configure:6085: ./conftest configure:6088: $? = 0 configure:6100: result: done configure:6114: checking if malloc debugging is wanted configure:6135: result: no configure:6266: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, 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:657: creating Makefile config.status:657: creating src/Makefile config.status:761: creating config.h config.status:1003: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_c_inline=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_QMAIL_QUEUE_set=set ac_cv_env_QMAIL_QUEUE_value=/var/qmail/bin/qmail-queue-old ac_cv_env_RIPMIME_set=set ac_cv_env_RIPMIME_value=/usr/local/bin/ripmime ac_cv_env_SWEEP_set=set ac_cv_env_SWEEP_value=/usr/local/bin/clamdscan 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_alloca_works=yes ac_cv_func_lstat_dereferences_slashed_symlink=no ac_cv_func_nanosleep=yes ac_cv_func_snprintf=yes ac_cv_func_stat_empty_string_bug=no ac_cv_func_usleep=yes ac_cv_func_vfprintf=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=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_stat_broken=no ac_cv_header_stdarg_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_param_h=yes ac_cv_header_sys_resource_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_sys_wait_h=no ac_cv_header_time=no ac_cv_header_unistd_h=no ac_cv_header_varargs_h=no ac_cv_lib_cposix_strerror=no ac_cv_objext= ac_cv_path_QMAIL_QUEUE=/var/qmail/bin/qmail-queue-old ac_cv_path_RIPMIME=/usr/local/bin/ripmime ac_cv_path_SWEEP=/usr/local/bin/clamdscan ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_struct_tm=sys/time.h ac_cv_type_mode_t=no ac_cv_type_pid_t=no ac_cv_type_signal=int ac_cv_type_size_t=no ac_cv_type_ssize_t=no ac_cv_type_uid_t=yes ac_cv_working_alloca_h=yes am_cv_CC_dependencies_compiler_type=gcc3 lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/mail/qscan/work/qscan-1.5/missing --run aclocal-1.7' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/mail/qscan/work/qscan-1.5/missing --run tar' AUTOCONF='${SHELL} /mnt/gmirror/ports/mail/qscan/work/qscan-1.5/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/mail/qscan/work/qscan-1.5/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/mail/qscan/work/qscan-1.5/missing --run automake-1.7' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS=' -DSWEEP='"/usr/local/bin/clamdscan"' -DRIPMIME='"/usr/local/bin/ripmime"' -DQMAIL_QUEUE='"/var/qmail/bin/qmail-queue-old"' -D_GNU_SOURCE=1 -I/usr/local/include' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' ISODATE='2008-01-07' LDFLAGS=' -L/usr/local/lib' LIBOBJS=' lstat.$U.' LIBS='' LTLIBOBJS=' lstat.$U.lo' MAKEINFO='${SHELL} /mnt/gmirror/ports/mail/qscan/work/qscan-1.5/missing --run makeinfo' OBJEXT='' PACKAGE='qscan' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' QMAIL_QUEUE='/var/qmail/bin/qmail-queue-old' RIPMIME='/usr/local/bin/ripmime' SET_MAKE='' SHELL='/bin/sh' STRIP='' SWEEP='/usr/local/bin/clamdscan' VERSION='1.5' ac_ct_CC='' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__quote='' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/mnt/gmirror/ports/mail/qscan/work/qscan-1.5/install-sh' 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 CONF_SNPRINTF_TYPE 8 #define HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_NANOSLEEP 1 #define HAVE_SNPRINTF 1 #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_USLEEP 1 #define HAVE_VFPRINTF 1 #define HAVE_VPRINTF 1 #define HAVE_VSNPRINTF 1 #define PACKAGE "qscan" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define RETSIGTYPE int #define TM_IN_SYS_TIME 1 #define VERSION "1.5" #define const #define inline #define mode_t int #define pid_t int #define size_t unsigned #define ssize_t long int configure: exit 0