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.61 (OpenPKG-CURRENT). 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 /usr/bin/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: 152 tasks, 209 threads, 4 processors Load average: 2.78, Mach factor: 1.74 /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:1934: checking whether make sets $(MAKE) configure:1955: result: yes configure:1972: checking for i386-unknown-gnu-gcc configure:1999: result: cc configure:2277: checking for C compiler version configure:2284: 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:2287: $? = 0 configure:2294: 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:2297: $? = 0 configure:2304: cc -V >&5 cc: `-V' option must have argument configure:2307: $? = 1 configure:2330: checking for C compiler default output file name configure:2357: cc -fno-common conftest.c >&5 configure:2360: $? = 0 configure:2398: result: a.out configure:2415: checking whether the C compiler works configure:2425: ./a.out configure:2428: $? = 0 configure:2445: result: yes configure:2452: checking whether we are cross compiling configure:2454: result: no configure:2457: checking for suffix of executables configure:2464: cc -o conftest -fno-common conftest.c >&5 configure:2467: $? = 0 configure:2491: result: configure:2497: checking for suffix of object files configure:2523: cc -c -fno-common conftest.c >&5 configure:2526: $? = 0 configure:2549: result: configure:2553: checking whether we are using the GNU C compiler configure:2582: cc -c -fno-common conftest.c >&5 configure:2588: $? = 0 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:2605: result: no configure:2610: checking whether cc accepts -g configure:2640: cc -c -g conftest.c >&5 configure:2646: $? = 0 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:2678: cc -c conftest.c >&5 configure:2684: $? = 0 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:2717: cc -c -g conftest.c >&5 configure:2723: $? = 0 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:2745: result: no configure:2762: checking for cc option to accept ISO C89 configure:2836: cc -c -fno-common conftest.c >&5 configure:2842: $? = 0 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2836: cc -qlanglvl=extc89 -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=extc89' configure:2842: $? = 0 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2836: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2842: $? = 0 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2836: cc -std -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std' configure:2842: $? = 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2836: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2842: $? = 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2836: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2842: $? = 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2836: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2842: $? = 0 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 -std 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 -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 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:2868: result: unsupported configure:2888: checking how to run the C preprocessor configure:2928: cc -E conftest.c configure:2934: $? = 0 configure:2965: cc -E conftest.c conftest.c:8:28: ac_nonexistent.h: No such file or directory configure:2971: $? = 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:3004: result: cc -E configure:3033: cc -E conftest.c configure:3039: $? = 0 configure:3070: cc -E conftest.c conftest.c:8:28: ac_nonexistent.h: No such file or directory configure:3076: $? = 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:3465: checking for compilation debug mode configure:3467: result: disabled configure:3474: checking for maintainer build mode configure:3483: result: no configure:3595: checking build system type configure:3613: result: i386-unknown-gnu configure:3635: checking host system type configure:3650: result: i386-unknown-gnu configure:3672: checking for a sed that does not truncate output configure:3726: result: /usr/local/bin/sed configure:3729: checking for grep that handles long lines and -e configure:3803: result: /usr/bin/grep configure:3808: checking for egrep configure:3886: result: /usr/bin/grep -E configure:3935: checking for non-GNU ld configure:3969: result: /usr/bin/ld configure:3978: checking if the linker (/usr/bin/ld) is GNU ld configure:3993: result: no configure:3998: checking for /usr/bin/ld option to reload object files configure:4005: result: -r configure:4023: checking for BSD-compatible nm configure:4072: result: /usr/bin/nm -p configure:4076: checking whether ln -s works configure:4080: result: yes configure:4087: checking how to recognise dependent libraries configure:4263: result: pass_all configure:4492: checking for ANSI C header files configure:4522: cc -c -fno-common conftest.c >&5 configure:4528: $? = 0 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 | | int | main () | { | | ; | return 0; | } configure:4653: result: no configure:4677: checking for sys/types.h configure:4698: cc -c -fno-common conftest.c >&5 configure:4704: $? = 0 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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4720: result: no configure:4677: checking for sys/stat.h configure:4698: cc -c -fno-common conftest.c >&5 configure:4704: $? = 0 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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4720: result: no configure:4677: checking for stdlib.h configure:4698: cc -c -fno-common conftest.c >&5 configure:4704: $? = 0 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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4720: result: no configure:4677: checking for string.h configure:4698: cc -c -fno-common conftest.c >&5 configure:4704: $? = 0 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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4720: result: no configure:4677: checking for memory.h configure:4698: cc -c -fno-common conftest.c >&5 configure:4704: $? = 0 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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4720: result: no configure:4677: checking for strings.h configure:4698: cc -c -fno-common conftest.c >&5 configure:4704: $? = 0 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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4720: result: no configure:4677: checking for inttypes.h configure:4698: cc -c -fno-common conftest.c >&5 configure:4704: $? = 0 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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4720: result: no configure:4677: checking for stdint.h configure:4698: cc -c -fno-common conftest.c >&5 configure:4704: $? = 0 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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4720: result: no configure:4677: checking for unistd.h configure:4698: cc -c -fno-common conftest.c >&5 configure:4704: $? = 0 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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:4720: result: no configure:4747: checking dlfcn.h usability configure:4764: cc -c -fno-common conftest.c >&5 configure:4770: $? = 0 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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:4784: result: no configure:4788: checking dlfcn.h presence configure:4803: cc -E conftest.c configure:4809: $? = 0 configure:4823: result: yes configure:4836: WARNING: dlfcn.h: present but cannot be compiled configure:4838: WARNING: dlfcn.h: check for missing prerequisite headers? configure:4840: WARNING: dlfcn.h: see the Autoconf documentation configure:4842: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:4844: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:4846: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:4851: checking for dlfcn.h configure:4859: result: yes configure:4988: checking for C++ compiler version configure:4995: 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:4998: $? = 0 configure:5005: 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:5008: $? = 0 configure:5015: c++ -V >&5 c++: `-V' option must have argument configure:5018: $? = 1 configure:5021: checking whether we are using the GNU C++ compiler configure:5050: c++ -c -fno-common conftest.cpp >&5 configure:5056: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:5073: result: no configure:5078: checking whether c++ accepts -g configure:5108: c++ -c -g conftest.cpp >&5 configure:5114: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:5146: c++ -c conftest.cpp >&5 configure:5152: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:5185: c++ -c -g conftest.cpp >&5 configure:5191: $? = 0 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:5213: result: no configure:5246: checking how to run the C++ preprocessor configure:5282: c++ -E conftest.cpp configure:5288: $? = 0 configure:5319: c++ -E conftest.cpp conftest.cpp:9:28: ac_nonexistent.h: No such file or directory configure:5325: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5358: result: c++ -E configure:5387: c++ -E conftest.cpp configure:5393: $? = 0 configure:5424: c++ -E conftest.cpp conftest.cpp:9:28: ac_nonexistent.h: No such file or directory configure:5430: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5479: checking for i386-unknown-gnu-g77 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-xlf configure:5509: result: no configure:5479: checking for i386-unknown-gnu-f77 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-frt configure:5509: result: no configure:5479: checking for i386-unknown-gnu-pgf77 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-cf77 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-fort77 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-fl32 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-af77 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-xlf90 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-f90 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-pgf90 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-pghpf configure:5509: result: no configure:5479: checking for i386-unknown-gnu-epcf90 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-gfortran configure:5509: result: no configure:5479: checking for i386-unknown-gnu-g95 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-xlf95 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-f95 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-fort configure:5509: result: no configure:5479: checking for i386-unknown-gnu-ifort configure:5509: result: no configure:5479: checking for i386-unknown-gnu-ifc configure:5509: result: no configure:5479: checking for i386-unknown-gnu-efc configure:5509: result: no configure:5479: checking for i386-unknown-gnu-pgf95 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-lf95 configure:5509: result: no configure:5479: checking for i386-unknown-gnu-ftn configure:5509: result: no configure:5523: checking for g77 configure:5539: found /usr/local/bin/g77 configure:5550: result: g77 configure:5580: checking for Fortran 77 compiler version configure:5587: 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:5590: $? = 0 configure:5597: 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:5600: $? = 0 configure:5607: 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:5610: $? = 0 configure:5618: checking whether we are using the GNU Fortran 77 compiler configure:5637: 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:5643: $? = 0 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5660: result: no configure:5666: checking whether g77 accepts -g configure:5683: g77 -c -g conftest.f >&5 configure:5689: $? = 0 configure: failed program was: | program main | | end configure:5705: result: no configure:5735: checking the maximum length of command line arguments configure:5844: result: configure:5855: checking command to parse /usr/bin/nm -p output from cc object configure:5960: cc -c -fno-common conftest.c >&5 configure:5963: $? = 0 configure:5967: /usr/bin/nm -p conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm /usr/bin/nm: can't open file: conftest. (No such file or directory) configure:5970: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' configure:5960: cc -c -fno-common conftest.c >&5 configure:5963: $? = 0 configure:5967: /usr/bin/nm -p conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm /usr/bin/nm: can't open file: conftest. (No such file or directory) configure:5970: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' configure:6060: result: failed configure:6067: checking for objdir configure:6082: result: .libs configure:6134: checking for i386-unknown-gnu-ar configure:6164: result: no configure:6174: checking for ar configure:6190: found /usr/bin/ar configure:6201: result: ar configure:6230: checking for i386-unknown-gnu-ranlib configure:6260: result: no configure:6270: checking for ranlib configure:6286: found /usr/bin/ranlib configure:6297: result: ranlib configure:6326: checking for i386-unknown-gnu-strip configure:6356: result: no configure:6366: checking for strip configure:6382: found /usr/bin/strip configure:6393: result: strip configure:6733: checking for cc option to produce PIC configure:6943: result: configure:7014: checking if cc static flag works configure:7042: result: yes configure:7052: checking if cc supports -c -o file.o configure:7076: cc -c -fno-common -o out/conftest2.o conftest.c >&5 configure:7080: $? = 0 configure:7099: result: yes configure:7125: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:8079: result: no configure:8146: checking dynamic linker characteristics configure:8734: result: gnu ld.so configure:8743: checking how to hardcode library paths into programs configure:8768: result: unsupported configure:8782: checking whether stripping libraries is possible configure:8803: result: no configure:9588: checking if libtool supports shared libraries configure:9590: result: no configure:9593: checking whether to build shared libraries configure:9614: result: no configure:9617: checking whether to build static libraries configure:9621: result: yes configure:9713: creating libtool configure:10443: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11377: result: yes configure:11399: c++ -c -fno-common conftest.cpp >&5 configure:11402: $? = 0 configure:11521: checking for c++ option to produce PIC configure:11795: result: configure:11866: checking if c++ static flag works configure:11894: result: yes configure:11904: checking if c++ supports -c -o file.o configure:11928: c++ -c -fno-common -o out/conftest2.o conftest.cpp >&5 configure:11932: $? = 0 configure:11951: result: yes configure:11977: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:12002: result: yes configure:12069: checking dynamic linker characteristics configure:12657: result: gnu ld.so configure:12666: checking how to hardcode library paths into programs configure:12691: result: unsupported configure:13217: checking if libtool supports shared libraries configure:13219: result: no configure:13222: checking whether to build shared libraries configure:13242: result: no configure:13245: checking whether to build static libraries configure:13249: result: yes configure:13259: checking for g77 option to produce PIC configure:13469: result: configure:13540: checking if g77 static flag works configure:13568: result: yes configure:13578: checking if g77 supports -c -o file.o configure:13602: g77 -c -o out/conftest2.o conftest.f >&5 configure:13606: $? = 0 configure:13625: result: yes configure:13651: checking whether the g77 linker (/usr/bin/ld) supports shared libraries configure:14585: result: no configure:14652: checking dynamic linker characteristics configure:15240: result: gnu ld.so configure:15249: checking how to hardcode library paths into programs configure:15274: result: unsupported configure:19373: checking for bison configure:19391: found /usr/local/bin/bison configure:19404: result: /usr/local/bin/bison configure:19483: checking for flex configure:19501: found /usr/bin/flex configure:19514: result: /usr/bin/flex configure:19526: checking for gethostname in -lnsl configure:19561: cc -o conftest -fno-common conftest.c -lnsl >&5 ld: can't locate file for: -lnsl configure:19567: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gethostname (); | int | main () | { | return gethostname (); | ; | return 0; | } configure:19585: result: no configure:19598: checking for gethostbyname in -lnsl configure:19633: cc -o conftest -fno-common conftest.c -lnsl >&5 ld: can't locate file for: -lnsl configure:19639: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gethostbyname (); | int | main () | { | return gethostbyname (); | ; | return 0; | } configure:19657: result: no configure:19670: checking for accept in -lsocket configure:19705: cc -o conftest -fno-common conftest.c -lsocket >&5 ld: can't locate file for: -lsocket configure:19711: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char accept (); | int | main () | { | return accept (); | ; | return 0; | } configure:19729: result: no configure:19756: checking sys/time.h usability configure:19773: cc -c -fno-common conftest.c >&5 configure:19779: $? = 0 configure:19793: result: yes configure:19797: checking sys/time.h presence configure:19812: cc -E conftest.c configure:19818: $? = 0 configure:19832: result: yes configure:19860: checking for sys/time.h configure:19868: result: yes configure:19897: checking features.h usability configure:19914: cc -c -fno-common conftest.c >&5 conftest.c:43:22: features.h: No such file or directory configure:19920: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:19934: result: no configure:19938: checking features.h presence configure:19953: cc -E conftest.c conftest.c:10:22: features.h: No such file or directory configure:19959: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include configure:19973: result: no configure:20001: checking for features.h configure:20009: result: no configure:20022: checking whether _GNU_SOURCE is required under GNU glibc configure:20054: cc -o conftest -fno-common conftest.c >&5 configure:20057: $? = 0 configure:20063: ./conftest configure:20066: $? = 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 HAVE_DLFCN_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #define RETURN 1 | #ifdef HAVE_FEATURES_H | #include | #if (__GLIBC__+0) > 0 | #undef RETURN | #define RETURN 0 | #endif | #endif | int main(int argc, char *argv) { return RETURN; } | configure:20078: result: no configure:20099: checking for inet_aton configure:20155: cc -o conftest -fno-common conftest.c >&5 configure:20161: $? = 0 configure:20179: result: yes configure:20099: checking for inet_pton configure:20155: cc -o conftest -fno-common conftest.c >&5 configure:20161: $? = 0 configure:20179: result: yes configure:20099: checking for inet_ntoa configure:20155: cc -o conftest -fno-common conftest.c >&5 configure:20161: $? = 0 configure:20179: result: yes configure:20099: checking for inet_ntop configure:20155: cc -o conftest -fno-common conftest.c >&5 configure:20161: $? = 0 configure:20179: result: yes configure:20099: checking for snprintf configure:20155: cc -o conftest -fno-common conftest.c >&5 conftest.c:37: warning: conflicting types for built-in function `snprintf' configure:20161: $? = 0 configure:20179: result: yes configure:20099: checking for vsnprintf configure:20155: cc -o conftest -fno-common conftest.c >&5 conftest.c:38: warning: conflicting types for built-in function `vsnprintf' configure:20161: $? = 0 configure:20179: result: yes configure:20099: checking for setitimer configure:20155: cc -o conftest -fno-common conftest.c >&5 configure:20161: $? = 0 configure:20179: result: yes configure:20099: checking for isnan configure:20155: cc -o conftest -fno-common conftest.c >&5 configure:20161: $? = 0 configure:20179: result: yes configure:20099: checking for isinf configure:20155: cc -o conftest -fno-common conftest.c >&5 configure:20161: $? = 0 configure:20179: result: yes configure:20191: checking for va_copy() function configure:20252: cc -o conftest -fno-common conftest.c >&5 configure:20255: $? = 0 configure:20261: ./conftest configure:20264: $? = 0 configure:20869: result: yes configure:20912: checking for gethostname in -lnsl configure:20971: result: no configure:20984: checking for gethostbyname in -lnsl configure:21043: result: no configure:21056: checking for accept in -lsocket configure:21115: result: no configure:21129: checking for getaddrinfo in -linet6 configure:21164: cc -o conftest -fno-common conftest.c -linet6 >&5 ld: can't locate file for: -linet6 configure:21170: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_INET_ATON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SETITIMER 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 1 | #define HAVE_VA_COPY 1 | #define __VA_COPY_USE __VA_COPY_USE_C99 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getaddrinfo (); | int | main () | { | return getaddrinfo (); | ; | return 0; | } configure:21188: result: no configure:21210: checking for string.h configure:21216: result: no configure:21210: checking for sys/types.h configure:21216: result: no configure:21220: checking sys/socket.h usability configure:21237: cc -c -fno-common conftest.c >&5 configure:21243: $? = 0 configure:21257: result: yes configure:21261: checking sys/socket.h presence configure:21276: cc -E conftest.c configure:21282: $? = 0 configure:21296: result: yes configure:21324: checking for sys/socket.h configure:21332: result: yes configure:21220: checking netdb.h usability configure:21237: cc -c -fno-common conftest.c >&5 configure:21243: $? = 0 configure:21257: result: yes configure:21261: checking netdb.h presence configure:21276: cc -E conftest.c configure:21282: $? = 0 configure:21296: result: yes configure:21324: checking for netdb.h configure:21332: result: yes configure:21220: checking netinet/in.h usability configure:21237: cc -c -fno-common conftest.c >&5 configure:21243: $? = 0 configure:21257: result: yes configure:21261: checking netinet/in.h presence configure:21276: cc -E conftest.c configure:21282: $? = 0 configure:21296: result: yes configure:21324: checking for netinet/in.h configure:21332: result: yes configure:21357: checking for inet_addr configure:21413: cc -o conftest -fno-common conftest.c >&5 configure:21419: $? = 0 configure:21437: result: yes configure:21357: checking for inet_aton configure:21437: result: yes configure:21357: checking for inet_pton configure:21437: result: yes configure:21357: checking for inet_ntoa configure:21437: result: yes configure:21357: checking for inet_ntop configure:21437: result: yes configure:21357: checking for snprintf configure:21437: result: yes configure:21357: checking for getaddrinfo configure:21413: cc -o conftest -fno-common conftest.c >&5 configure:21419: $? = 0 configure:21437: result: yes configure:21448: checking for typedef socklen_t configure:21474: result: yes configure:21484: checking for typedef ssize_t configure:21510: result: yes configure:21521: checking whether to use SO_RCVTIMEO with setsockopt(2) configure:21571: cc -o conftest -fno-common conftest.c >&5 configure:21574: $? = 0 configure:21580: ./conftest configure:21583: $? = 0 configure:21585: result: yes configure:21608: checking whether to use SO_SNDTIMEO with setsockopt(2) configure:21658: cc -o conftest -fno-common conftest.c >&5 configure:21661: $? = 0 configure:21667: ./conftest configure:21670: $? = 0 configure:21672: result: yes configure:21696: checking for va_copy() function configure:22374: result: yes configure:22700: checking whether to build against external Dmalloc library configure:22711: result: no configure:22821: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61 (OpenPKG-CURRENT). Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:627: creating Makefile config.status:627: creating l2.h config.status:627: creating l2-config config.status:627: creating l2_config.h config.status:872: executing adjustment commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_cxx_compiler_gnu=no ac_cv_env_CCC_set= ac_cv_env_CCC_value= 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_LIBS_set= ac_cv_env_LIBS_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_f77_compiler_gnu=no ac_cv_func_getaddrinfo=yes ac_cv_func_inet_addr=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_ntoa=yes ac_cv_func_inet_ntop=yes ac_cv_func_inet_pton=yes ac_cv_func_isinf=yes ac_cv_func_isnan=yes ac_cv_func_setitimer=yes ac_cv_func_snprintf=yes ac_cv_func_vsnprintf=yes ac_cv_header_dlfcn_h=yes ac_cv_header_features_h=no ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes 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_socket_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_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_lib_inet6_getaddrinfo=no ac_cv_lib_nsl_gethostbyname=no ac_cv_lib_nsl_gethostname=no ac_cv_lib_socket_accept=no ac_cv_objext= ac_cv_path_BISON=/usr/local/bin/bison ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FLEX=/usr/bin/flex ac_cv_path_GREP=/usr/bin/grep ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_CXXCPP='c++ -E' 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_c89=no ac_cv_prog_cc_g=no ac_cv_prog_cxx_g=no ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_typedef_socklen_t=yes ac_cv_typedef_ssize_t=yes ac_cv_va_copy=C99 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='/usr/bin/nm -p' 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. ## ## ----------------- ## AR='ar' BISON='/usr/local/bin/bison' CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' CXX='c++' CXXCPP='c++ -E' CXXFLAGS='-fno-common' DEFS='-DHAVE_CONFIG_H' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' F77='g77' FFLAGS='' FLEX='/usr/bin/flex' GREP='/usr/bin/grep' L2_VERSION_HEX='0x00920D' L2_VERSION_STR='0.9.13 (08-Jun-2007)' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' M='#' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PLATFORM='i386-unknown-gnu' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='g77' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define HAVE_DLFCN_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_INET_ATON 1 #define HAVE_INET_PTON 1 #define HAVE_INET_NTOA 1 #define HAVE_INET_NTOP 1 #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_SETITIMER 1 #define HAVE_ISNAN 1 #define HAVE_ISINF 1 #define HAVE_VA_COPY 1 #define __VA_COPY_USE __VA_COPY_USE_C99 #define HAVE_SYS_SOCKET_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_INET_ADDR 1 #define HAVE_INET_ATON 1 #define HAVE_INET_PTON 1 #define HAVE_INET_NTOA 1 #define HAVE_INET_NTOP 1 #define HAVE_SNPRINTF 1 #define HAVE_GETADDRINFO 1 #define HAVE_SOCKLEN_T 1 #define HAVE_SSIZE_T 1 #define USE_SO_RCVTIMEO 1 #define USE_SO_SNDTIMEO 1 #define HAVE_VA_COPY 1 #define __VA_COPY_USE __VA_COPY_USE_C99 configure: exit 0