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.58. 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: 125 tasks, 180 threads, 4 processors Load average: 1.02, Mach factor: 2.96 /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:1294: checking for i386-unknown-gnu-gcc configure:1320: result: cc configure:1602: checking for C compiler version configure:1605: 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:1608: $? = 0 configure:1610: 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:1613: $? = 0 configure:1615: cc -V &5 cc: `-V' option must have argument configure:1618: $? = 1 configure:1641: checking for C compiler default output file name configure:1644: cc -fno-common conftest.c >&5 configure:1647: $? = 0 configure:1693: result: a.out configure:1698: checking whether the C compiler works configure:1704: ./a.out configure:1707: $? = 0 configure:1724: result: yes configure:1731: checking whether we are cross compiling configure:1733: result: no configure:1736: checking for suffix of executables configure:1738: cc -o conftest -fno-common conftest.c >&5 configure:1741: $? = 0 configure:1766: result: configure:1772: checking for suffix of object files configure:1793: cc -c -fno-common conftest.c >&5 configure:1796: $? = 0 configure:1818: result: configure:1822: checking whether we are using the GNU C compiler configure:1846: cc -c -fno-common conftest.c >&5 configure:1852: $? = 0 configure:1856: test -z || test ! -s conftest.err configure:1859: $? = 0 configure:1862: test -s conftest. configure:1865: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:1878: result: no configure:1884: checking whether cc accepts -g configure:1905: cc -c -g conftest.c >&5 configure:1911: $? = 0 configure:1915: test -z || test ! -s conftest.err configure:1918: $? = 0 configure:1921: test -s conftest. configure:1924: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1935: result: no configure:1952: checking for cc option to accept ANSI C configure:2022: cc -c -fno-common conftest.c >&5 configure:2028: $? = 0 configure:2032: test -z || test ! -s conftest.err configure:2035: $? = 0 configure:2038: test -s conftest. configure:2041: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2022: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2028: $? = 0 configure:2032: test -z || test ! -s conftest.err configure:2035: $? = 0 configure:2038: test -s conftest. configure:2041: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2022: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2028: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2022: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2028: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2022: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2028: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2022: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2028: $? = 0 configure:2032: test -z || test ! -s conftest.err configure:2035: $? = 0 configure:2038: test -s conftest. configure:2041: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2059: result: none needed configure:2077: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2083: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2221: checking how to run the C preprocessor configure:2256: cc -E conftest.c configure:2262: $? = 0 configure:2294: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2300: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2339: result: cc -E configure:2363: cc -E conftest.c configure:2369: $? = 0 configure:2401: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2407: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2488: checking for a BSD-compatible install configure:2543: result: /usr/bin/install -c -o root -g wheel configure:2558: checking for bison configure:2574: found /usr/local/bin/bison configure:2584: result: bison -y configure:2598: checking for i386-unknown-gnu-ranlib configure:2627: result: no configure:2636: checking for ranlib configure:2652: found /usr/bin/ranlib configure:2663: result: ranlib configure:2677: checking for egrep configure:2687: result: grep -E configure:2693: checking for AIX configure:2715: result: no configure:2721: checking for ANSI C header files configure:2746: cc -c -fno-common conftest.c >&5 configure:2752: $? = 0 configure:2756: test -z || test ! -s conftest.err configure:2759: $? = 0 configure:2762: test -s conftest. configure:2765: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:2874: result: no configure:2898: checking for sys/types.h configure:2914: cc -c -fno-common conftest.c >&5 configure:2920: $? = 0 configure:2924: test -z || test ! -s conftest.err configure:2927: $? = 0 configure:2930: test -s conftest. configure:2933: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #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:2944: result: no configure:2898: checking for sys/stat.h configure:2914: cc -c -fno-common conftest.c >&5 configure:2920: $? = 0 configure:2924: test -z || test ! -s conftest.err configure:2927: $? = 0 configure:2930: test -s conftest. configure:2933: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #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:2944: result: no configure:2898: checking for stdlib.h configure:2914: cc -c -fno-common conftest.c >&5 configure:2920: $? = 0 configure:2924: test -z || test ! -s conftest.err configure:2927: $? = 0 configure:2930: test -s conftest. configure:2933: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #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:2944: result: no configure:2898: checking for string.h configure:2914: cc -c -fno-common conftest.c >&5 configure:2920: $? = 0 configure:2924: test -z || test ! -s conftest.err configure:2927: $? = 0 configure:2930: test -s conftest. configure:2933: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #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:2944: result: no configure:2898: checking for memory.h configure:2914: cc -c -fno-common conftest.c >&5 configure:2920: $? = 0 configure:2924: test -z || test ! -s conftest.err configure:2927: $? = 0 configure:2930: test -s conftest. configure:2933: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #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:2944: result: no configure:2898: checking for strings.h configure:2914: cc -c -fno-common conftest.c >&5 configure:2920: $? = 0 configure:2924: test -z || test ! -s conftest.err configure:2927: $? = 0 configure:2930: test -s conftest. configure:2933: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #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:2944: result: no configure:2898: checking for inttypes.h configure:2914: cc -c -fno-common conftest.c >&5 configure:2920: $? = 0 configure:2924: test -z || test ! -s conftest.err configure:2927: $? = 0 configure:2930: test -s conftest. configure:2933: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #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:2944: result: no configure:2898: checking for stdint.h configure:2914: cc -c -fno-common conftest.c >&5 configure:2920: $? = 0 configure:2924: test -z || test ! -s conftest.err configure:2927: $? = 0 configure:2930: test -s conftest. configure:2933: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #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:2944: result: no configure:2898: checking for unistd.h configure:2914: cc -c -fno-common conftest.c >&5 configure:2920: $? = 0 configure:2924: test -z || test ! -s conftest.err configure:2927: $? = 0 configure:2930: test -s conftest. configure:2933: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #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:2944: result: no configure:2966: checking minix/config.h usability configure:2978: cc -c -fno-common conftest.c >&5 conftest.c:43:26: minix/config.h: No such file or directory configure:2984: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include | #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:3007: result: no configure:3011: checking minix/config.h presence configure:3021: cc -E conftest.c conftest.c:9:26: minix/config.h: No such file or directory configure:3027: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:3047: result: no configure:3082: checking for minix/config.h configure:3089: result: no configure:3118: checking for library containing strerror configure:3148: cc -o conftest -fno-common conftest.c >&5 configure:3154: $? = 0 configure:3158: test -z || test ! -s conftest.err configure:3161: $? = 0 configure:3164: test -s conftest configure:3167: $? = 0 configure:3237: result: none required configure:3246: checking for main in -lcurses configure:3270: cc -o conftest -fno-common conftest.c -lcurses >&5 configure:3276: $? = 0 configure:3280: test -z || test ! -s conftest.err configure:3283: $? = 0 configure:3286: test -s conftest configure:3289: $? = 0 configure:3302: result: yes configure:3383: checking for main in -ltermcap configure:3407: cc -o conftest -fno-common conftest.c -ltermcap -lcurses >&5 configure:3413: $? = 0 configure:3417: test -z || test ! -s conftest.err configure:3420: $? = 0 configure:3423: test -s conftest configure:3426: $? = 0 configure:3439: result: yes configure:3451: checking for TIOCGWINSZ configure:3475: cc -o conftest -fno-common conftest.c -ltermcap -lcurses >&5 configure:3478: $? = 0 configure:3480: ./conftest configure:3483: $? = 0 configure:3490: result: sys/ioctl.h configure:3504: checking for struct winsize configure:3528: cc -o conftest -fno-common conftest.c -ltermcap -lcurses >&5 configure:3531: $? = 0 configure:3533: ./conftest configure:3536: $? = 0 configure:3543: result: termios.h configure:3557: checking for working stdarg.h configure:3582: cc -o conftest -fno-common conftest.c -ltermcap -lcurses >&5 configure:3585: $? = 0 configure:3587: ./conftest configure:3590: $? = 0 configure:3597: result: yes configure:3631: checking stddef.h usability configure:3643: cc -c -fno-common conftest.c >&5 configure:3649: $? = 0 configure:3653: test -z || test ! -s conftest.err configure:3656: $? = 0 configure:3659: test -s conftest. configure:3662: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBCURSES 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_winsize_SYS_IOCTL_H 1 | #define HAVE_winsize_TERMIOS_H 1 | #define HAVE_STDARG_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:3672: result: no configure:3676: checking stddef.h presence configure:3686: cc -E conftest.c configure:3692: $? = 0 configure:3712: result: yes configure:3725: WARNING: stddef.h: present but cannot be compiled configure:3727: WARNING: stddef.h: check for missing prerequisite headers? configure:3729: WARNING: stddef.h: see the Autoconf documentation configure:3731: WARNING: stddef.h: section "Present But Cannot Be Compiled" configure:3733: WARNING: stddef.h: proceeding with the preprocessor's result configure:3735: WARNING: stddef.h: in the future, the compiler will take precedence configure:3747: checking for stddef.h configure:3754: result: yes configure:3622: checking for stdlib.h configure:3627: result: no configure:3631: checking limits.h usability configure:3643: cc -c -fno-common conftest.c >&5 configure:3649: $? = 0 configure:3653: test -z || test ! -s conftest.err configure:3656: $? = 0 configure:3659: test -s conftest. configure:3662: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBCURSES 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_winsize_SYS_IOCTL_H 1 | #define HAVE_winsize_TERMIOS_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_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:3672: result: no configure:3676: checking limits.h presence configure:3686: cc -E conftest.c configure:3692: $? = 0 configure:3712: result: yes configure:3725: WARNING: limits.h: present but cannot be compiled configure:3727: WARNING: limits.h: check for missing prerequisite headers? configure:3729: WARNING: limits.h: see the Autoconf documentation configure:3731: WARNING: limits.h: section "Present But Cannot Be Compiled" configure:3733: WARNING: limits.h: proceeding with the preprocessor's result configure:3735: WARNING: limits.h: in the future, the compiler will take precedence configure:3747: checking for limits.h configure:3754: result: yes configure:3631: checking poll.h usability configure:3643: cc -c -fno-common conftest.c >&5 configure:3649: $? = 0 configure:3653: test -z || test ! -s conftest.err configure:3656: $? = 0 configure:3659: test -s conftest. configure:3662: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBCURSES 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_winsize_SYS_IOCTL_H 1 | #define HAVE_winsize_TERMIOS_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_LIMITS_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:3672: result: no configure:3676: checking poll.h presence configure:3686: cc -E conftest.c configure:3692: $? = 0 configure:3712: result: yes configure:3725: WARNING: poll.h: present but cannot be compiled configure:3727: WARNING: poll.h: check for missing prerequisite headers? configure:3729: WARNING: poll.h: see the Autoconf documentation configure:3731: WARNING: poll.h: section "Present But Cannot Be Compiled" configure:3733: WARNING: poll.h: proceeding with the preprocessor's result configure:3735: WARNING: poll.h: in the future, the compiler will take precedence configure:3747: checking for poll.h configure:3754: result: yes configure:3622: checking for string.h configure:3627: result: no configure:3622: checking for memory.h configure:3627: result: no configure:3622: checking for unistd.h configure:3627: result: no configure:3767: checking return type of signal handlers configure:3798: cc -c -fno-common conftest.c >&5 configure:3804: $? = 0 configure:3808: test -z || test ! -s conftest.err configure:3811: $? = 0 configure:3814: test -s conftest. configure:3817: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBCURSES 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_winsize_SYS_IOCTL_H 1 | #define HAVE_winsize_TERMIOS_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_POLL_H 1 | /* end confdefs.h. */ | #include | #include | #ifdef signal | # undef signal | #endif | #ifdef __cplusplus | extern "C" void (*signal (int, void (*)(int)))(int); | #else | void (*signal ()) (); | #endif | | int | main () | { | int i; | ; | return 0; | } configure:3828: result: int configure:3836: checking for size_t configure:3860: cc -c -fno-common conftest.c >&5 configure:3866: $? = 0 configure:3870: test -z || test ! -s conftest.err configure:3873: $? = 0 configure:3876: test -s conftest. configure:3879: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBCURSES 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_winsize_SYS_IOCTL_H 1 | #define HAVE_winsize_TERMIOS_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_POLL_H 1 | #define RETSIGTYPE int | /* 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:3890: result: no configure:3902: checking whether time.h and sys/time.h may both be included configure:3927: cc -c -fno-common conftest.c >&5 configure:3933: $? = 0 configure:3937: test -z || test ! -s conftest.err configure:3940: $? = 0 configure:3943: test -s conftest. configure:3946: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBCURSES 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_winsize_SYS_IOCTL_H 1 | #define HAVE_winsize_TERMIOS_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_POLL_H 1 | #define RETSIGTYPE int | #define size_t unsigned | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | if ((struct tm *) 0) | return 0; | ; | return 0; | } configure:3957: result: no configure:3967: checking for an ANSI C-conforming const configure:4034: cc -c -fno-common conftest.c >&5 configure:4040: $? = 0 configure:4044: test -z || test ! -s conftest.err configure:4047: $? = 0 configure:4050: test -s conftest. configure:4053: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBCURSES 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_winsize_SYS_IOCTL_H 1 | #define HAVE_winsize_TERMIOS_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_POLL_H 1 | #define RETSIGTYPE int | #define size_t unsigned | /* 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:4064: result: no configure:4074: checking for long file names configure:4113: result: yes configure:4135: checking for _endwin configure:4192: cc -o conftest -fno-common conftest.c -ltermcap -lcurses >&5 ld: Undefined symbols: __endwin configure:4198: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBCURSES 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_winsize_SYS_IOCTL_H 1 | #define HAVE_winsize_TERMIOS_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_POLL_H 1 | #define RETSIGTYPE int | #define size_t unsigned | #define const | #define HAVE_LONG_FILE_NAMES 1 | /* end confdefs.h. */ | /* Define _endwin to an innocuous variant, in case declares _endwin. | For example, HP-UX 11i declares gettimeofday. */ | #define _endwin innocuous__endwin | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _endwin (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _endwin | | /* 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 _endwin (); | /* 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__endwin) || defined (__stub____endwin) | choke me | #else | char (*f) () = _endwin; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != _endwin; | ; | return 0; | } configure:4223: result: no configure:4135: checking for getpgrp configure:4192: cc -o conftest -fno-common conftest.c -ltermcap -lcurses >&5 configure:4198: $? = 0 configure:4202: test -z || test ! -s conftest.err configure:4205: $? = 0 configure:4208: test -s conftest configure:4211: $? = 0 configure:4223: result: yes configure:4135: checking for isendwin configure:4192: cc -o conftest -fno-common conftest.c -ltermcap -lcurses >&5 configure:4198: $? = 0 configure:4202: test -z || test ! -s conftest.err configure:4205: $? = 0 configure:4208: test -s conftest configure:4211: $? = 0 configure:4223: result: yes configure:4135: checking for poll configure:4192: cc -o conftest -fno-common conftest.c -ltermcap -lcurses >&5 configure:4198: $? = 0 configure:4202: test -z || test ! -s conftest.err configure:4205: $? = 0 configure:4208: test -s conftest configure:4211: $? = 0 configure:4223: result: yes configure:4135: checking for psignal configure:4192: cc -o conftest -fno-common conftest.c -ltermcap -lcurses >&5 configure:4198: $? = 0 configure:4202: test -z || test ! -s conftest.err configure:4205: $? = 0 configure:4208: test -s conftest configure:4211: $? = 0 configure:4223: result: yes configure:4135: checking for sigsetmask configure:4192: cc -o conftest -fno-common conftest.c -ltermcap -lcurses >&5 configure:4198: $? = 0 configure:4202: test -z || test ! -s conftest.err configure:4205: $? = 0 configure:4208: test -s conftest configure:4211: $? = 0 configure:4223: result: yes configure:4135: checking for strerror configure:4192: cc -o conftest -fno-common conftest.c -ltermcap -lcurses >&5 configure:4198: $? = 0 configure:4202: test -z || test ! -s conftest.err configure:4205: $? = 0 configure:4208: test -s conftest configure:4211: $? = 0 configure:4223: result: yes configure:4135: checking for tcgetpgrp configure:4192: cc -o conftest -fno-common conftest.c -ltermcap -lcurses >&5 configure:4198: $? = 0 configure:4202: test -z || test ! -s conftest.err configure:4205: $? = 0 configure:4208: test -s conftest configure:4211: $? = 0 configure:4223: result: yes configure:4234: checking for appropriate getpgrp argument configure:4255: cc -o conftest -fno-common conftest.c -ltermcap -lcurses >&5 configure:4258: $? = 0 configure:4260: ./conftest configure:4263: $? = 2 configure: program exited with status 2 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_LIBCURSES 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_winsize_SYS_IOCTL_H 1 | #define HAVE_winsize_TERMIOS_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_POLL_H 1 | #define RETSIGTYPE int | #define size_t unsigned | #define const | #define HAVE_LONG_FILE_NAMES 1 | #define HAVE_GETPGRP 1 | #define HAVE_ISENDWIN 1 | #define HAVE_POLL 1 | #define HAVE_PSIGNAL 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_STRERROR 1 | #define HAVE_TCGETPGRP 1 | /* end confdefs.h. */ | | int main(argc, argv) int argc; char **argv; { | #ifdef HAVE_GETPGRP | if (getpgrp(32767) == getpgrp(0)) exit(2); | #endif | exit(0); } | configure:4282: result: empty configure:4288: checking for a Bourne shell which understands functions configure:4303: result: /bin/sh configure:4402: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.58. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:651: creating Makefile config.status:651: creating etc/Howto.conf config.status:755: creating common/config.h ## ---------------- ## ## 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= 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__endwin=no ac_cv_func_getpgrp=yes ac_cv_func_isendwin=yes ac_cv_func_poll=yes ac_cv_func_psignal=yes ac_cv_func_sigsetmask=yes ac_cv_func_strerror=yes ac_cv_func_tcgetpgrp=yes ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes ac_cv_header_memory_h=no ac_cv_header_minix_config_h=no ac_cv_header_poll_h=yes ac_cv_header_stdc=no ac_cv_header_stddef_h=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_time=no ac_cv_header_unistd_h=no ac_cv_lib_curses_main=yes ac_cv_lib_termcap_main=yes ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_YACC='bison -y' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_egrep='grep -E' ac_cv_search_strerror='none required' ac_cv_sys_long_file_names=yes ac_cv_type_signal=int ac_cv_type_size_t=no lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' 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' LDFLAGS='' LIBOBJS='' LIBS='-ltermcap -lcurses ' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SH='/bin/sh' SHELL='/bin/sh' YACC='bison -y' ac_ct_CC='' ac_ct_RANLIB='ranlib' 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' 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 CONF_SHELL "/bin/sh" #define CONF_getpgrp_arg #define HAVE_GETPGRP 1 #define HAVE_ISENDWIN 1 #define HAVE_LIBCURSES 1 #define HAVE_LIBTERMCAP 1 #define HAVE_LIMITS_H 1 #define HAVE_LONG_FILE_NAMES 1 #define HAVE_POLL 1 #define HAVE_POLL_H 1 #define HAVE_PSIGNAL 1 #define HAVE_SIGSETMASK 1 #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STRERROR 1 #define HAVE_TCGETPGRP 1 #define HAVE_winsize_SYS_IOCTL_H 1 #define HAVE_winsize_TERMIOS_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define RETSIGTYPE int #define const #define size_t unsigned configure: exit 0