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 --with-htmldir=/usr/local/share/doc/hypermail --with-gdbm=/usr/local --prefix=/usr/local i386-unknown-gnu --cache-file=../.././config.cache --srcdir=. ## --------- ## ## 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: 141 tasks, 196 threads, 4 processors Load average: 1.01, Mach factor: 2.97 /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:1346: creating cache configure:1455: checking for i386-unknown-gnu-gcc configure:1481: result: cc configure:1763: checking for C compiler version configure:1766: 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:1769: $? = 0 configure:1771: 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:1774: $? = 0 configure:1776: cc -V &5 cc: `-V' option must have argument configure:1779: $? = 1 configure:1803: checking for C compiler default output configure:1806: cc -fno-common conftest.c >&5 configure:1809: $? = 0 configure:1855: result: a.out configure:1860: checking whether the C compiler works configure:1866: ./a.out configure:1869: $? = 0 configure:1886: result: yes configure:1893: checking whether we are cross compiling configure:1895: result: no configure:1898: checking for suffix of executables configure:1900: cc -o conftest -fno-common conftest.c >&5 configure:1903: $? = 0 configure:1928: result: configure:1934: checking for suffix of object files configure:1956: cc -c -fno-common conftest.c >&5 configure:1959: $? = 0 configure:1981: result: configure:1985: checking whether we are using the GNU C compiler configure:2010: cc -c -fno-common conftest.c >&5 configure:2013: $? = 0 configure:2016: test -s conftest. configure:2019: $? = 1 configure: failed program was: | #line 1990 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2032: result: no configure:2038: checking whether cc accepts -g configure:2060: cc -c -g conftest.c >&5 configure:2063: $? = 0 configure:2066: test -s conftest. configure:2069: $? = 1 configure: failed program was: | #line 2043 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2080: result: no configure:2097: checking for cc option to accept ANSI C configure:2158: cc -c -fno-common conftest.c >&5 configure:2161: $? = 0 configure:2164: test -s conftest. configure:2167: $? = 1 configure: failed program was: | #line 2104 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #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; | } | 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:2158: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2161: $? = 0 configure:2164: test -s conftest. configure:2167: $? = 1 configure: failed program was: | #line 2104 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #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; | } | 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:2158: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2161: $? = 1 configure: failed program was: | #line 2104 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #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; | } | 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:2158: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2161: $? = 1 configure: failed program was: | #line 2104 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #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; | } | 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:2158: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2161: $? = 1 configure: failed program was: | #line 2104 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #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; | } | 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:2158: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2161: $? = 0 configure:2164: test -s conftest. configure:2167: $? = 1 configure: failed program was: | #line 2104 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #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; | } | 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:2185: result: none needed configure:2203: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2206: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2352: checking for a BSD-compatible install configure:2406: result: ../../ configure:2490: checking build system type configure:2508: result: i386-unknown-gnu configure:2516: checking host system type configure:2530: result: i386-unknown-gnu configure:2582: checking for non-GNU ld configure:2612: result: /usr/bin/ld configure:2621: checking if the linker (/usr/bin/ld) is GNU ld configure:2633: result: no configure:2638: checking for /usr/bin/ld option to reload object files configure:2645: result: -r configure:2650: checking for BSD-compatible nm configure:2686: result: nm configure:2689: checking whether ln -s works configure:2693: result: yes configure:2700: checking how to recognise dependant libraries configure:2868: result: pass_all configure:2881: checking command to parse nm output configure:2958: cc -c -fno-common conftest.c >&5 configure:2961: $? = 0 configure:2965: nm conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm nm: can't open file: conftest. (No such file or directory) configure:2968: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:2958: cc -c -fno-common conftest.c >&5 configure:2961: $? = 0 configure:2965: nm conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm nm: can't open file: conftest. (No such file or directory) configure:2968: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:3061: result: failed configure:3073: checking how to run the C preprocessor configure:3109: cc -E conftest.c configure:3115: $? = 0 configure:3147: cc -E conftest.c configure:3146:28: ac_nonexistent.h: No such file or directory configure:3153: $? = 1 configure: failed program was: | #line 3138 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:3191: result: cc -E configure:3216: cc -E conftest.c configure:3222: $? = 0 configure:3254: cc -E conftest.c configure:3253:28: ac_nonexistent.h: No such file or directory configure:3260: $? = 1 configure: failed program was: | #line 3245 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:3303: checking for egrep configure:3313: result: grep -E configure:3318: checking for ANSI C header files configure:3344: cc -c -fno-common conftest.c >&5 configure:3347: $? = 0 configure:3350: test -s conftest. configure:3353: $? = 1 configure: failed program was: | #line 3323 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3465: result: no configure:3489: checking for sys/types.h configure:3506: cc -c -fno-common conftest.c >&5 configure:3509: $? = 0 configure:3512: test -s conftest. configure:3515: $? = 1 configure: failed program was: | #line 3494 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3526: result: no configure:3489: checking for sys/stat.h configure:3506: cc -c -fno-common conftest.c >&5 configure:3509: $? = 0 configure:3512: test -s conftest. configure:3515: $? = 1 configure: failed program was: | #line 3494 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3526: result: no configure:3489: checking for stdlib.h configure:3506: cc -c -fno-common conftest.c >&5 configure:3509: $? = 0 configure:3512: test -s conftest. configure:3515: $? = 1 configure: failed program was: | #line 3494 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3526: result: no configure:3489: checking for string.h configure:3506: cc -c -fno-common conftest.c >&5 configure:3509: $? = 0 configure:3512: test -s conftest. configure:3515: $? = 1 configure: failed program was: | #line 3494 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3526: result: no configure:3489: checking for memory.h configure:3506: cc -c -fno-common conftest.c >&5 configure:3509: $? = 0 configure:3512: test -s conftest. configure:3515: $? = 1 configure: failed program was: | #line 3494 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3526: result: no configure:3489: checking for strings.h configure:3506: cc -c -fno-common conftest.c >&5 configure:3509: $? = 0 configure:3512: test -s conftest. configure:3515: $? = 1 configure: failed program was: | #line 3494 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3526: result: no configure:3489: checking for inttypes.h configure:3506: cc -c -fno-common conftest.c >&5 configure:3509: $? = 0 configure:3512: test -s conftest. configure:3515: $? = 1 configure: failed program was: | #line 3494 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3526: result: no configure:3489: checking for stdint.h configure:3506: cc -c -fno-common conftest.c >&5 configure:3509: $? = 0 configure:3512: test -s conftest. configure:3515: $? = 1 configure: failed program was: | #line 3494 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3526: result: no configure:3489: checking for unistd.h configure:3506: cc -c -fno-common conftest.c >&5 configure:3509: $? = 0 configure:3512: test -s conftest. configure:3515: $? = 1 configure: failed program was: | #line 3494 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3526: result: no configure:3552: checking dlfcn.h usability configure:3565: cc -c -fno-common conftest.c >&5 configure:3568: $? = 0 configure:3571: test -s conftest. configure:3574: $? = 1 configure: failed program was: | #line 3554 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* 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:3584: result: no configure:3588: checking dlfcn.h presence configure:3599: cc -E conftest.c configure:3605: $? = 0 configure:3624: result: yes configure:3644: WARNING: dlfcn.h: present but cannot be compiled configure:3646: WARNING: dlfcn.h: check for missing prerequisite headers? configure:3648: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:3660: checking for dlfcn.h configure:3667: result: yes configure:3826: checking for i386-unknown-gnu-ranlib configure:3855: result: no configure:3864: checking for ranlib configure:3880: found /usr/bin/ranlib configure:3891: result: ranlib configure:3906: checking for i386-unknown-gnu-strip configure:3935: result: no configure:3944: checking for strip configure:3960: found /usr/bin/strip configure:3971: result: strip configure:4176: checking for objdir configure:4187: result: .libs configure:4208: checking for cc option to produce PIC configure:4355: result: none configure:4453: checking if cc static flag works configure:4478: cc -o conftest -fno-common conftest.c >&5 configure:4481: $? = 0 configure:4484: test -s conftest configure:4487: $? = 0 configure:4503: result: yes configure:4519: checking if cc supports -c -o file.o configure:4552: cc -c -fno-common -o out/conftest2.o conftest.c >&5 configure:4563: result: yes configure:4568: checking if cc supports -c -o file.lo configure:4594: cc -c -fno-common -c -o conftest.lo conftest.c >&5 configure:4597: $? = 0 configure:4600: test -s conftest.o configure:4603: $? = 1 configure: failed program was: | #line 4577 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | int some_variable = 0; | ; | return 0; | } configure:4624: result: configure:4727: checking whether the linker (/usr/bin/ld) supports shared libraries configure:5349: result: no configure:5358: checking how to hardcode library paths into programs configure:5382: result: unsupported configure:5391: checking whether stripping libraries is possible configure:5399: result: no configure:5411: checking dynamic linker characteristics configure:5793: result: gnu ld.so configure:5802: checking if libtool supports shared libraries configure:5804: result: no configure:7043: checking for ANSI C header files configure:7190: result: no configure:7214: checking limits.h usability configure:7227: cc -c -fno-common conftest.c >&5 configure:7230: $? = 0 configure:7233: test -s conftest.o configure:7236: $? = 0 configure:7246: result: yes configure:7250: checking limits.h presence configure:7261: cc -E conftest.c configure:7267: $? = 0 configure:7286: result: yes configure:7322: checking for limits.h configure:7329: result: yes configure:7344: checking for an ANSI C-conforming const configure:7412: cc -c -fno-common conftest.c >&5 configure:7415: $? = 0 configure:7418: test -s conftest.o configure:7421: $? = 0 configure:7432: result: yes configure:7442: checking for size_t configure:7467: cc -c -fno-common conftest.c >&5 configure:7470: $? = 0 configure:7473: test -s conftest.o configure:7476: $? = 0 configure:7487: result: yes configure:7507: checking for bcopy configure:7557: cc -o conftest -fno-common conftest.c >&5 configure:7560: $? = 0 configure:7563: test -s conftest configure:7566: $? = 0 configure:7577: result: yes configure:7507: checking for memmove configure:7557: cc -o conftest -fno-common conftest.c >&5 configure:7560: $? = 0 configure:7563: test -s conftest configure:7566: $? = 0 configure:7577: result: yes configure:7507: checking for strerror configure:7557: cc -o conftest -fno-common conftest.c >&5 configure:7560: $? = 0 configure:7563: test -s conftest configure:7566: $? = 0 configure:7577: result: yes configure:7806: 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:662: creating Makefile config.status:662: creating pcre.h config.status:662: creating pcre-config config.status:662: creating RunTest config.status:766: creating config.h config.status:957: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_c_const=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_bcopy=yes ac_cv_func_memmove=yes ac_cv_func_strerror=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes ac_cv_header_memory_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_type_size_t=yes lt_cv_compiler_c_o=yes lt_cv_compiler_o_lo=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_ld_reload_flag=-r lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM=nm lt_cv_prog_cc_can_build_shared=no lt_cv_prog_cc_no_builtin= lt_cv_prog_cc_pic= lt_cv_prog_cc_shlib= lt_cv_prog_cc_static= lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_wl= lt_cv_prog_gnu_ld=no lt_cv_sys_global_symbol_pipe= lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## BUILD_EXEEXT='$(EXEEXT)' BUILD_OBJEXT='$(OBJEXT)' CC='cc' CC_FOR_BUILD='$(CC)' CFLAGS='-fno-common' CFLAGS_FOR_BUILD='$(CFLAGS)' CPP='cc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' HAVE_MEMMOVE='' HAVE_STRERROR='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LINK_SIZE='' LN_S='ln -s' LTLIBOBJS='' MATCH_LIMIT='' NEWLINE='' NOT_ON_WINDOWS='' OBJEXT='' ON_WINDOWS='#' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PCRE_DATE='21-May-2003' PCRE_LIB_VERSION='0:1:0' PCRE_MAJOR='4' PCRE_MINOR='3' PCRE_POSIXLIB_VERSION='0:0:0' PCRE_VERSION='4.3' POSIX_LIB='libpcreposix.la' POSIX_LOBJ='' POSIX_MALLOC_THRESHOLD='-DPOSIX_MALLOC_THRESHOLD=10' POSIX_OBJ='' RANLIB='ranlib' SHELL='/bin/sh' STRIP='strip' UTF8='' WIN_PREFIX='' ac_ct_CC='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_BCOPY 1 #define HAVE_DLFCN_H 1 #define HAVE_LIMITS_H 1 #define HAVE_MEMMOVE 1 #define HAVE_STRERROR 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" configure: exit 0