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.59. Invocation command line was $ ./configure --prefix= --prefix=/usr/local i386-unknown-gnu build_alias=i386-unknown-gnu host_alias=i386-unknown-gnu target_alias=i386-unknown-gnu --cache-file=/dev/null --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: 103 tasks, 158 threads, 4 processors Load average: 1.23, Mach factor: 2.76 /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:1384: creating cache configure:1474: checking for i386-unknown-gnu-gcc configure:1500: result: cc configure:1782: checking for C compiler version configure:1785: 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:1788: $? = 0 configure:1790: 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:1793: $? = 0 configure:1795: cc -V &5 cc: `-V' option must have argument configure:1798: $? = 1 configure:1821: checking for C compiler default output file name configure:1824: cc -fno-common conftest.c >&5 configure:1827: $? = 0 configure:1873: result: a.out configure:1878: checking whether the C compiler works configure:1884: ./a.out configure:1887: $? = 0 configure:1904: result: yes configure:1911: checking whether we are cross compiling configure:1913: result: no configure:1916: checking for suffix of executables configure:1918: cc -o conftest -fno-common conftest.c >&5 configure:1921: $? = 0 configure:1946: result: configure:1952: checking for suffix of object files configure:1973: cc -c -fno-common conftest.c >&5 configure:1976: $? = 0 configure:1998: result: configure:2002: checking whether we are using the GNU C compiler configure:2026: cc -c -fno-common conftest.c >&5 configure:2032: $? = 0 configure:2036: test -z || test ! -s conftest.err configure:2039: $? = 0 configure:2042: test -s conftest. configure:2045: $? = 1 configure: failed program was: | /* 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:2058: result: no configure:2064: checking whether cc accepts -g configure:2085: cc -c -g conftest.c >&5 configure:2091: $? = 0 configure:2095: test -z || test ! -s conftest.err configure:2098: $? = 0 configure:2101: test -s conftest. configure:2104: $? = 1 configure: failed program was: | /* 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:2115: result: no configure:2132: checking for cc option to accept ANSI C configure:2202: cc -c -fno-common conftest.c >&5 configure:2208: $? = 0 configure:2212: test -z || test ! -s conftest.err configure:2215: $? = 0 configure:2218: test -s conftest. configure:2221: $? = 1 configure: failed program was: | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2202: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2208: $? = 0 configure:2212: test -z || test ! -s conftest.err configure:2215: $? = 0 configure:2218: test -s conftest. configure:2221: $? = 1 configure: failed program was: | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2202: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2208: $? = 1 configure: failed program was: | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2202: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2208: $? = 1 configure: failed program was: | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2202: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2208: $? = 1 configure: failed program was: | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2202: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2208: $? = 0 configure:2212: test -z || test ! -s conftest.err configure:2215: $? = 0 configure:2218: test -s conftest. configure:2221: $? = 1 configure: failed program was: | /* 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; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2239: result: none needed configure:2257: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2263: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2401: checking how to run the C preprocessor configure:2436: cc -E conftest.c configure:2442: $? = 0 configure:2474: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2480: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2519: result: cc -E configure:2543: cc -E conftest.c configure:2549: $? = 0 configure:2581: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2587: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2632: checking for egrep configure:2642: result: grep -E configure:2698: checking whether using GNU C configure:2725: result: yes configure:2737: checking for underscore in external names configure:2751: cc -S conftest.c configure:2754: $? = 0 configure:2764: result: yes configure:2779: checking for ranlib configure:2795: found /usr/bin/ranlib configure:2806: result: ranlib configure:2813: checking whether gmake sets $(MAKE) configure:2833: result: yes configure:2852: checking for a BSD compatible install configure:2899: result: /usr/bin/install -c -o root -g wheel configure:2911: checking how to copy files configure:2927: result: cp -p configure:2931: checking how to make hard links configure:2947: result: ln configure:2960: checking build system type configure:2978: result: i386-unknown-gnu configure:2986: checking host system type configure:3000: result: i386-unknown-gnu configure:3264: checking for non-GNU ld configure:3294: result: /usr/bin/ld configure:3303: checking if the linker (/usr/bin/ld) is GNU ld configure:3315: result: no configure:3320: checking for /usr/bin/ld option to reload object files configure:3327: result: -r configure:3332: checking for BSD-compatible nm configure:3368: result: nm configure:3371: checking for a sed that does not truncate output configure:3453: result: /usr/local/bin/sed configure:3456: checking whether ln -s works configure:3472: result: yes configure:3480: checking how to recognise dependent libraries configure:3661: result: pass_all configure:3673: checking command to parse nm output configure:3757: cc -c -fno-common conftest.c >&5 configure:3760: $? = 0 configure:3764: 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:3767: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:3757: cc -c -fno-common conftest.c >&5 configure:3760: $? = 0 configure:3764: 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:3767: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:3863: result: failed configure:3870: checking for ANSI C header files configure:3895: cc -c -fno-common conftest.c >&5 configure:3901: $? = 0 configure:3905: test -z || test ! -s conftest.err configure:3908: $? = 0 configure:3911: test -s conftest. configure:3914: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #ifndef __i386__ | #define __i386__ 1 | #endif | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:4023: result: no configure:4047: checking for sys/types.h configure:4063: cc -c -fno-common conftest.c >&5 configure:4069: $? = 0 configure:4073: test -z || test ! -s conftest.err configure:4076: $? = 0 configure:4079: test -s conftest. configure:4082: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #ifndef __i386__ | #define __i386__ 1 | #endif | /* 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:4093: result: no configure:4047: checking for sys/stat.h configure:4063: cc -c -fno-common conftest.c >&5 configure:4069: $? = 0 configure:4073: test -z || test ! -s conftest.err configure:4076: $? = 0 configure:4079: test -s conftest. configure:4082: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #ifndef __i386__ | #define __i386__ 1 | #endif | /* 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:4093: result: no configure:4047: checking for stdlib.h configure:4063: cc -c -fno-common conftest.c >&5 configure:4069: $? = 0 configure:4073: test -z || test ! -s conftest.err configure:4076: $? = 0 configure:4079: test -s conftest. configure:4082: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #ifndef __i386__ | #define __i386__ 1 | #endif | /* 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:4093: result: no configure:4047: checking for string.h configure:4063: cc -c -fno-common conftest.c >&5 configure:4069: $? = 0 configure:4073: test -z || test ! -s conftest.err configure:4076: $? = 0 configure:4079: test -s conftest. configure:4082: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #ifndef __i386__ | #define __i386__ 1 | #endif | /* 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:4093: result: no configure:4047: checking for memory.h configure:4063: cc -c -fno-common conftest.c >&5 configure:4069: $? = 0 configure:4073: test -z || test ! -s conftest.err configure:4076: $? = 0 configure:4079: test -s conftest. configure:4082: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #ifndef __i386__ | #define __i386__ 1 | #endif | /* 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:4093: result: no configure:4047: checking for strings.h configure:4063: cc -c -fno-common conftest.c >&5 configure:4069: $? = 0 configure:4073: test -z || test ! -s conftest.err configure:4076: $? = 0 configure:4079: test -s conftest. configure:4082: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #ifndef __i386__ | #define __i386__ 1 | #endif | /* 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:4093: result: no configure:4047: checking for inttypes.h configure:4063: cc -c -fno-common conftest.c >&5 configure:4069: $? = 0 configure:4073: test -z || test ! -s conftest.err configure:4076: $? = 0 configure:4079: test -s conftest. configure:4082: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #ifndef __i386__ | #define __i386__ 1 | #endif | /* 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:4093: result: no configure:4047: checking for stdint.h configure:4063: cc -c -fno-common conftest.c >&5 configure:4069: $? = 0 configure:4073: test -z || test ! -s conftest.err configure:4076: $? = 0 configure:4079: test -s conftest. configure:4082: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #ifndef __i386__ | #define __i386__ 1 | #endif | /* 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:4093: result: no configure:4047: checking for unistd.h configure:4063: cc -c -fno-common conftest.c >&5 configure:4069: $? = 0 configure:4073: test -z || test ! -s conftest.err configure:4076: $? = 0 configure:4079: test -s conftest. configure:4082: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #ifndef __i386__ | #define __i386__ 1 | #endif | /* 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:4093: result: no configure:4119: checking dlfcn.h usability configure:4131: cc -c -fno-common conftest.c >&5 configure:4137: $? = 0 configure:4141: test -z || test ! -s conftest.err configure:4144: $? = 0 configure:4147: test -s conftest. configure:4150: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #ifndef __i386__ | #define __i386__ 1 | #endif | /* 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:4160: result: no configure:4164: checking dlfcn.h presence configure:4174: cc -E conftest.c configure:4180: $? = 0 configure:4200: result: yes configure:4213: WARNING: dlfcn.h: present but cannot be compiled configure:4215: WARNING: dlfcn.h: check for missing prerequisite headers? configure:4217: WARNING: dlfcn.h: see the Autoconf documentation configure:4219: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:4221: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:4223: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:4235: checking for dlfcn.h configure:4242: result: yes configure:4402: checking for i386-unknown-gnu-ranlib configure:4428: result: ranlib configure:4482: checking for i386-unknown-gnu-strip configure:4511: result: no configure:4520: checking for strip configure:4536: found /usr/bin/strip configure:4547: result: strip configure:4767: checking for objdir configure:4778: result: .libs configure:4795: checking for cc option to produce PIC configure:4938: result: none configure:5041: checking if cc static flag works configure:5065: cc -o conftest -fno-common conftest.c >&5 configure:5071: $? = 0 configure:5075: test -z || test ! -s conftest.err configure:5078: $? = 0 configure:5081: test -s conftest configure:5084: $? = 0 configure:5101: result: yes configure:5113: checking if cc supports -c -o file.o configure:5136: cc -c -fno-common -o out/conftest2.o conftest.c >&5 configure:5157: result: yes configure:5162: checking if cc supports -c -o file.lo configure:5189: cc -c -fno-common -c -o conftest.lo conftest.c >&5 configure:5195: $? = 0 configure:5199: test -z || test ! -s conftest.err configure:5202: $? = 0 configure:5205: test -s conftest.lo configure:5208: $? = 0 configure:5230: result: yes configure:5330: checking whether the linker (/usr/bin/ld) supports shared libraries configure:6025: result: no configure:6030: checking how to hardcode library paths into programs configure:6054: result: unsupported configure:6059: checking whether stripping libraries is possible configure:6067: result: no configure:6075: checking dynamic linker characteristics configure:6482: result: gnu ld.so configure:6487: checking if libtool supports shared libraries configure:6489: result: no configure:6492: checking whether to build shared libraries configure:6513: result: no configure:6516: checking whether to build static libraries configure:6520: result: yes configure:7884: checking for pcc non-reentrant struct return convention configure:7915: cc -o conftest -fno-common -O0 conftest.c >&5 configure:7918: $? = 0 configure:7920: ./conftest configure:7923: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #ifndef __i386__ | #define __i386__ 1 | #endif | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | typedef struct { int a; int b; int c; int d; int e; } foo; | foo foofun () { static foo foopi = {3141,5926,5358,9793,2385}; return foopi; } | foo* (*fun) () = (foo* (*) ()) foofun; | int main() | { foo foo1; | foo* fooptr1; | foo foo2; | foo* fooptr2; | foo1 = foofun(); fooptr1 = (*fun)(&foo1); | foo2 = foofun(); fooptr2 = (*fun)(&foo2); | exit(!(fooptr1 == fooptr2 && fooptr1->c == 5358)); | } configure:7940: result: no configure:7950: checking whether small structs are returned in registers configure:7975: cc -o conftest -fno-common conftest.c >&5 configure:7978: $? = 0 configure:7980: ./conftest configure:7983: $? = 0 configure:7999: result: yes configure:8009: checking whether floats are returned in integer registers configure:8033: cc -o conftest -fno-common conftest.c >&5 configure:8036: $? = 0 configure:8038: ./conftest configure:8041: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define ASM_UNDERSCORE | #ifndef __i386__ | #define __i386__ 1 | #endif | #define HAVE_DLFCN_H 1 | #define __SMALL_STRUCT_RETURN__ 1 | /* end confdefs.h. */ | float x = (float)1.2; | float y = (float)1.3; | float fun () { return x*y; } | int main() | { int val = (* (int (*) ()) fun) (); | exit (!(val == 0x3FC7AE15 || val == 0x15AEC73F)); | } configure:8057: result: no configure:8067: checking for long long type configure:8098: cc -o conftest -fno-common conftest.c >&5 configure:8101: $? = 0 configure:8103: ./conftest configure:8106: $? = 0 configure:8121: result: yes configure:8228: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:665: creating Makefile config.status:768: creating avcall.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_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_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_prog_make_gmake_set=yes cl_cv_c_float_return_ireg=no cl_cv_c_longlong=yes cl_cv_c_struct_return_small=yes cl_cv_c_struct_return_static=no cl_cv_prog_LN=ln cl_cv_prog_LN_S='ln -s' cl_cv_prog_as_underscore=yes cl_cv_prog_cc_gcc=yes cl_cv_prog_cp='cp -p' lt_cv_compiler_c_o=yes lt_cv_compiler_o_lo=yes 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_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' 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_path_SED=/usr/local/bin/sed 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. ## ## ----------------- ## AS_UNDERSCORE='true' CC='cc' CC_GCC='true' CFLAGS='-fno-common' CP='cp -p' CPP='cc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GCC_X_NONE='-x none' INSTALL='/usr/bin/install -c -o root -g wheel' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN='ln' LN_S='ln -s' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' ac_ct_CC='' ac_ct_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 ASM_UNDERSCORE #define HAVE_DLFCN_H 1 #define HAVE_LONGLONG #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define __SMALL_STRUCT_RETURN__ 1 #define __i386__ 1 #endif #ifndef __i386__ configure: exit 0