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 --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: 150 tasks, 205 threads, 4 processors Load average: 2.39, Mach factor: 1.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:1313: checking for a BSD-compatible install configure:1367: result: /usr/bin/install -c -o root -g wheel configure:1378: checking whether build environment is sane configure:1421: result: yes configure:1454: checking for gawk configure:1470: found /usr/local/bin/gawk configure:1480: result: gawk configure:1490: checking whether make sets $(MAKE) configure:1510: result: yes configure:1685: checking for i386-unknown-gnu-gcc configure:1711: result: cc configure:1993: checking for C compiler version configure:1996: 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:1999: $? = 0 configure:2001: 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:2004: $? = 0 configure:2006: cc -V &5 cc: `-V' option must have argument configure:2009: $? = 1 configure:2033: checking for C compiler default output configure:2036: cc -fno-common conftest.c -pthread >&5 cc: unrecognized option `-pthread' configure:2039: $? = 0 configure:2085: result: a.out configure:2090: checking whether the C compiler works configure:2096: ./a.out configure:2099: $? = 0 configure:2116: result: yes configure:2123: checking whether we are cross compiling configure:2125: result: no configure:2128: checking for suffix of executables configure:2130: cc -o conftest -fno-common conftest.c -pthread >&5 cc: unrecognized option `-pthread' configure:2133: $? = 0 configure:2158: result: configure:2164: checking for suffix of object files configure:2186: cc -c -fno-common conftest.c >&5 configure:2189: $? = 0 configure:2211: result: configure:2215: checking whether we are using the GNU C compiler configure:2240: cc -c -fno-common conftest.c >&5 configure:2243: $? = 0 configure:2246: test -s conftest. configure:2249: $? = 1 configure: failed program was: | #line 2220 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2262: result: no configure:2268: checking whether cc accepts -g configure:2290: cc -c -g conftest.c >&5 configure:2293: $? = 0 configure:2296: test -s conftest. configure:2299: $? = 1 configure: failed program was: | #line 2273 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2310: result: no configure:2327: checking for cc option to accept ANSI C configure:2388: cc -c -fno-common conftest.c >&5 configure:2391: $? = 0 configure:2394: test -s conftest. configure:2397: $? = 1 configure: failed program was: | #line 2334 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | /* 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:2388: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2391: $? = 0 configure:2394: test -s conftest. configure:2397: $? = 1 configure: failed program was: | #line 2334 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | /* 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:2388: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2391: $? = 1 configure: failed program was: | #line 2334 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | /* 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:2388: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2391: $? = 1 configure: failed program was: | #line 2334 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | /* 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:2388: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2391: $? = 1 configure: failed program was: | #line 2334 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | /* 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:2388: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2391: $? = 0 configure:2394: test -s conftest. configure:2397: $? = 1 configure: failed program was: | #line 2334 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | /* 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:2415: result: none needed configure:2433: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2436: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2556: checking for style of include used by make configure:2584: result: GNU configure:2612: checking dependency style of cc configure:2680: result: gcc3 configure:2709: checking for a BSD-compatible install configure:2763: result: /usr/bin/install -c -o root -g wheel configure:2778: checking for gawk configure:2804: result: gawk configure:2814: checking whether ln -s works configure:2818: result: yes configure:2826: checking whether struct tm is in sys/time.h or time.h configure:2850: cc -c -fno-common conftest.c >&5 configure:2853: $? = 0 configure:2856: test -s conftest. configure:2859: $? = 1 configure: failed program was: | #line 2831 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | /* end confdefs.h. */ | #include | #include | | int | main () | { | struct tm *tp; tp->tm_sec; | ; | return 0; | } configure:2870: result: sys/time.h configure:2884: checking for flex configure:2900: found /usr/bin/flex configure:2910: result: flex configure:2923: checking for yywrap in -lfl configure:2954: cc -o conftest -fno-common conftest.c -lfl -pthread >&5 cc: unrecognized option `-pthread' configure:2957: $? = 0 configure:2960: test -s conftest configure:2963: $? = 0 configure:2975: result: yes configure:3043: checking lex output file root configure:3054: flex conftest.l configure:3057: $? = 0 configure:3069: result: lex.yy configure:3074: checking whether yytext is a pointer configure:3090: cc -o conftest -fno-common conftest.c -pthread -lfl >&5 cc: unrecognized option `-pthread' configure:3093: $? = 0 configure:3096: test -s conftest configure:3099: $? = 0 configure:3112: result: yes configure:3138: checking for tputs in -lncurses configure:3169: cc -o conftest -fno-common conftest.c -lncurses -pthread >&5 cc: unrecognized option `-pthread' configure:3172: $? = 0 configure:3175: test -s conftest configure:3178: $? = 0 configure:3190: result: yes configure:3202: checking for readline in -lreadline configure:3233: cc -o conftest -fno-common conftest.c -lreadline -lncurses -pthread >&5 cc: unrecognized option `-pthread' configure:3236: $? = 0 configure:3239: test -s conftest configure:3242: $? = 0 configure:3254: result: yes configure:3270: checking how to run the C preprocessor configure:3306: cc -E conftest.c configure:3312: $? = 0 configure:3344: cc -E conftest.c configure:3349:28: ac_nonexistent.h: No such file or directory configure:3350: $? = 1 configure: failed program was: | #line 3335 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include configure:3388: result: cc -E configure:3413: cc -E conftest.c configure:3419: $? = 0 configure:3451: cc -E conftest.c configure:3456:28: ac_nonexistent.h: No such file or directory configure:3457: $? = 1 configure: failed program was: | #line 3442 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include configure:3500: checking for egrep configure:3510: result: grep -E configure:3515: checking for ANSI C header files configure:3541: cc -c -fno-common conftest.c >&5 configure:3544: $? = 0 configure:3547: test -s conftest. configure:3550: $? = 1 configure: failed program was: | #line 3520 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:3662: result: no configure:3686: checking for sys/types.h configure:3703: cc -c -fno-common conftest.c >&5 configure:3706: $? = 0 configure:3709: test -s conftest. configure:3712: $? = 1 configure: failed program was: | #line 3691 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3723: result: no configure:3686: checking for sys/stat.h configure:3703: cc -c -fno-common conftest.c >&5 configure:3706: $? = 0 configure:3709: test -s conftest. configure:3712: $? = 1 configure: failed program was: | #line 3691 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3723: result: no configure:3686: checking for stdlib.h configure:3703: cc -c -fno-common conftest.c >&5 configure:3706: $? = 0 configure:3709: test -s conftest. configure:3712: $? = 1 configure: failed program was: | #line 3691 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3723: result: no configure:3686: checking for string.h configure:3703: cc -c -fno-common conftest.c >&5 configure:3706: $? = 0 configure:3709: test -s conftest. configure:3712: $? = 1 configure: failed program was: | #line 3691 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3723: result: no configure:3686: checking for memory.h configure:3703: cc -c -fno-common conftest.c >&5 configure:3706: $? = 0 configure:3709: test -s conftest. configure:3712: $? = 1 configure: failed program was: | #line 3691 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3723: result: no configure:3686: checking for strings.h configure:3703: cc -c -fno-common conftest.c >&5 configure:3706: $? = 0 configure:3709: test -s conftest. configure:3712: $? = 1 configure: failed program was: | #line 3691 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3723: result: no configure:3686: checking for inttypes.h configure:3703: cc -c -fno-common conftest.c >&5 configure:3706: $? = 0 configure:3709: test -s conftest. configure:3712: $? = 1 configure: failed program was: | #line 3691 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3723: result: no configure:3686: checking for stdint.h configure:3703: cc -c -fno-common conftest.c >&5 configure:3706: $? = 0 configure:3709: test -s conftest. configure:3712: $? = 1 configure: failed program was: | #line 3691 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3723: result: no configure:3686: checking for unistd.h configure:3703: cc -c -fno-common conftest.c >&5 configure:3706: $? = 0 configure:3709: test -s conftest. configure:3712: $? = 1 configure: failed program was: | #line 3691 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3723: result: no configure:3750: checking readline/readline.h usability configure:3763: cc -c -fno-common conftest.c >&5 configure:3766: $? = 0 configure:3769: test -s conftest. configure:3772: $? = 1 configure: failed program was: | #line 3752 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3782: result: no configure:3786: checking readline/readline.h presence configure:3797: cc -E conftest.c configure:3803: $? = 0 configure:3822: result: yes configure:3842: WARNING: readline/readline.h: present but cannot be compiled configure:3844: WARNING: readline/readline.h: check for missing prerequisite headers? configure:3846: WARNING: readline/readline.h: proceeding with the preprocessor's result configure:3858: checking for readline/readline.h configure:3865: result: yes configure:3750: checking readline/history.h usability configure:3763: cc -c -fno-common conftest.c >&5 configure:3766: $? = 0 configure:3769: test -s conftest. configure:3772: $? = 1 configure: failed program was: | #line 3752 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3782: result: no configure:3786: checking readline/history.h presence configure:3797: cc -E conftest.c configure:3803: $? = 0 configure:3822: result: yes configure:3842: WARNING: readline/history.h: present but cannot be compiled configure:3844: WARNING: readline/history.h: check for missing prerequisite headers? configure:3846: WARNING: readline/history.h: proceeding with the preprocessor's result configure:3858: checking for readline/history.h configure:3865: result: yes configure:3880: checking for ANSI C header files configure:4027: result: no configure:4057: checking time.h usability configure:4070: cc -c -fno-common conftest.c >&5 configure:4073: $? = 0 configure:4076: test -s conftest. configure:4079: $? = 1 configure: failed program was: | #line 4059 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4089: result: no configure:4093: checking time.h presence configure:4104: cc -E conftest.c configure:4110: $? = 0 configure:4129: result: yes configure:4149: WARNING: time.h: present but cannot be compiled configure:4151: WARNING: time.h: check for missing prerequisite headers? configure:4153: WARNING: time.h: proceeding with the preprocessor's result configure:4165: checking for time.h configure:4172: result: yes configure:4057: checking sys/time.h usability configure:4070: cc -c -fno-common conftest.c >&5 configure:4073: $? = 0 configure:4076: test -s conftest. configure:4079: $? = 1 configure: failed program was: | #line 4059 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4089: result: no configure:4093: checking sys/time.h presence configure:4104: cc -E conftest.c configure:4110: $? = 0 configure:4129: result: yes configure:4149: WARNING: sys/time.h: present but cannot be compiled configure:4151: WARNING: sys/time.h: check for missing prerequisite headers? configure:4153: WARNING: sys/time.h: proceeding with the preprocessor's result configure:4165: checking for sys/time.h configure:4172: result: yes configure:4048: checking for unistd.h configure:4053: result: no configure:4057: checking errno.h usability configure:4070: cc -c -fno-common conftest.c >&5 configure:4073: $? = 0 configure:4076: test -s conftest. configure:4079: $? = 1 configure: failed program was: | #line 4059 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4089: result: no configure:4093: checking errno.h presence configure:4104: cc -E conftest.c configure:4110: $? = 0 configure:4129: result: yes configure:4149: WARNING: errno.h: present but cannot be compiled configure:4151: WARNING: errno.h: check for missing prerequisite headers? configure:4153: WARNING: errno.h: proceeding with the preprocessor's result configure:4165: checking for errno.h configure:4172: result: yes configure:4057: checking fcntl.h usability configure:4070: cc -c -fno-common conftest.c >&5 configure:4073: $? = 0 configure:4076: test -s conftest. configure:4079: $? = 1 configure: failed program was: | #line 4059 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4089: result: no configure:4093: checking fcntl.h presence configure:4104: cc -E conftest.c configure:4110: $? = 0 configure:4129: result: yes configure:4149: WARNING: fcntl.h: present but cannot be compiled configure:4151: WARNING: fcntl.h: check for missing prerequisite headers? configure:4153: WARNING: fcntl.h: proceeding with the preprocessor's result configure:4165: checking for fcntl.h configure:4172: result: yes configure:4057: checking libintl.h usability configure:4070: cc -c -fno-common conftest.c >&5 configure:4073: $? = 0 configure:4076: test -s conftest. configure:4079: $? = 1 configure: failed program was: | #line 4059 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4089: result: no configure:4093: checking libintl.h presence configure:4104: cc -E conftest.c configure:4110: $? = 0 configure:4129: result: yes configure:4149: WARNING: libintl.h: present but cannot be compiled configure:4151: WARNING: libintl.h: check for missing prerequisite headers? configure:4153: WARNING: libintl.h: proceeding with the preprocessor's result configure:4165: checking for libintl.h configure:4172: result: yes configure:4186: checking for an ANSI C-conforming const configure:4254: cc -c -fno-common conftest.c >&5 configure:4257: $? = 0 configure:4260: test -s conftest. configure:4263: $? = 1 configure: failed program was: | #line 4191 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | /* end 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:4274: result: no configure:4284: checking for working volatile configure:4308: cc -c -fno-common conftest.c >&5 configure:4311: $? = 0 configure:4314: test -s conftest. configure:4317: $? = 1 configure: failed program was: | #line 4289 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | /* end confdefs.h. */ | | int | main () | { | | volatile int x; | int * volatile y; | ; | return 0; | } configure:4328: result: no configure:4343: checking for stdlib.h configure:4348: result: no configure:4480: checking for GNU libc compatible realloc configure:4510: cc -o conftest -fno-common conftest.c -lreadline -lncurses -pthread >&5 cc: unrecognized option `-pthread' configure:4513: $? = 0 configure:4515: ./conftest configure:4518: $? = 0 configure:4532: result: yes configure:4555: checking for stdbool.h that conforms to C99 configure:4609: cc -c -fno-common conftest.c >&5 configure:4612: $? = 0 configure:4615: test -s conftest. configure:4618: $? = 1 configure: failed program was: | #line 4560 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | /* end confdefs.h. */ | | #include | #ifndef bool | # error bool is not defined | #endif | #ifndef false | # error false is not defined | #endif | #if false | # error false is not 0 | #endif | #ifndef true | # error true is not defined | #endif | #if true != 1 | # error true is not 1 | #endif | #ifndef __bool_true_false_are_defined | # error __bool_true_false_are_defined is not defined | #endif | | struct s { _Bool s: 1; _Bool t; } s; | | char a[true == 1 ? 1 : -1]; | char b[false == 0 ? 1 : -1]; | char c[__bool_true_false_are_defined == 1 ? 1 : -1]; | char d[(bool) -0.5 == true ? 1 : -1]; | bool e = &s; | char f[(_Bool) -0.0 == false ? 1 : -1]; | char g[true]; | char h[sizeof (_Bool)]; | char i[sizeof s.t]; | | int | main () | { | return !a + !b + !c + !d + !e + !f + !g + !h + !i; | ; | return 0; | } configure:4629: result: no configure:4631: checking for _Bool configure:4656: cc -c -fno-common conftest.c >&5 configure:4659: $? = 0 configure:4662: test -s conftest. configure:4665: $? = 1 configure: failed program was: | #line 4636 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((_Bool *) 0) | return 0; | if (sizeof (_Bool)) | return 0; | ; | return 0; | } configure:4676: result: no configure:4695: checking for inline configure:4717: cc -c -fno-common conftest.c >&5 configure:4720: $? = 0 configure:4723: test -s conftest. configure:4726: $? = 1 configure: failed program was: | #line 4702 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static inline foo_t static_foo () {return 0; } | inline foo_t foo () {return 0; } | #endif | configure:4717: cc -c -fno-common conftest.c >&5 configure:4720: $? = 0 configure:4723: test -s conftest. configure:4726: $? = 1 configure: failed program was: | #line 4702 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline__ foo_t static_foo () {return 0; } | __inline__ foo_t foo () {return 0; } | #endif | configure:4717: cc -c -fno-common conftest.c >&5 configure:4720: $? = 0 configure:4723: test -s conftest. configure:4726: $? = 1 configure: failed program was: | #line 4702 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline foo_t static_foo () {return 0; } | __inline foo_t foo () {return 0; } | #endif | configure:4738: result: no configure:4753: checking for size_t configure:4778: cc -c -fno-common conftest.c >&5 configure:4781: $? = 0 configure:4784: test -s conftest. configure:4787: $? = 1 configure: failed program was: | #line 4758 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((size_t *) 0) | return 0; | if (sizeof (size_t)) | return 0; | ; | return 0; | } configure:4798: result: no configure:4810: checking whether time.h and sys/time.h may both be included configure:4836: cc -c -fno-common conftest.c >&5 configure:4839: $? = 0 configure:4842: test -s conftest. configure:4845: $? = 1 configure: failed program was: | #line 4815 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | if ((struct tm *) 0) | return 0; | ; | return 0; | } configure:4856: result: no configure:4867: checking for stdint types configure:4896: cc -c conftest.c >&5 configure:4899: $? = 0 configure:4902: test -s conftest. configure:4905: $? = 1 configure: failed program was: | #line 4879 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include | int | main () | { | int_least32_t v = 0; | ; | return 0; | } configure:4930: result: (putting them into src/GCint.h)... no configure:4944: checking for stdint uintptr_t configure:4951: result: (..) configure:4956: checking for uintptr_t configure:4982: cc -c -fno-common conftest.c >&5 configure:4985: $? = 0 configure:4988: test -s conftest. configure:4991: $? = 1 configure: failed program was: | #line 4961 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include | | int | main () | { | if ((uintptr_t *) 0) | return 0; | if (sizeof (uintptr_t)) | return 0; | ; | return 0; | } configure:5002: result: no configure:4956: checking for uintptr_t configure:4982: cc -c -fno-common conftest.c >&5 configure:4985: $? = 0 configure:4988: test -s conftest. configure:4991: $? = 1 configure: failed program was: | #line 4961 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include | | int | main () | { | if ((uintptr_t *) 0) | return 0; | if (sizeof (uintptr_t)) | return 0; | ; | return 0; | } configure:5002: result: no configure:4956: checking for uintptr_t configure:4982: cc -c -fno-common conftest.c >&5 configure:4987:26: sys/inttypes.h: No such file or directory configure: In function `main': configure:4992: error: `uintptr_t' undeclared (first use in this function) configure:4992: error: (Each undeclared identifier is reported only once configure:4992: error: for each function it appears in.) configure:4992: error: parse error before ')' token configure:4985: $? = 1 configure: failed program was: | #line 4961 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include | | int | main () | { | if ((uintptr_t *) 0) | return 0; | if (sizeof (uintptr_t)) | return 0; | ; | return 0; | } configure:5002: result: no configure:5067: checking for stdint uintptr_t configure:5071: result: configure:5075: checking for stdint uint32_t configure:5082: result: (..) configure:5087: checking for uint32_t configure:5113: cc -c -fno-common conftest.c >&5 configure:5116: $? = 0 configure:5119: test -s conftest. configure:5122: $? = 1 configure: failed program was: | #line 5092 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include | | int | main () | { | if ((uint32_t *) 0) | return 0; | if (sizeof (uint32_t)) | return 0; | ; | return 0; | } configure:5133: result: no configure:5087: checking for uint32_t configure:5113: cc -c -fno-common conftest.c >&5 configure:5118:26: sys/inttypes.h: No such file or directory configure: In function `main': configure:5123: error: `uint32_t' undeclared (first use in this function) configure:5123: error: (Each undeclared identifier is reported only once configure:5123: error: for each function it appears in.) configure:5123: error: parse error before ')' token configure:5116: $? = 1 configure: failed program was: | #line 5092 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include | | int | main () | { | if ((uint32_t *) 0) | return 0; | if (sizeof (uint32_t)) | return 0; | ; | return 0; | } configure:5133: result: no configure:5087: checking for uint32_t configure:5113: cc -c -fno-common conftest.c >&5 configure:5116: $? = 0 configure:5119: test -s conftest. configure:5122: $? = 1 configure: failed program was: | #line 5092 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include | | int | main () | { | if ((uint32_t *) 0) | return 0; | if (sizeof (uint32_t)) | return 0; | ; | return 0; | } configure:5133: result: no configure:5198: checking for stdint uint32_t configure:5202: result: configure:5208: checking for stdint u_int32_t configure:5215: result: (..) configure:5220: checking for u_int32_t configure:5246: cc -c -fno-common conftest.c >&5 configure:5249: $? = 0 configure:5252: test -s conftest. configure:5255: $? = 1 configure: failed program was: | #line 5225 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include | | int | main () | { | if ((u_int32_t *) 0) | return 0; | if (sizeof (u_int32_t)) | return 0; | ; | return 0; | } configure:5266: result: no configure:5220: checking for u_int32_t configure:5246: cc -c -fno-common conftest.c >&5 configure:5249: $? = 0 configure:5252: test -s conftest. configure:5255: $? = 1 configure: failed program was: | #line 5225 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include | | int | main () | { | if ((u_int32_t *) 0) | return 0; | if (sizeof (u_int32_t)) | return 0; | ; | return 0; | } configure:5266: result: no configure:5220: checking for u_int32_t configure:5246: cc -c -fno-common conftest.c >&5 configure:5251:26: sys/inttypes.h: No such file or directory configure: In function `main': configure:5256: error: `u_int32_t' undeclared (first use in this function) configure:5256: error: (Each undeclared identifier is reported only once configure:5256: error: for each function it appears in.) configure:5256: error: parse error before ')' token configure:5249: $? = 1 configure: failed program was: | #line 5225 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include | | int | main () | { | if ((u_int32_t *) 0) | return 0; | if (sizeof (u_int32_t)) | return 0; | ; | return 0; | } configure:5266: result: no configure:5331: checking for stdint u_int32_t configure:5335: result: configure:5340: checking for stdint datatype model configure:5342: result: (..) configure:5344: checking size of char configure:5370: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:5383: error: duplicate case value configure:5383: error: previously used here configure:5373: $? = 1 configure: failed program was: | #line 5350 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include "confdefs.h" | #include | | | int | main () | { | switch (0) case 0: case (sizeof (char) == 4):; | ; | return 0; | } configure:5370: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:5383: error: duplicate case value configure:5383: error: previously used here configure:5373: $? = 1 configure: failed program was: | #line 5350 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include "confdefs.h" | #include | | | int | main () | { | switch (0) case 0: case (sizeof (char) == 8):; | ; | return 0; | } configure:5370: cc -c -fno-common conftest.c >&5 configure:5373: $? = 0 configure:5376: test -s conftest. configure:5379: $? = 1 configure: failed program was: | #line 5350 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include "confdefs.h" | #include | | | int | main () | { | switch (0) case 0: case (sizeof (char) == 1):; | ; | return 0; | } configure:5370: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:5383: error: duplicate case value configure:5383: error: previously used here configure:5373: $? = 1 configure: failed program was: | #line 5350 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include "confdefs.h" | #include | | | int | main () | { | switch (0) case 0: case (sizeof (char) == 2):; | ; | return 0; | } configure:5370: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:5383: error: duplicate case value configure:5383: error: previously used here configure:5373: $? = 1 configure: failed program was: | #line 5350 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnuchess" | #define VERSION "5.07" | #define TM_IN_SYS_TIME 1 | #define YYTEXT_POINTER 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIBINTL_H 1 | #define const | #define volatile | #define HAVE_REALLOC 1 | #define inline | #define size_t unsigned | /* end confdefs.h. */ | #include "confdefs.h" | #include | | | int | main () | { | switch (0) case 0: case (sizeof (char) == 16):; | ; | return 0; | } configure:5394: error: cannot determine a size for char ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=no ac_cv_c_const=no ac_cv_c_inline=no ac_cv_c_volatile=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_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_realloc_0_nonnull=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_libintl_h=yes ac_cv_header_memory_h=no ac_cv_header_readline_history_h=yes ac_cv_header_readline_readline_h=yes ac_cv_header_stdbool_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdint_o= ac_cv_header_stdint_t= ac_cv_header_stdint_u= ac_cv_header_stdint_x= 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_time_h=yes ac_cv_header_sys_types_h=no ac_cv_header_time=no ac_cv_header_time_h=yes ac_cv_header_unistd_h=no ac_cv_lib_fl_yywrap=yes ac_cv_lib_ncurses_tputs=yes ac_cv_lib_readline_readline=yes ac_cv_objext= ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_LEX=flex 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_stdint_result='(no helpful system typedefs seen)' ac_cv_struct_tm=sys/time.h ac_cv_type__Bool=no ac_cv_type_size_t=no ac_cv_type_u_int32_t=no ac_cv_type_uint32_t=no ac_cv_type_uintptr_t=no ac_cv_use_readline=yes am_cv_CC_dependencies_compiler_type=gcc3 lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/games/gnuchess/work/gnuchess-5.07/missing --run aclocal-1.7' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/games/gnuchess/work/gnuchess-5.07/missing --run tar' AUTOCONF='${SHELL} /mnt/gmirror/ports/games/gnuchess/work/gnuchess-5.07/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/games/gnuchess/work/gnuchess-5.07/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/games/gnuchess/work/gnuchess-5.07/missing --run automake-1.7' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' 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='' LEX='flex' LEXLIB='-lfl' LEX_OUTPUT_ROOT='lex.yy' LIBOBJS='' LIBS='-lreadline -lncurses -pthread' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /mnt/gmirror/ports/games/gnuchess/work/gnuchess-5.07/missing --run makeinfo' OBJEXT='' PACKAGE='gnuchess' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_LIBS='' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='5.07' ac_ct_CC='' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='' build_os='' build_vendor='' datadir='${prefix}/share' exec_prefix='NONE' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='' host_os='' host_vendor='' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/mnt/gmirror/ports/games/gnuchess/work/gnuchess-5.07/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_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_LIBINTL_H 1 #define HAVE_LIBNCURSES 1 #define HAVE_LIBREADLINE 1 #define HAVE_READLINE_HISTORY_H 1 #define HAVE_READLINE_READLINE_H 1 #define HAVE_REALLOC 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1 #define PACKAGE "gnuchess" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define TM_IN_SYS_TIME 1 #define VERSION "5.07" #define YYTEXT_POINTER 1 #define const #define inline #define size_t unsigned #define volatile configure: exit 1