This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by CoreWars configure 0.9.13, which was generated by GNU Autoconf 2.54. 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: 122 tasks, 176 threads, 4 processors Load average: 1.57, Mach factor: 2.42 /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:1285: checking whether make sets ${MAKE} configure:1305: result: yes configure:1327: checking for a BSD-compatible install configure:1381: result: /usr/bin/install -c -o root -g wheel configure:1392: checking whether build environment is sane configure:1435: result: yes configure:1468: checking for gawk configure:1484: found /usr/local/bin/gawk configure:1494: result: gawk configure:1665: checking for i386-unknown-gnu-gcc configure:1691: result: cc configure:1971: checking for C compiler version configure:1974: 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:1977: $? = 0 configure:1979: 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:1982: $? = 0 configure:1984: cc -V &5 cc: `-V' option must have argument configure:1987: $? = 1 configure:2007: checking for C compiler default output configure:2010: cc -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2013: $? = 0 configure:2047: result: a.out configure:2052: checking whether the C compiler works configure:2058: ./a.out configure:2061: $? = 0 configure:2076: result: yes configure:2083: checking whether we are cross compiling configure:2085: result: no configure:2088: checking for suffix of executables configure:2090: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2093: $? = 0 configure:2116: result: configure:2122: checking for suffix of object files configure:2140: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2143: $? = 0 configure:2162: result: configure:2166: checking whether we are using the GNU C compiler configure:2187: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2190: $? = 0 configure:2193: test -s conftest. configure:2196: $? = 1 configure: failed program was: #line 2171 "configure" #include "confdefs.h" int main () { #ifndef __GNUC__ choke me #endif ; return 0; } configure:2208: result: no configure:2214: checking whether cc accepts -g configure:2232: cc -c -g -I/usr/local/include conftest.c >&5 configure:2235: $? = 0 configure:2238: test -s conftest. configure:2241: $? = 1 configure: failed program was: #line 2219 "configure" #include "confdefs.h" int main () { ; return 0; } configure:2251: result: no configure:2268: checking for cc option to accept ANSI C configure:2325: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2328: $? = 0 configure:2331: test -s conftest. configure:2334: $? = 1 configure: failed program was: #line 2275 "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; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2325: cc -qlanglvl=ansi -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2328: $? = 0 configure:2331: test -s conftest. configure:2334: $? = 1 configure: failed program was: #line 2275 "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; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2325: cc -std1 -c -fno-common -I/usr/local/include conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2328: $? = 1 configure: failed program was: #line 2275 "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; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2325: cc -Ae -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:2328: $? = 1 configure: failed program was: #line 2275 "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; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2325: cc -Aa -D_HPUX_SOURCE -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:2328: $? = 1 configure: failed program was: #line 2275 "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; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2325: cc -Xc -D__EXTENSIONS__ -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-Xc' configure:2328: $? = 0 configure:2331: test -s conftest. configure:2334: $? = 1 configure: failed program was: #line 2275 "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; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:2351: result: none needed configure:2369: cc -c -fno-common -I/usr/local/include conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2372: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2489: checking for style of include used by make configure:2517: result: GNU configure:2545: checking dependency style of cc configure:2607: result: gcc3 configure:2628: checking for gawk configure:2654: result: gawk configure:2668: checking for bison configure:2684: found /usr/local/bin/bison configure:2694: result: bison -y configure:2710: checking for flex configure:2726: found /usr/bin/flex configure:2736: result: flex configure:2749: checking for yywrap in -lfl configure:2776: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lfl >&5 configure:2779: $? = 0 configure:2782: test -s conftest configure:2785: $? = 0 configure:2796: result: yes configure:2859: checking lex output file root configure:2870: flex conftest.l configure:2873: $? = 0 configure:2885: result: lex.yy configure:2890: checking whether yytext is a pointer configure:2906: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lfl >&5 configure:2909: $? = 0 configure:2912: test -s conftest configure:2915: $? = 0 configure:2927: result: yes configure:2941: checking whether ln -s works configure:2945: result: yes configure:3005: checking for glib-config configure:3036: result: /usr/local/bin/glib12-config configure:3044: checking for GLIB - version >= 1.2.0 configure:3145: cc -o conftest -fno-common -I/usr/local/include/glib12 -I/usr/local/include -L/usr/local/lib conftest.c -L/usr/local/lib -lglib-12 >&5 configure:3148: $? = 0 configure:3150: ./conftest configure:3153: $? = 0 configure:3170: result: yes configure:3310: checking for gtk-config configure:3341: result: /usr/local/bin/gtk12-config configure:3349: checking for GTK - version >= 1.2.0 configure:3452: cc -o conftest -fno-common -I/usr/local/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -L/usr/local/lib conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm >&5 configure:3455: $? = 0 configure:3457: ./conftest configure:3460: $? = 0 configure:3477: result: yes configure:3583: checking for dirent.h that defines DIR configure:3604: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3607: $? = 0 configure:3610: test -s conftest. configure:3613: $? = 1 configure: failed program was: #line 3588 "configure" #include "confdefs.h" #include #include int main () { if ((DIR *) 0) return 0; ; return 0; } configure:3623: result: no configure:3583: checking for sys/ndir.h that defines DIR configure:3604: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3590:22: sys/ndir.h: No such file or directory configure: In function `main': configure:3595: error: `DIR' undeclared (first use in this function) configure:3595: error: (Each undeclared identifier is reported only once configure:3595: error: for each function it appears in.) configure:3595: error: parse error before ')' token configure:3607: $? = 1 configure: failed program was: #line 3588 "configure" #include "confdefs.h" #include #include int main () { if ((DIR *) 0) return 0; ; return 0; } configure:3623: result: no configure:3583: checking for sys/dir.h that defines DIR configure:3604: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3607: $? = 0 configure:3610: test -s conftest. configure:3613: $? = 1 configure: failed program was: #line 3588 "configure" #include "confdefs.h" #include #include int main () { if ((DIR *) 0) return 0; ; return 0; } configure:3623: result: no configure:3583: checking for ndir.h that defines DIR configure:3604: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:3590:18: ndir.h: No such file or directory configure: In function `main': configure:3595: error: `DIR' undeclared (first use in this function) configure:3595: error: (Each undeclared identifier is reported only once configure:3595: error: for each function it appears in.) configure:3595: error: parse error before ')' token configure:3607: $? = 1 configure: failed program was: #line 3588 "configure" #include "confdefs.h" #include #include int main () { if ((DIR *) 0) return 0; ; return 0; } configure:3623: result: no configure:3733: checking for library containing opendir configure:3760: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm >&5 configure:3763: $? = 0 configure:3766: test -s conftest configure:3769: $? = 0 configure:3822: result: none required configure:3836: checking how to run the C preprocessor configure:3862: cc -E -I/usr/local/include conftest.c configure:3868: $? = 0 configure:3895: cc -E -I/usr/local/include conftest.c configure:3891:28: ac_nonexistent.h: No such file or directory configure:3901: $? = 1 configure: failed program was: #line 3890 "configure" #include "confdefs.h" #include configure:3938: result: cc -E configure:3953: cc -E -I/usr/local/include conftest.c configure:3959: $? = 0 configure:3986: cc -E -I/usr/local/include conftest.c configure:3982:28: ac_nonexistent.h: No such file or directory configure:3992: $? = 1 configure: failed program was: #line 3981 "configure" #include "confdefs.h" #include configure:4032: checking for egrep configure:4042: result: grep -E configure:4047: checking for ANSI C header files configure:4061: cc -E -I/usr/local/include conftest.c configure:4067: $? = 0 configure:4152: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm >&5 configure:4155: $? = 0 configure:4157: ./conftest configure:4160: $? = 0 configure:4174: result: yes configure:4198: checking for sys/types.h configure:4211: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4214: $? = 0 configure:4217: test -s conftest. configure:4220: $? = 1 configure: failed program was: #line 4203 "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:4230: result: no configure:4198: checking for sys/stat.h configure:4211: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4214: $? = 0 configure:4217: test -s conftest. configure:4220: $? = 1 configure: failed program was: #line 4203 "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:4230: result: no configure:4198: checking for stdlib.h configure:4211: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4214: $? = 0 configure:4217: test -s conftest. configure:4220: $? = 1 configure: failed program was: #line 4203 "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:4230: result: no configure:4198: checking for string.h configure:4211: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4214: $? = 0 configure:4217: test -s conftest. configure:4220: $? = 1 configure: failed program was: #line 4203 "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:4230: result: no configure:4198: checking for memory.h configure:4211: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4214: $? = 0 configure:4217: test -s conftest. configure:4220: $? = 1 configure: failed program was: #line 4203 "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:4230: result: no configure:4198: checking for strings.h configure:4211: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4214: $? = 0 configure:4217: test -s conftest. configure:4220: $? = 1 configure: failed program was: #line 4203 "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:4230: result: no configure:4198: checking for inttypes.h configure:4211: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4214: $? = 0 configure:4217: test -s conftest. configure:4220: $? = 1 configure: failed program was: #line 4203 "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:4230: result: no configure:4198: checking for stdint.h configure:4211: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4214: $? = 0 configure:4217: test -s conftest. configure:4220: $? = 1 configure: failed program was: #line 4203 "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:4230: result: no configure:4198: checking for unistd.h configure:4211: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4214: $? = 0 configure:4217: test -s conftest. configure:4220: $? = 1 configure: failed program was: #line 4203 "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:4230: result: no configure:4259: checking limits.h usability configure:4268: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4271: $? = 0 configure:4274: test -s conftest. configure:4277: $? = 1 configure: failed program was: #line 4261 "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:4286: result: no configure:4290: checking limits.h presence configure:4297: cc -E -I/usr/local/include conftest.c configure:4303: $? = 0 configure:4321: result: yes configure:4332: WARNING: limits.h: present but cannot be compiled configure:4334: WARNING: limits.h: check for missing prerequisite headers? configure:4336: WARNING: limits.h: proceeding with the preprocessor's result configure:4339: checking for limits.h configure:4346: result: yes configure:4259: checking malloc.h usability configure:4268: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4271: $? = 0 configure:4274: test -s conftest. configure:4277: $? = 1 configure: failed program was: #line 4261 "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:4286: result: no configure:4290: checking malloc.h presence configure:4297: cc -E -I/usr/local/include conftest.c configure:4303: $? = 0 configure:4321: result: yes configure:4332: WARNING: malloc.h: present but cannot be compiled configure:4334: WARNING: malloc.h: check for missing prerequisite headers? configure:4336: WARNING: malloc.h: proceeding with the preprocessor's result configure:4339: checking for malloc.h configure:4346: result: yes configure:4250: checking for string.h configure:4255: result: no configure:4250: checking for unistd.h configure:4255: result: no configure:4375: checking argp.h usability configure:4384: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4387: $? = 0 configure:4390: test -s conftest. configure:4393: $? = 1 configure: failed program was: #line 4377 "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:4402: result: no configure:4406: checking argp.h presence configure:4413: cc -E -I/usr/local/include conftest.c configure:4419: $? = 0 configure:4437: result: yes configure:4448: WARNING: argp.h: present but cannot be compiled configure:4450: WARNING: argp.h: check for missing prerequisite headers? configure:4452: WARNING: argp.h: proceeding with the preprocessor's result configure:4455: checking for argp.h configure:4462: result: yes configure:4491: checking for an ANSI C-conforming const configure:4555: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4558: $? = 0 configure:4561: test -s conftest. configure:4564: $? = 1 configure: failed program was: #line 4496 "configure" #include "confdefs.h" int main () { /* FIXME: Include the comments suggested by Paul. */ #ifndef __cplusplus /* Ultrix mips cc rejects this. */ typedef int charset[2]; const charset x; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; ccp = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ ++ccp; p = (char**) ccp; ccp = (char const *const *) p; { /* SCO 3.2v4 cc rejects this. */ char *t; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; const int *foo = &x[0]; ++foo; } { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ typedef const int *iptr; iptr p = 0; ++p; } { /* AIX XL C 1.02.0.0 rejects this saying "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ struct s { int j; const int *ap[3]; }; struct s *b; b->j = 5; } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; } #endif ; return 0; } configure:4574: result: no configure:4587: checking for working alloca.h configure:4605: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm >&5 configure:4608: $? = 0 configure:4611: test -s conftest configure:4614: $? = 0 configure:4624: result: yes configure:4634: checking for alloca configure:4672: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm >&5 configure:4675: $? = 0 configure:4678: test -s conftest configure:4681: $? = 0 configure:4691: result: yes configure:4880: checking for get_current_dir_name configure:4917: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm >&5 ld: Undefined symbols: _get_current_dir_name configure:4920: $? = 1 configure: failed program was: #line 4885 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char get_current_dir_name (); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char get_current_dir_name (); char (*f) (); int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_get_current_dir_name) || defined (__stub___get_current_dir_name) choke me #else f = get_current_dir_name; #endif ; return 0; } configure:4936: result: no configure:4880: checking for strdup configure:4917: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm >&5 configure:4920: $? = 0 configure:4923: test -s conftest configure:4926: $? = 0 configure:4936: result: yes configure:5083: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by CoreWars config.status 0.9.13, which was generated by GNU Autoconf 2.54. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:647: creating Makefile config.status:647: creating programs/Makefile config.status:647: creating contrib/Makefile config.status:647: creating doc/Makefile config.status:647: creating src/Makefile config.status:751: creating config.h config.status:967: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_const=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=set ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=-L/usr/local/lib 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_alloca_works=yes ac_cv_func_get_current_dir_name=no ac_cv_func_strdup=yes ac_cv_header_argp_h=yes ac_cv_header_dirent_dirent_h=no ac_cv_header_dirent_ndir_h=no ac_cv_header_dirent_sys_dir_h=no ac_cv_header_dirent_sys_ndir_h=no ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes ac_cv_header_malloc_h=yes 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_unistd_h=no ac_cv_lib_fl_yywrap=yes ac_cv_objext= ac_cv_path_GLIB_CONFIG=/usr/local/bin/glib12-config ac_cv_path_GTK_CONFIG=/usr/local/bin/gtk12-config ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_LEX=flex ac_cv_prog_YACC='bison -y' ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_prog_lex_root=lex.yy ac_cv_prog_lex_yytext_pointer=yes ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_working_alloca_h=yes am_cv_CC_dependencies_compiler_type=gcc3 lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/games/corewars/work/corewars-0.9.13/build/missing --run aclocal-1.7' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/games/corewars/work/corewars-0.9.13/build/missing --run tar' AUTOCONF='${SHELL} /mnt/gmirror/ports/games/corewars/work/corewars-0.9.13/build/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/games/corewars/work/corewars-0.9.13/build/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/games/corewars/work/corewars-0.9.13/build/missing --run automake-1.7' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' COREWARS='corewars' COREWARSCMD='corewars-cmd' CPP='cc -E' CPPFLAGS='-I/usr/local/include' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GLIB_CFLAGS='-I/usr/local/include/glib12' GLIB_CONFIG='/usr/local/bin/glib12-config' GLIB_LIBS='-L/usr/local/lib -lglib-12' GTK_CFLAGS='-I/usr/local/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include' GTK_CONFIG='/usr/local/bin/gtk12-config' GTK_LIBS='-L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm' INCLUDES=' -I/usr/local/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='-L/usr/local/lib' LEX='flex' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBOBJS='' LIBS=' -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /mnt/gmirror/ports/games/corewars/work/corewars-0.9.13/build/missing --run makeinfo' OBJEXT='' PACKAGE='corewars' PACKAGE_BUGREPORT='walterh@gmx.de' PACKAGE_NAME='CoreWars' PACKAGE_STRING='CoreWars 0.9.13' PACKAGE_TARNAME='corewars' PACKAGE_VERSION='0.9.13' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='0.9.13' YACC='bison -y' ac_ct_CC='' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__quote='' bindir='${exec_prefix}/bin' build_alias='i386-unknown-gnu' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i386-unknown-gnu' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/mnt/gmirror/ports/games/corewars/work/corewars-0.9.13/build/install-sh' 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 HAVE_ALLOCA 1 #define HAVE_ALLOCA_H 1 #define HAVE_ARGP_H 1 #define HAVE_LIMITS_H 1 #define HAVE_MALLOC_H 1 #define HAVE_STRDUP 1 #define PACKAGE "corewars" #define PACKAGE_BUGREPORT "walterh@gmx.de" #define PACKAGE_NAME "CoreWars" #define PACKAGE_STRING "CoreWars 0.9.13" #define PACKAGE_TARNAME "corewars" #define PACKAGE_VERSION "0.9.13" #define STDC_HEADERS 1 #define VERSION "0.9.13" #define YYTEXT_POINTER 1 #define const configure: exit 0