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=/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: 141 tasks, 198 threads, 4 processors Load average: 0.36, Mach factor: 3.63 /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:1542: checking for a BSD-compatible install configure:1597: result: /usr/bin/install -c -o root -g wheel configure:1608: checking whether build environment is sane configure:1651: result: yes configure:1708: checking for gawk configure:1724: found /usr/local/bin/gawk configure:1734: result: gawk configure:1744: checking whether make sets $(MAKE) configure:1764: result: yes configure:1945: checking for i386-unknown-gnu-g++ configure:1971: result: c++ configure:2029: checking for C++ compiler version configure:2032: c++ --version &5 c++ (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:2035: $? = 0 configure:2037: c++ -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:2040: $? = 0 configure:2042: c++ -V &5 c++: `-V' option must have argument configure:2045: $? = 1 configure:2068: checking for C++ compiler default output file name configure:2071: c++ -fno-common conftest.cc -pthread >&5 c++: unrecognized option `-pthread' configure:2074: $? = 0 configure:2120: result: a.out configure:2125: checking whether the C++ compiler works configure:2131: ./a.out configure:2134: $? = 0 configure:2151: result: yes configure:2158: checking whether we are cross compiling configure:2160: result: no configure:2163: checking for suffix of executables configure:2165: c++ -o conftest -fno-common conftest.cc -pthread >&5 c++: unrecognized option `-pthread' configure:2168: $? = 0 configure:2193: result: configure:2199: checking for suffix of object files configure:2220: c++ -c -fno-common conftest.cc >&5 configure:2223: $? = 0 configure:2245: result: configure:2249: checking whether we are using the GNU C++ compiler configure:2273: c++ -c -fno-common conftest.cc >&5 configure:2279: $? = 0 configure:2282: test -z || test ! -s conftest.err configure:2285: $? = 0 configure:2288: test -s conftest. configure:2291: $? = 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:2304: result: no configure:2310: checking whether c++ accepts -g configure:2331: c++ -c -g conftest.cc >&5 configure:2337: $? = 0 configure:2340: test -z || test ! -s conftest.err configure:2343: $? = 0 configure:2346: test -s conftest. configure:2349: $? = 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:2360: result: no configure:2402: c++ -c -fno-common conftest.cc >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.cc:10: /usr/include/gcc/darwin/3.3/stdint.h:55: error: syntax error before `;' token /usr/include/gcc/darwin/3.3/stdint.h:66: error: syntax error before `;' token configure:2408: $? = 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 | int | main () | { | exit (42); | ; | return 0; | } configure:2402: c++ -c -fno-common conftest.cc >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.cc:10: /usr/include/gcc/darwin/3.3/stdint.h:55: error: syntax error before `;' token /usr/include/gcc/darwin/3.3/stdint.h:66: error: syntax error before `;' token configure:2408: $? = 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. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2402: c++ -c -fno-common conftest.cc >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.cc:10: /usr/include/gcc/darwin/3.3/stdint.h:55: error: syntax error before `;' token /usr/include/gcc/darwin/3.3/stdint.h:66: error: syntax error before `;' token configure:2408: $? = 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. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2402: c++ -c -fno-common conftest.cc >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.cc:10: /usr/include/gcc/darwin/3.3/stdint.h:55: error: syntax error before `;' token /usr/include/gcc/darwin/3.3/stdint.h:66: error: syntax error before `;' token In file included from conftest.cc:10: /usr/include/stdlib.h:158: error: declaration of `void exit(int)' throws different exceptions conftest.cc:9: error: than previous declaration `void exit(int) throw ()' configure:2408: $? = 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. */ | extern "C" void exit (int) throw (); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2402: c++ -c -fno-common conftest.cc >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.cc:10: /usr/include/gcc/darwin/3.3/stdint.h:55: error: syntax error before `;' token /usr/include/gcc/darwin/3.3/stdint.h:66: error: syntax error before `;' token configure:2408: $? = 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. */ | extern "C" void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2402: c++ -c -fno-common conftest.cc >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.cc:10: /usr/include/gcc/darwin/3.3/stdint.h:55: error: syntax error before `;' token /usr/include/gcc/darwin/3.3/stdint.h:66: error: syntax error before `;' token In file included from conftest.cc:10: conftest.cc:9: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:2408: $? = 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. */ | void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2498: checking for style of include used by make configure:2526: result: GNU configure:2554: checking dependency style of c++ configure:2644: result: gcc3 configure:2664: checking for i386-unknown-gnu-ranlib configure:2693: result: no configure:2702: checking for ranlib configure:2718: found /usr/bin/ranlib configure:2729: result: ranlib configure:2819: checking build system type configure:2837: result: i386-unknown-gnu configure:2845: checking host system type configure:2859: result: i386-unknown-gnu configure:2875: checking for i386-unknown-gnu-gcc configure:2901: result: cc configure:3183: checking for C compiler version configure:3186: 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:3189: $? = 0 configure:3191: 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:3194: $? = 0 configure:3196: cc -V &5 cc: `-V' option must have argument configure:3199: $? = 1 configure:3202: checking whether we are using the GNU C compiler configure:3226: cc -c -fno-common conftest.c >&5 configure:3232: $? = 0 configure:3235: test -z || test ! -s conftest.err configure:3238: $? = 0 configure:3241: test -s conftest. configure:3244: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:3257: result: no configure:3263: checking whether cc accepts -g configure:3284: cc -c -g conftest.c >&5 configure:3290: $? = 0 configure:3293: test -z || test ! -s conftest.err configure:3296: $? = 0 configure:3299: test -s conftest. configure:3302: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3313: result: no configure:3330: checking for cc option to accept ANSI C configure:3400: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:14: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:3406: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:3400: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:14: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:3406: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:3400: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:3406: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:3400: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:14: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:3406: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:3400: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:14: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:3406: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:3400: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:14: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:3406: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* 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:3436: result: none needed configure:3454: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:3460: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3592: checking dependency style of cc configure:3682: result: gcc3 configure:3699: checking for a sed that does not truncate output configure:3753: result: /usr/local/bin/sed configure:3756: checking for egrep configure:3766: result: grep -E configure:3815: checking for non-GNU ld configure:3849: result: /usr/bin/ld configure:3858: checking if the linker (/usr/bin/ld) is GNU ld configure:3873: result: no configure:3878: checking for /usr/bin/ld option to reload object files configure:3885: result: -r configure:3894: checking for BSD-compatible nm configure:3936: result: nm configure:3940: checking whether ln -s works configure:3944: result: yes configure:3951: checking how to recognise dependent libraries configure:4125: result: pass_all configure:4337: checking how to run the C preprocessor configure:4372: cc -E conftest.c configure:4378: $? = 0 configure:4410: cc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:4416: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:4455: result: cc -E configure:4479: cc -E conftest.c configure:4485: $? = 0 configure:4517: cc -E conftest.c conftest.c:12:28: ac_nonexistent.h: No such file or directory configure:4523: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:4567: checking for ANSI C header files configure:4592: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:12: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:4598: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:4719: result: no configure:4743: checking for sys/types.h configure:4759: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.c:47: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:4765: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #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:4788: result: no configure:4743: checking for sys/stat.h configure:4759: cc -c -fno-common conftest.c >&5 configure:4765: $? = 0 configure:4768: test -z || test ! -s conftest.err configure:4771: $? = 0 configure:4774: test -s conftest. configure:4777: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #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:4788: result: no configure:4743: checking for stdlib.h configure:4759: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from conftest.c:47: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:4765: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #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:4788: result: no configure:4743: checking for string.h configure:4759: cc -c -fno-common conftest.c >&5 configure:4765: $? = 0 configure:4768: test -z || test ! -s conftest.err configure:4771: $? = 0 configure:4774: test -s conftest. configure:4777: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #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:4788: result: no configure:4743: checking for memory.h configure:4759: cc -c -fno-common conftest.c >&5 configure:4765: $? = 0 configure:4768: test -z || test ! -s conftest.err configure:4771: $? = 0 configure:4774: test -s conftest. configure:4777: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #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:4788: result: no configure:4743: checking for strings.h configure:4759: cc -c -fno-common conftest.c >&5 configure:4765: $? = 0 configure:4768: test -z || test ! -s conftest.err configure:4771: $? = 0 configure:4774: test -s conftest. configure:4777: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #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:4788: result: no configure:4743: checking for inttypes.h configure:4759: cc -c -fno-common conftest.c >&5 In file included from /usr/include/inttypes.h:36, from conftest.c:47: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:4765: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #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:4788: result: no configure:4743: checking for stdint.h configure:4759: cc -c -fno-common conftest.c >&5 In file included from conftest.c:47: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:4765: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #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:4788: result: no configure:4743: checking for unistd.h configure:4759: cc -c -fno-common conftest.c >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from /usr/include/sys/select.h:144, from /usr/include/unistd.h:483, from conftest.c:47: /usr/include/gcc/darwin/3.3/stdint.h:55: error: parse error before "int_least8_t" /usr/include/gcc/darwin/3.3/stdint.h:66: error: parse error before "int_fast8_t" configure:4765: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #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:4788: result: no configure:4814: checking dlfcn.h usability configure:4826: cc -c -fno-common conftest.c >&5 configure:4832: $? = 0 configure:4835: test -z || test ! -s conftest.err configure:4838: $? = 0 configure:4841: test -s conftest. configure:4844: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #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:4854: result: no configure:4858: checking dlfcn.h presence configure:4868: cc -E conftest.c configure:4874: $? = 0 configure:4894: result: yes configure:4907: WARNING: dlfcn.h: present but cannot be compiled configure:4909: WARNING: dlfcn.h: check for missing prerequisite headers? configure:4911: WARNING: dlfcn.h: see the Autoconf documentation configure:4913: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:4915: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:4917: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:4929: checking for dlfcn.h configure:4936: result: yes configure:4954: checking how to run the C++ preprocessor configure:4985: c++ -E conftest.cc configure:4991: $? = 0 configure:5023: c++ -E conftest.cc conftest.cc:13:28: ac_nonexistent.h: No such file or directory configure:5029: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5068: result: c++ -E configure:5092: c++ -E conftest.cc configure:5098: $? = 0 configure:5130: c++ -E conftest.cc conftest.cc:13:28: ac_nonexistent.h: No such file or directory configure:5136: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5189: checking for i386-unknown-gnu-g77 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-f77 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-xlf configure:5218: result: no configure:5189: checking for i386-unknown-gnu-frt configure:5218: result: no configure:5189: checking for i386-unknown-gnu-pgf77 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-fort77 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-fl32 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-af77 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-f90 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-xlf90 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-pgf90 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-epcf90 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-f95 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-fort configure:5218: result: no configure:5189: checking for i386-unknown-gnu-xlf95 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-ifc configure:5218: result: no configure:5189: checking for i386-unknown-gnu-efc configure:5218: result: no configure:5189: checking for i386-unknown-gnu-pgf95 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-lf95 configure:5218: result: no configure:5189: checking for i386-unknown-gnu-gfortran configure:5218: result: no configure:5231: checking for g77 configure:5247: found /usr/local/bin/g77 configure:5257: result: g77 configure:5275: checking for Fortran 77 compiler version configure:5275: g77 --version &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -2 > /tmp/' 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:5278: $? = 0 configure:5280: g77 -v &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -2 > /tmp/' Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) cc: /tmp/: linker input file unused because linking not done configure:5283: $? = 0 configure:5285: g77 -V &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -2 > /tmp/' cc: `-V' must come at the start of the command line configure:5288: $? = 0 configure:5296: checking whether we are using the GNU Fortran 77 compiler configure:5310: g77 -c conftest.F >&5 Error on line 2: Bad # line: "#ifndef __GNUC__" Error on line 4: Bad # line: "#endif" Error on line 3: unclassifiable statement (starts "chokeme") cc: /tmp/conftest.F: Fortran compiler not installed on this system configure:5316: $? = 0 configure:5319: test -z || test ! -s conftest.err configure:5322: $? = 0 configure:5325: test -s conftest. configure:5328: $? = 1 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5341: result: no configure:5347: checking whether g77 accepts -g configure:5359: g77 -c -g conftest.f >&5 configure:5365: $? = 0 configure:5368: test -z || test ! -s conftest.err configure:5371: $? = 0 configure:5374: test -s conftest. configure:5377: $? = 1 configure: failed program was: | program main | | end configure:5389: result: no configure:5419: checking the maximum length of command line arguments configure:5484: result: configure:5495: checking command to parse nm output from cc object configure:5584: c++ -c -fno-common conftest.cc >&5 configure:5587: $? = 0 configure:5591: 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:5594: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:5584: c++ -c -fno-common conftest.cc >&5 configure:5587: $? = 0 configure:5591: 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:5594: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:5684: result: failed configure:5691: checking for objdir configure:5706: result: .libs configure:5758: checking for i386-unknown-gnu-ar configure:5787: result: no configure:5796: checking for ar configure:5812: found /usr/bin/ar configure:5823: result: ar configure:5838: checking for i386-unknown-gnu-ranlib configure:5864: result: ranlib configure:5918: checking for i386-unknown-gnu-strip configure:5947: result: no configure:5956: checking for strip configure:5972: found /usr/bin/strip configure:5983: result: strip configure:6245: checking if cc static flag works cc: unrecognized option `-pthread' configure:6268: result: no configure:6334: checking for cc option to produce PIC configure:6511: result: configure:6576: checking if cc supports -c -o file.o configure:6600: cc -c -fno-common -o out/conftest2.o conftest.c >&5 configure:6604: $? = 0 configure:6621: result: yes configure:6647: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:7494: result: no configure:7565: checking dynamic linker characteristics configure:8117: result: gnu ld.so configure:8121: checking how to hardcode library paths into programs configure:8146: result: immediate configure:8160: checking whether stripping libraries is possible configure:8181: result: no configure:8988: checking if libtool supports shared libraries configure:8990: result: no configure:8993: checking whether to build shared libraries configure:9051: result: no configure:9054: checking whether to build static libraries configure:9058: result: yes configure:9150: creating libtool configure:9839: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10665: result: yes configure:10683: c++ -c -fno-common conftest.cc >&5 configure:10686: $? = 0 configure:10782: checking for c++ option to produce PIC configure:11034: result: configure:11099: checking if c++ supports -c -o file.o configure:11123: c++ -c -fno-common -o out/conftest2.o conftest.cc >&5 configure:11127: $? = 0 configure:11144: result: yes configure:11170: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11198: result: yes configure:11269: checking dynamic linker characteristics configure:11821: result: gnu ld.so configure:11825: checking how to hardcode library paths into programs configure:11850: result: immediate configure:11864: checking whether stripping libraries is possible configure:11885: result: no configure:13169: checking if libtool supports shared libraries configure:13171: result: no configure:13174: checking whether to build shared libraries configure:13192: result: no configure:13195: checking whether to build static libraries configure:13199: result: yes configure:13211: checking for g77 option to produce PIC configure:13388: result: configure:13453: checking if g77 supports -c -o file.o configure:13477: g77 -c -o out/conftest2.o conftest.f >&5 configure:13481: $? = 0 configure:13498: result: yes configure:13524: checking whether the g77 linker (/usr/bin/ld) supports shared libraries configure:14351: result: no configure:14422: checking dynamic linker characteristics configure:14974: result: gnu ld.so configure:14978: checking how to hardcode library paths into programs configure:15003: result: immediate configure:15017: checking whether stripping libraries is possible configure:15038: result: no configure:19115: checking for i386-unknown-gnu-strip configure:19141: result: strip configure:19192: checking for ANSI C header files configure:19344: result: no configure:19487: checking poll.h usability configure:19499: c++ -c -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc >&5 configure:19505: $? = 0 configure:19508: test -z || test ! -s conftest.err configure:19511: $? = 0 configure:19514: test -s conftest.o configure:19517: $? = 0 configure:19527: result: yes configure:19531: checking poll.h presence configure:19541: c++ -E conftest.cc configure:19547: $? = 0 configure:19567: result: yes configure:19602: checking for poll.h configure:19609: result: yes configure:19487: checking sys/poll.h usability configure:19499: c++ -c -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc >&5 configure:19505: $? = 0 configure:19508: test -z || test ! -s conftest.err configure:19511: $? = 0 configure:19514: test -s conftest.o configure:19517: $? = 0 configure:19527: result: yes configure:19531: checking sys/poll.h presence configure:19541: c++ -E conftest.cc configure:19547: $? = 0 configure:19567: result: yes configure:19602: checking for sys/poll.h configure:19609: result: yes configure:19478: checking for stdint.h configure:19483: result: no configure:19478: checking for inttypes.h configure:19483: result: no configure:19641: checking fcntl.h usability configure:19653: c++ -c -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc >&5 configure:19659: $? = 0 configure:19662: test -z || test ! -s conftest.err configure:19665: $? = 0 configure:19668: test -s conftest.o configure:19671: $? = 0 configure:19681: result: yes configure:19685: checking fcntl.h presence configure:19695: c++ -E conftest.cc configure:19701: $? = 0 configure:19721: result: yes configure:19756: checking for fcntl.h configure:19763: result: yes configure:19641: checking limits.h usability configure:19653: c++ -c -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc >&5 configure:19659: $? = 0 configure:19662: test -z || test ! -s conftest.err configure:19665: $? = 0 configure:19668: test -s conftest.o configure:19671: $? = 0 configure:19681: result: yes configure:19685: checking limits.h presence configure:19695: c++ -E conftest.cc configure:19701: $? = 0 configure:19721: result: yes configure:19756: checking for limits.h configure:19763: result: yes configure:19632: checking for unistd.h configure:19637: result: no configure:19641: checking sys/time.h usability configure:19653: c++ -c -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc >&5 configure:19659: $? = 0 configure:19662: test -z || test ! -s conftest.err configure:19665: $? = 0 configure:19668: test -s conftest.o configure:19671: $? = 0 configure:19681: result: yes configure:19685: checking sys/time.h presence configure:19695: c++ -E conftest.cc configure:19701: $? = 0 configure:19721: result: yes configure:19756: checking for sys/time.h configure:19763: result: yes configure:19641: checking sys/select.h usability configure:19653: c++ -c -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from /usr/include/sys/select.h:144, from conftest.cc:52: /usr/include/gcc/darwin/3.3/stdint.h:55: error: syntax error before `;' token /usr/include/gcc/darwin/3.3/stdint.h:66: error: syntax error before `;' token configure:19659: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_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:19681: result: no configure:19685: checking sys/select.h presence configure:19695: c++ -E conftest.cc configure:19701: $? = 0 configure:19721: result: yes configure:19734: WARNING: sys/select.h: present but cannot be compiled configure:19736: WARNING: sys/select.h: check for missing prerequisite headers? configure:19738: WARNING: sys/select.h: see the Autoconf documentation configure:19740: WARNING: sys/select.h: section "Present But Cannot Be Compiled" configure:19742: WARNING: sys/select.h: proceeding with the preprocessor's result configure:19744: WARNING: sys/select.h: in the future, the compiler will take precedence configure:19756: checking for sys/select.h configure:19763: result: yes configure:19641: checking syslog.h usability configure:19653: c++ -c -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc >&5 configure:19659: $? = 0 configure:19662: test -z || test ! -s conftest.err configure:19665: $? = 0 configure:19668: test -s conftest.o configure:19671: $? = 0 configure:19681: result: yes configure:19685: checking syslog.h presence configure:19695: c++ -E conftest.cc configure:19701: $? = 0 configure:19721: result: yes configure:19756: checking for syslog.h configure:19763: result: yes configure:19791: checking slist usability configure:19803: c++ -c -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc >&5 conftest.cc:54:17: slist: No such file or directory configure:19809: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYSLOG_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:19831: result: no configure:19835: checking slist presence configure:19845: c++ -E conftest.cc conftest.cc:20:17: slist: No such file or directory configure:19851: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYSLOG_H 1 | /* end confdefs.h. */ | #include configure:19871: result: no configure:19906: checking for slist configure:19913: result: no configure:19791: checking ext/slist usability configure:19803: c++ -c -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/wait.h:182, from /usr/include/stdlib.h:64, from /usr/include/gcc/darwin/3.3/c++/cstdlib:52, from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:67, from /usr/include/gcc/darwin/3.3/c++/ext/slist:53, from conftest.cc:54: /usr/include/gcc/darwin/3.3/stdint.h:55: error: syntax error before `;' token /usr/include/gcc/darwin/3.3/stdint.h:66: error: syntax error before `;' token In file included from /usr/include/gcc/darwin/3.3/c++/cstdlib:52, from /usr/include/gcc/darwin/3.3/c++/bits/stl_algobase.h:67, from /usr/include/gcc/darwin/3.3/c++/ext/slist:53, from conftest.cc:54: conftest.cc:9: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:19809: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYSLOG_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:19831: result: no configure:19835: checking ext/slist presence configure:19845: c++ -E conftest.cc configure:19851: $? = 0 configure:19871: result: yes configure:19884: WARNING: ext/slist: present but cannot be compiled configure:19886: WARNING: ext/slist: check for missing prerequisite headers? configure:19888: WARNING: ext/slist: see the Autoconf documentation configure:19890: WARNING: ext/slist: section "Present But Cannot Be Compiled" configure:19892: WARNING: ext/slist: proceeding with the preprocessor's result configure:19894: WARNING: ext/slist: in the future, the compiler will take precedence configure:19906: checking for ext/slist configure:19913: result: yes configure:19944: checking for select configure:20001: c++ -o conftest -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc -pthread >&5 c++: unrecognized option `-pthread' configure:20007: $? = 0 configure:20010: test -z || test ! -s conftest.err configure:20013: $? = 0 configure:20016: test -s conftest configure:20019: $? = 0 configure:20031: result: yes configure:19944: checking for socket configure:20001: c++ -o conftest -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc -pthread >&5 c++: unrecognized option `-pthread' configure:20007: $? = 0 configure:20010: test -z || test ! -s conftest.err configure:20013: $? = 0 configure:20016: test -s conftest configure:20019: $? = 0 configure:20031: result: yes configure:19944: checking for inet_aton configure:20001: c++ -o conftest -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc -pthread >&5 c++: unrecognized option `-pthread' configure:20007: $? = 0 configure:20010: test -z || test ! -s conftest.err configure:20013: $? = 0 configure:20016: test -s conftest configure:20019: $? = 0 configure:20031: result: yes configure:19944: checking for gethostname configure:20001: c++ -o conftest -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc -pthread >&5 c++: unrecognized option `-pthread' configure:20007: $? = 0 configure:20010: test -z || test ! -s conftest.err configure:20013: $? = 0 configure:20016: test -s conftest configure:20019: $? = 0 configure:20031: result: yes configure:19944: checking for gethostbyname configure:20001: c++ -o conftest -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc -pthread >&5 c++: unrecognized option `-pthread' configure:20007: $? = 0 configure:20010: test -z || test ! -s conftest.err configure:20013: $? = 0 configure:20016: test -s conftest configure:20019: $? = 0 configure:20031: result: yes configure:20113: checking for vsnprintf configure:20133: c++ -c -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:33: warning: zero-length printf format string configure:20139: $? = 0 configure:20142: test -z || test ! -s conftest.err configure:20145: $? = 0 configure:20148: test -s conftest.o configure:20151: $? = 0 configure:20153: result: yes configure:20171: checking for gettimeofday configure:20192: c++ -c -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:35: warning: unused variable `int ret' configure:20198: $? = 0 configure:20201: test -z || test ! -s conftest.err configure:20204: $? = 0 configure:20207: test -s conftest.o configure:20210: $? = 0 configure:20212: result: yes configure:20446: checking for struct sockaddr_in6 configure:20467: c++ -c -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.cc:29: /usr/include/gcc/darwin/3.3/stdint.h:55: error: syntax error before `;' token /usr/include/gcc/darwin/3.3/stdint.h:66: error: syntax error before `;' token conftest.cc: In function `int main()': conftest.cc:36: warning: unused variable `sockaddr_in6 ac_i' configure:20473: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_EXT_SLIST 1 | #define HAVE_POLL 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_INET_ATON 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | static struct sockaddr_in6 ac_i; | ; | return 0; | } configure:20615: result: no configure:20620: checking for struct sockaddr_storage configure:20641: c++ -c -O0 -Wall -funsigned-char -D_REENTRANT conftest.cc >&5 In file included from /usr/include/sys/_endian.h:103, from /usr/include/i386/endian.h:92, from /usr/include/machine/endian.h:32, from /usr/include/sys/types.h:75, from conftest.cc:29: /usr/include/gcc/darwin/3.3/stdint.h:55: error: syntax error before `;' token /usr/include/gcc/darwin/3.3/stdint.h:66: error: syntax error before `;' token conftest.cc: In function `int main()': conftest.cc:36: warning: unused variable `sockaddr_storage ac_i' configure:20647: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | void exit (int); | #endif | #define HAVE_DLFCN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_EXT_SLIST 1 | #define HAVE_POLL 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_INET_ATON 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | static struct sockaddr_storage ac_i; | ; | return 0; | } configure:20672: error: For IPv6 ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_cxx_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_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value=-fno-common ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_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_f77_compiler_gnu=no ac_cv_func_gethostbyname=yes ac_cv_func_gethostname=yes ac_cv_func_inet_aton=yes ac_cv_func_select=yes ac_cv_func_socket=yes ac_cv_header_dlfcn_h=yes ac_cv_header_ext_slist=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes ac_cv_header_memory_h=no ac_cv_header_poll_h=yes ac_cv_header_slist=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_poll_h=yes ac_cv_header_sys_select_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_syslog_h=yes 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_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_CXX=c++ ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_RANLIB=ranlib ac_cv_prog_STRIP=strip ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_F77=g77 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_cxx_g=no ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX= lt_cv_path_NM=nm lt_cv_path_SED=/usr/local/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ldcxx= lt_cv_sys_global_symbol_pipe= lt_cv_sys_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_sys_global_symbol_to_cdecl= lt_cv_sys_max_cmd_len= lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='""' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='""' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/devel/poslib/work/poslib-1.0.6/missing --run aclocal-1.8' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/devel/poslib/work/poslib-1.0.6/missing --run tar' AR='ar' AUTOCONF='${SHELL} /mnt/gmirror/ports/devel/poslib/work/poslib-1.0.6/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/devel/poslib/work/poslib-1.0.6/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/devel/poslib/work/poslib-1.0.6/missing --run automake-1.8' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' CURDIR='' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O0 -Wall -funsigned-char -D_REENTRANT' CYGPATH_W='echo' DEBUG_FALSE='' DEBUG_TRUE='#' DEFS='' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='g77' FFLAGS='' 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' LDFLAGS='' LIBOBJS='' LIBS='-pthread ' LIBTOOL='$(SHELL) /usr/local/bin/libtool' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /mnt/gmirror/ports/devel/poslib/work/poslib-1.0.6/missing --run makeinfo' OBJEXT='' PACKAGE='poslib' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' THREAD_CFLAGS='' THREAD_LIBS='' VERINFO='0:0:0' VERSION='1.0.6' WITH_CCMALLOC_FALSE='' WITH_CCMALLOC_TRUE='#' WITH_SQLDNS_FALSE='' WITH_SQLDNS_TRUE='#' ac_ct_AR='ar' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='g77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' 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='NONE' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/mnt/gmirror/ports/devel/poslib/work/poslib-1.0.6/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p -- .' 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_DLFCN_H 1 #define HAVE_EXT_SLIST 1 #define HAVE_FCNTL_H 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_INET_ATON 1 #define HAVE_LIMITS_H 1 #define HAVE_POLL 1 #define HAVE_POLL_H 1 #define HAVE_SELECT 1 #define HAVE_SOCKET 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_VSNPRINTF 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #endif #ifdef __cplusplus void exit (int); configure: exit 255