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.53. 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: 88 tasks, 143 threads, 4 processors Load average: 0.40, Mach factor: 3.59 /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:1436: checking for a BSD-compatible install configure:1490: result: /usr/bin/install -c -o root -g wheel configure:1501: checking whether build environment is sane configure:1544: result: yes configure:1578: checking for gawk configure:1594: found /usr/local/bin/gawk configure:1604: result: gawk configure:1614: checking whether make sets ${MAKE} configure:1634: result: yes configure:1782: checking for i386-unknown-gnu-gcc configure:1808: result: cc configure:2090: checking for C compiler version configure:2093: 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:2096: $? = 0 configure:2098: 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:2101: $? = 0 configure:2103: cc -V &5 cc: `-V' option must have argument configure:2106: $? = 1 configure:2132: checking for C compiler default output configure:2135: cc -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:2138: $? = 0 configure:2171: result: a.out configure:2176: checking whether the C compiler works configure:2182: ./a.out configure:2185: $? = 0 configure:2200: result: yes configure:2207: checking whether we are cross compiling configure:2209: result: no configure:2212: checking for suffix of executables configure:2214: cc -o conftest -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:2217: $? = 0 configure:2239: result: configure:2245: checking for suffix of object files configure:2269: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:2272: $? = 0 configure:2291: result: configure:2295: checking whether we are using the GNU C compiler configure:2322: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:2325: $? = 0 configure:2328: test -s conftest. configure:2331: $? = 1 configure: failed program was: #line 2300 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { #ifndef __GNUC__ choke me #endif ; return 0; } configure:2343: result: no configure:2349: checking whether cc accepts -g configure:2373: cc -c -g conftest.c >&5 configure:2376: $? = 0 configure:2379: test -s conftest. configure:2382: $? = 1 configure: failed program was: #line 2354 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { ; return 0; } configure:2392: result: no configure:2419: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2422: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2540: checking for style of include used by make configure:2568: result: GNU configure:2575: checking dependency style of cc configure:2637: result: gcc3 configure:2646: checking for cc option to accept ANSI C configure:2712: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:2715: $? = 0 configure:2718: test -s conftest. configure:2721: $? = 1 configure: failed program was: #line 2663 "configure" #include "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; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2712: cc -qlanglvl=ansi -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2715: $? = 0 configure:2718: test -s conftest. configure:2721: $? = 1 configure: failed program was: #line 2663 "configure" #include "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; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2712: cc -std1 -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2715: $? = 1 configure: failed program was: #line 2663 "configure" #include "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; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2712: cc -Ae -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2715: $? = 1 configure: failed program was: #line 2663 "configure" #include "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; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2712: cc -Aa -D_HPUX_SOURCE -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2715: $? = 1 configure: failed program was: #line 2663 "configure" #include "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; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2712: cc -Xc -D__EXTENSIONS__ -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2715: $? = 0 configure:2718: test -s conftest. configure:2721: $? = 1 configure: failed program was: #line 2663 "configure" #include "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; #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2738: result: no configure:2748: checking for g++ configure:2774: result: c++ configure:2793: checking for a BSD-compatible install configure:2847: result: /usr/bin/install -c -o root -g wheel configure:2858: checking whether make sets ${MAKE} configure:2878: result: yes configure:2937: checking build system type configure:2955: result: i386-unknown-gnu configure:2963: checking host system type configure:2977: result: i386-unknown-gnu configure:3040: checking for non-GNU ld configure:3070: result: /usr/bin/ld configure:3079: checking if the linker (/usr/bin/ld) is GNU ld configure:3091: result: no configure:3096: checking for /usr/bin/ld option to reload object files configure:3103: result: -r configure:3108: checking for BSD-compatible nm configure:3144: result: nm configure:3147: checking whether ln -s works configure:3151: result: yes configure:3158: checking how to recognise dependant libraries configure:3330: result: pass_all configure:3342: checking command to parse nm output configure:3423: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:3426: $? = 0 configure:3430: 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:3433: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:3423: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:3426: $? = 0 configure:3430: 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:3433: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:3529: result: failed configure:3541: checking how to run the C preprocessor configure:3567: cc -E conftest.c configure:3573: $? = 0 configure:3600: cc -E conftest.c configure:3596:28: ac_nonexistent.h: No such file or directory configure:3606: $? = 1 configure: failed program was: #line 3595 "configure" #include "confdefs.h" #include configure:3643: result: cc -E configure:3658: cc -E conftest.c configure:3664: $? = 0 configure:3691: cc -E conftest.c configure:3687:28: ac_nonexistent.h: No such file or directory configure:3697: $? = 1 configure: failed program was: #line 3686 "configure" #include "confdefs.h" #include configure:3737: checking for ANSI C header files configure:3751: cc -E conftest.c configure:3757: $? = 0 configure:3842: cc -o conftest -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure: In function `main': configure:3835: warning: implicit declaration of function `exit' configure:3845: $? = 0 configure:3847: ./conftest configure:3850: $? = 0 configure:3864: result: yes configure:3888: checking for sys/types.h configure:3901: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:3904: $? = 0 configure:3907: test -s conftest. configure:3910: $? = 1 configure: failed program was: #line 3893 "configure" #include "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:3920: result: no configure:3888: checking for sys/stat.h configure:3901: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:3904: $? = 0 configure:3907: test -s conftest. configure:3910: $? = 1 configure: failed program was: #line 3893 "configure" #include "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:3920: result: no configure:3888: checking for stdlib.h configure:3901: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:3904: $? = 0 configure:3907: test -s conftest. configure:3910: $? = 1 configure: failed program was: #line 3893 "configure" #include "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:3920: result: no configure:3888: checking for string.h configure:3901: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:3904: $? = 0 configure:3907: test -s conftest. configure:3910: $? = 1 configure: failed program was: #line 3893 "configure" #include "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:3920: result: no configure:3888: checking for memory.h configure:3901: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:3904: $? = 0 configure:3907: test -s conftest. configure:3910: $? = 1 configure: failed program was: #line 3893 "configure" #include "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:3920: result: no configure:3888: checking for strings.h configure:3901: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:3904: $? = 0 configure:3907: test -s conftest. configure:3910: $? = 1 configure: failed program was: #line 3893 "configure" #include "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:3920: result: no configure:3888: checking for inttypes.h configure:3901: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:3904: $? = 0 configure:3907: test -s conftest. configure:3910: $? = 1 configure: failed program was: #line 3893 "configure" #include "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:3920: result: no configure:3888: checking for stdint.h configure:3901: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:3904: $? = 0 configure:3907: test -s conftest. configure:3910: $? = 1 configure: failed program was: #line 3893 "configure" #include "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:3920: result: no configure:3888: checking for unistd.h configure:3901: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:3904: $? = 0 configure:3907: test -s conftest. configure:3910: $? = 1 configure: failed program was: #line 3893 "configure" #include "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:3920: result: no configure:3946: checking dlfcn.h usability configure:3955: cc -c -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:3958: $? = 0 configure:3961: test -s conftest. configure:3964: $? = 1 configure: failed program was: #line 3948 "configure" #include "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:3973: result: no configure:3977: checking dlfcn.h presence configure:3984: cc -E conftest.c configure:3990: $? = 0 configure:4008: result: yes configure:4019: WARNING: dlfcn.h: present but cannot be compiled configure:4021: WARNING: dlfcn.h: check for missing prerequisite headers? configure:4023: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:4026: checking for dlfcn.h configure:4033: result: yes configure:4192: checking for i386-unknown-gnu-ranlib configure:4221: result: no configure:4230: checking for ranlib configure:4246: found /usr/bin/ranlib configure:4257: result: ranlib configure:4272: checking for i386-unknown-gnu-strip configure:4301: result: no configure:4310: checking for strip configure:4326: found /usr/bin/strip configure:4337: result: strip configure:4548: checking for objdir configure:4559: result: .libs configure:4576: checking for cc option to produce PIC configure:4723: result: none configure:4818: checking if cc static flag works configure:4845: cc -o conftest -O2 -W -Wall --pedantic -g -fno-common conftest.c >&5 configure:4848: $? = 0 configure:4851: test -s conftest configure:4854: $? = 0 configure:4869: result: yes configure:4881: checking if cc supports -c -o file.o configure:4903: cc -c -O2 -W -Wall --pedantic -g -fno-common -o out/conftest2.o conftest.c >&5 configure:4925: result: yes configure:4930: checking if cc supports -c -o file.lo configure:4960: cc -c -O2 -W -Wall --pedantic -g -fno-common -c -o conftest.lo conftest.c >&5 configure: In function `main': configure:4952: warning: unused variable `some_variable' configure:4963: $? = 0 configure:4966: test -s conftest.lo configure:4969: $? = 0 configure:4990: result: yes configure:5082: checking whether the linker (/usr/bin/ld) supports shared libraries configure:5763: result: no configure:5768: checking how to hardcode library paths into programs configure:5792: result: unsupported configure:5797: checking whether stripping libraries is possible configure:5805: result: no configure:5813: checking dynamic linker characteristics configure:6210: result: gnu ld.so configure:6215: checking if libtool supports shared libraries configure:6217: result: no configure:6220: checking whether to build shared libraries configure:6241: result: no configure:6244: checking whether to build static libraries configure:6248: result: yes configure:7624: checking for C++ compiler version configure:7627: 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:7630: $? = 0 configure:7632: 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:7635: $? = 0 configure:7637: c++ -V &5 c++: `-V' option must have argument configure:7640: $? = 1 configure:7643: checking whether we are using the GNU C++ compiler configure:7670: c++ -c -O2 -W -Wall --pedantic -g -fno-common conftest.cc >&5 configure:7673: $? = 0 configure:7676: test -s conftest.o configure:7679: $? = 0 configure:7691: result: yes configure:7697: checking whether c++ accepts -g configure:7721: c++ -c -g conftest.cc >&5 configure:7724: $? = 0 configure:7727: test -s conftest.o configure:7730: $? = 0 configure:7740: result: yes configure:7786: c++ -c -O2 -W -Wall --pedantic -g -fno-common conftest.cc >&5 configure:7789: $? = 0 configure:7792: test -s conftest.o configure:7795: $? = 0 configure:7823: c++ -c -O2 -W -Wall --pedantic -g -fno-common conftest.cc >&5 configure: In function `int main()': configure:7815: error: `exit' undeclared (first use this function) configure:7815: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:7826: $? = 1 configure: failed program was: #line 7804 "configure" #include "confdefs.h" #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { exit (42); ; return 0; } configure:7786: c++ -c -O2 -W -Wall --pedantic -g -fno-common conftest.cc >&5 configure:7789: $? = 0 configure:7792: test -s conftest.o configure:7795: $? = 0 configure:7823: c++ -c -O2 -W -Wall --pedantic -g -fno-common conftest.cc >&5 configure:7826: $? = 0 configure:7829: test -s conftest.o configure:7832: $? = 0 configure:7856: checking dependency style of c++ configure:7918: result: gcc3 configure:7929: checking how to run the C++ preprocessor configure:7951: c++ -E conftest.cc configure:7957: $? = 0 configure:7984: c++ -E conftest.cc configure:7980:28: ac_nonexistent.h: No such file or directory configure:7990: $? = 1 configure: failed program was: #line 7979 "configure" #include "confdefs.h" #include configure:8027: result: c++ -E configure:8042: c++ -E conftest.cc configure:8048: $? = 0 configure:8075: c++ -E conftest.cc configure:8071:28: ac_nonexistent.h: No such file or directory configure:8081: $? = 1 configure: failed program was: #line 8070 "configure" #include "confdefs.h" #include configure:8121: checking for ANSI C header files configure:8248: result: yes configure:8276: checking glob.h usability configure:8285: c++ -c -O2 -W -Wall --pedantic -g -fno-common conftest.cc >&5 configure:8288: $? = 0 configure:8291: test -s conftest.o configure:8294: $? = 0 configure:8303: result: yes configure:8307: checking glob.h presence configure:8314: c++ -E conftest.cc configure:8320: $? = 0 configure:8338: result: yes configure:8356: checking for glob.h configure:8363: result: yes configure:8267: checking for unistd.h configure:8272: result: no configure:8276: checking utime.h usability configure:8285: c++ -c -O2 -W -Wall --pedantic -g -fno-common conftest.cc >&5 configure:8288: $? = 0 configure:8291: test -s conftest.o configure:8294: $? = 0 configure:8303: result: yes configure:8307: checking utime.h presence configure:8314: c++ -E conftest.cc configure:8320: $? = 0 configure:8338: result: yes configure:8356: checking for utime.h configure:8363: result: yes configure:8276: checking sys/wait.h usability configure:8285: c++ -c -O2 -W -Wall --pedantic -g -fno-common conftest.cc >&5 configure:8288: $? = 0 configure:8291: test -s conftest.o configure:8294: $? = 0 configure:8303: result: yes configure:8307: checking sys/wait.h presence configure:8314: c++ -E conftest.cc configure:8320: $? = 0 configure:8338: result: yes configure:8356: checking for sys/wait.h configure:8363: result: yes configure:8267: checking for sys/types.h configure:8272: result: no configure:8383: checking for vsnprintf configure:8426: c++ -o conftest -O2 -W -Wall --pedantic -g -fno-common conftest.cc >&5 configure:8429: $? = 0 configure:8432: test -s conftest configure:8435: $? = 0 configure:8445: result: yes configure:8457: checking compare parameter order configure:8484: c++ -c -O2 -W -Wall --pedantic -g -fno-common conftest.cc >&5 configure:8487: $? = 0 configure:8490: test -s conftest.o configure:8493: $? = 0 configure:8496: result: pos, size, string configure:9138: checking for getopt_long configure:9181: c++ -o conftest -O2 -W -Wall --pedantic -g -fno-common conftest.cc >&5 configure:9184: $? = 0 configure:9187: test -s conftest configure:9190: $? = 0 configure:9200: result: yes configure:9401: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:637: creating getopt/Makefile config.status:637: creating libdba/Makefile config.status:637: creating libwsmake/Makefile config.status:637: creating wsmake/Makefile config.status:637: creating iwsmake/Makefile config.status:637: creating doc/Makefile config.status:637: creating doc/user-manual/Makefile config.status:637: creating Makefile config.status:741: creating config.h config.status:949: executing default-1 commands ## ---------------- ## ## 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=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_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_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_getopt_long=yes ac_cv_func_vsnprintf=yes ac_cv_header_dlfcn_h=yes ac_cv_header_glob_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_sys_wait_h=yes ac_cv_header_unistd_h=no ac_cv_header_utime_h=yes 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_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=no ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_prog_cc_stdc=no lt_cv_compiler_c_o=yes lt_cv_compiler_o_lo=yes lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_ld_reload_flag=-r lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM=nm lt_cv_prog_cc_can_build_shared=no lt_cv_prog_cc_no_builtin= lt_cv_prog_cc_pic= lt_cv_prog_cc_shlib= lt_cv_prog_cc_static= lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_wl= lt_cv_prog_gnu_ld=no lt_cv_sys_global_symbol_pipe= lt_cv_sys_max_cmd_len= lt_cv_sys_path_separator=: ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE "wsmake" #define VERSION "0.6.4" #define STDC_HEADERS 1 #define HAVE_DLFCN_H 1 #ifdef __cplusplus #include #endif #define STDC_HEADERS 1 #define HAVE_GLOB_H 1 #define HAVE_UTIME_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_VSNPRINTF 1 #define IWSMAKEVERSION "0.0.1" #define HAVE_TARGET_CSV 1 #define HAVE_GETOPT_LONG 1 #define LOCAL_GETOPT 0 configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = config.h CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:741: creating config.h config.status:848: config.h is unchanged config.status:949: executing default-1 commands