This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/X11R6 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: 142 tasks, 199 threads, 4 processors Load average: 1.34, Mach factor: 2.69 /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:1258: checking build system type configure:1276: result: i386-unknown-gnu configure:1284: checking host system type configure:1298: result: i386-unknown-gnu configure:1343: checking for i386-unknown-gnu-gcc configure:1369: result: cc configure:1651: checking for C compiler version configure:1654: 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:1657: $? = 0 configure:1659: 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:1662: $? = 0 configure:1664: cc -V &5 cc: `-V' option must have argument configure:1667: $? = 1 configure:1691: checking for C compiler default output configure:1694: cc -fno-common conftest.c >&5 configure:1697: $? = 0 configure:1743: result: a.out configure:1748: checking whether the C compiler works configure:1754: ./a.out configure:1757: $? = 0 configure:1774: result: yes configure:1781: checking whether we are cross compiling configure:1783: result: no configure:1786: checking for suffix of executables configure:1788: cc -o conftest -fno-common conftest.c >&5 configure:1791: $? = 0 configure:1816: result: configure:1822: checking for suffix of object files configure:1844: cc -c -fno-common conftest.c >&5 configure:1847: $? = 0 configure:1869: result: configure:1873: checking whether we are using the GNU C compiler configure:1898: cc -c -fno-common conftest.c >&5 configure:1901: $? = 0 configure:1904: test -s conftest. configure:1907: $? = 1 configure: failed program was: | #line 1878 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1920: result: no configure:1926: checking whether cc accepts -g configure:1948: cc -c -g conftest.c >&5 configure:1951: $? = 0 configure:1954: test -s conftest. configure:1957: $? = 1 configure: failed program was: | #line 1931 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1968: result: no configure:1985: checking for cc option to accept ANSI C configure:2046: cc -c -fno-common conftest.c >&5 configure:2049: $? = 0 configure:2052: test -s conftest. configure:2055: $? = 1 configure: failed program was: | #line 1992 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2046: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2049: $? = 0 configure:2052: test -s conftest. configure:2055: $? = 1 configure: failed program was: | #line 1992 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2046: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2049: $? = 1 configure: failed program was: | #line 1992 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2046: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2049: $? = 1 configure: failed program was: | #line 1992 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2046: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2049: $? = 1 configure: failed program was: | #line 1992 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2046: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2049: $? = 0 configure:2052: test -s conftest. configure:2055: $? = 1 configure: failed program was: | #line 1992 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2073: result: none needed configure:2091: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2094: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2204: checking for library containing strerror configure:2235: cc -o conftest -fno-common conftest.c >&5 configure:2238: $? = 0 configure:2241: test -s conftest configure:2244: $? = 0 configure:2303: result: none required configure:2320: checking for i386-unknown-gnu-g++ configure:2346: result: c++ configure:2404: checking for C++ compiler version configure:2407: 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:2410: $? = 0 configure:2412: 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:2415: $? = 0 configure:2417: c++ -V &5 c++: `-V' option must have argument configure:2420: $? = 1 configure:2423: checking whether we are using the GNU C++ compiler configure:2448: c++ -c -fno-common conftest.cc >&5 configure:2451: $? = 0 configure:2454: test -s conftest. configure:2457: $? = 1 configure: failed program was: | #line 2428 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2470: result: no configure:2476: checking whether c++ accepts -g configure:2498: c++ -c -g conftest.cc >&5 configure:2501: $? = 0 configure:2504: test -s conftest. configure:2507: $? = 1 configure: failed program was: | #line 2481 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2518: result: no configure:2562: c++ -c -fno-common conftest.cc >&5 configure:2565: $? = 0 configure:2568: test -s conftest. configure:2571: $? = 1 configure: failed program was: | #line 2544 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | #include | | int | main () | { | exit (42); | ; | return 0; | } configure:2562: c++ -c -fno-common conftest.cc >&5 configure:2565: $? = 0 configure:2568: test -s conftest. configure:2571: $? = 1 configure: failed program was: | #line 2544 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | #include | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2562: c++ -c -fno-common conftest.cc >&5 configure:2565: $? = 0 configure:2568: test -s conftest. configure:2571: $? = 1 configure: failed program was: | #line 2544 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | #include | extern "C" void std::exit (int) throw (); using std::exit; | int | main () | { | exit (42); | ; | return 0; | } configure:2562: c++ -c -fno-common conftest.cc >&5 configure:2565: $? = 0 configure:2568: test -s conftest. configure:2571: $? = 1 configure: failed program was: | #line 2544 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | #include | extern "C" void std::exit (int); using std::exit; | int | main () | { | exit (42); | ; | return 0; | } configure:2562: c++ -c -fno-common conftest.cc >&5 configure:2565: $? = 0 configure:2568: test -s conftest. configure:2571: $? = 1 configure: failed program was: | #line 2544 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | #include | extern "C" void exit (int) throw (); | int | main () | { | exit (42); | ; | return 0; | } configure:2562: c++ -c -fno-common conftest.cc >&5 configure:2565: $? = 0 configure:2568: test -s conftest. configure:2571: $? = 1 configure: failed program was: | #line 2544 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | #include | extern "C" void exit (int); | int | main () | { | exit (42); | ; | return 0; | } configure:2562: c++ -c -fno-common conftest.cc >&5 configure:2565: $? = 0 configure:2568: test -s conftest. configure:2571: $? = 1 configure: failed program was: | #line 2544 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | /* end confdefs.h. */ | #include | void exit (int); | int | main () | { | exit (42); | ; | return 0; | } configure:2633: checking for i386-unknown-gnu-ranlib configure:2662: result: no configure:2671: checking for ranlib configure:2687: found /usr/bin/ranlib configure:2698: result: ranlib configure:2714: checking whether cc understands -c and -o together configure:2742: cc -c conftest.c -o conftest. >&5 configure:2745: $? = 0 configure:2747: cc -c conftest.c -o conftest. >&5 configure:2750: $? = 0 configure:2789: result: yes configure:2813: checking for a BSD-compatible install configure:2867: result: /usr/bin/install -c -o root -g wheel configure:3038: checking for gfortran42 configure:3067: result: no configure:3076: checking for f2c configure:3092: found /usr/local/bin/f2c configure:3103: result: yes configure:3487: checking for pow in -lm configure:3518: cc -o conftest -fno-common conftest.c -lm >&5 configure:3521: $? = 0 configure:3524: test -s conftest configure:3527: $? = 0 configure:3539: result: yes configure:3556: checking how to run the C preprocessor configure:3592: cc -E conftest.c configure:3598: $? = 0 configure:3630: cc -E conftest.c configure:3640:28: ac_nonexistent.h: No such file or directory configure:3636: $? = 1 configure: failed program was: | #line 3621 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | #ifdef __cplusplus | void exit (int); | #endif | #define FORTRANUNDERSCORE 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:3674: result: cc -E configure:3699: cc -E conftest.c configure:3705: $? = 0 configure:3737: cc -E conftest.c configure:3747:28: ac_nonexistent.h: No such file or directory configure:3743: $? = 1 configure: failed program was: | #line 3728 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define CPU i386 | #define VENDOR unknown | #define OS gnu | #define OSNAME gnu | #define OSREL gnu | #define OSVERS gnu | #ifdef __cplusplus | void exit (int); | #endif | #define FORTRANUNDERSCORE 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:3786: checking for X configure:4006: result: libraries , headers configure:4027: checking for connect configure:4077: cc -o conftest -fno-common conftest.c -lm >&5 configure:4080: $? = 0 configure:4083: test -s conftest configure:4086: $? = 0 configure:4097: result: yes configure:4243: checking for gethostbyname configure:4293: cc -o conftest -fno-common conftest.c -lm >&5 configure:4296: $? = 0 configure:4299: test -s conftest configure:4302: $? = 0 configure:4313: result: yes configure:4373: checking for library directory configure:4380: result: ../lib-gnu-cc created configure:4383: checking for object directory configure:4390: result: ../obj-gnu-cc created configure:4437: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:642: creating Makefile config.status:746: creating config.h ## ---------------- ## ## 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_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_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_func_connect=yes ac_cv_func_gethostbyname=yes ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=' ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_m_pow=yes ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_CXX=c++ ac_cv_prog_HAS_F77=0 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_cc_c_o=yes ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_cxx_g=no ac_cv_prog_f2c_exists=yes ac_cv_search_strerror='none required' lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' CC='cc' CFLAGS='-fno-common' CLDFLAGS='' CPP='cc -E' CPPFLAGS='' CXX='c++' CXXFLAGS='-fno-common' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' F77='fc' FCLIB='-lf2c' FCVal='' FCval='' FFLAGS='' FLDFLAGS='' FTESTPROG='mgftest' HAS_F77='0' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' LDFLAGS='' LIBOBJS='' LIBS='-lm ' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SHELL='/bin/sh' X11MINIOBJ='$(OBJDIR)/xdriv.o' X_CFLAGS='-I' X_LIBS='-L -lX11' ac_ct_CC='' ac_ct_CXX='' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' f2c_exists='yes' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_os_name='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define CPU i386 #define FORTRANUNDERSCORE 1 #define HAVE_LIBM 1 #define OS gnu #define OSNAME gnu #define OSREL gnu #define OSVERS gnu #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define VENDOR unknown #define X11AVAIL 1 #endif #ifdef __cplusplus void exit (int); configure: exit 0