This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by less configure 1, which was generated by GNU Autoconf 2.54. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 89 tasks, 144 threads, 4 processors Load average: 1.60, Mach factor: 2.39 /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: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1257: checking for i386-unknown-gnu-gcc configure:1283: result: cc configure:1563: checking for C compiler version configure:1566: 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:1569: $? = 0 configure:1571: 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:1574: $? = 0 configure:1576: cc -V &5 cc: `-V' option must have argument configure:1579: $? = 1 configure:1599: checking for C compiler default output configure:1602: cc -fno-common conftest.c >&5 configure:1605: $? = 0 configure:1639: result: a.out configure:1644: checking whether the C compiler works configure:1650: ./a.out configure:1653: $? = 0 configure:1668: result: yes configure:1675: checking whether we are cross compiling configure:1677: result: no configure:1680: checking for suffix of executables configure:1682: cc -o conftest -fno-common conftest.c >&5 configure:1685: $? = 0 configure:1708: result: configure:1714: checking for suffix of object files configure:1732: cc -c -fno-common conftest.c >&5 configure:1735: $? = 0 configure:1754: result: configure:1758: checking whether we are using the GNU C compiler configure:1779: cc -c -fno-common conftest.c >&5 configure:1782: $? = 0 configure:1785: test -s conftest. configure:1788: $? = 1 configure: failed program was: #line 1763 "configure" #include "confdefs.h" int main () { #ifndef __GNUC__ choke me #endif ; return 0; } configure:1800: result: no configure:1806: checking whether cc accepts -g configure:1824: cc -c -g conftest.c >&5 configure:1827: $? = 0 configure:1830: test -s conftest. configure:1833: $? = 1 configure: failed program was: #line 1811 "configure" #include "confdefs.h" int main () { ; return 0; } configure:1843: result: no configure:1860: checking for cc option to accept ANSI C configure:1917: cc -c -fno-common conftest.c >&5 configure:1920: $? = 0 configure:1923: test -s conftest. configure:1926: $? = 1 configure: failed program was: #line 1867 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1917: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:1920: $? = 0 configure:1923: test -s conftest. configure:1926: $? = 1 configure: failed program was: #line 1867 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1917: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:1920: $? = 1 configure: failed program was: #line 1867 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1917: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:1920: $? = 1 configure: failed program was: #line 1867 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1917: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:1920: $? = 1 configure: failed program was: #line 1867 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1917: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:1920: $? = 0 configure:1923: test -s conftest. configure:1926: $? = 1 configure: failed program was: #line 1867 "configure" #include "confdefs.h" #include #include #include #include /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1943: result: none needed configure:1961: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:1964: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:2063: checking for library containing strerror configure:2090: cc -o conftest -fno-common conftest.c >&5 configure:2093: $? = 0 configure:2096: test -s conftest configure:2099: $? = 0 configure:2152: result: none required configure:2164: checking how to run the C preprocessor configure:2190: cc -E conftest.c configure:2196: $? = 0 configure:2223: cc -E conftest.c configure:2219:28: ac_nonexistent.h: No such file or directory configure:2229: $? = 1 configure: failed program was: #line 2218 "configure" #include "confdefs.h" #include configure:2266: result: cc -E configure:2281: cc -E conftest.c configure:2287: $? = 0 configure:2314: cc -E conftest.c configure:2310:28: ac_nonexistent.h: No such file or directory configure:2320: $? = 1 configure: failed program was: #line 2309 "configure" #include "confdefs.h" #include configure:2360: checking for egrep configure:2370: result: grep -E configure:2456: checking for a BSD-compatible install configure:2510: result: /usr/bin/install -c -o root -g wheel configure:2530: checking for special C compiler options needed for large files configure:2562: cc -c -fno-common conftest.c >&5 configure:2565: $? = 0 configure:2568: test -s conftest. configure:2571: $? = 1 configure: failed program was: #line 2541 "configure" #include "confdefs.h" #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } configure:2581: cc -n32 -c -fno-common conftest.c >&5 cc: unrecognized option `-n32' configure:2584: $? = 0 configure:2587: test -s conftest. configure:2590: $? = 1 configure: failed program was: #line 2541 "configure" #include "confdefs.h" #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } configure:2604: result: no configure:2610: checking for _FILE_OFFSET_BITS value needed for large files configure:2638: cc -c -fno-common conftest.c >&5 configure:2641: $? = 0 configure:2644: test -s conftest. configure:2647: $? = 1 configure: failed program was: #line 2617 "configure" #include "confdefs.h" #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } configure:2677: cc -c -fno-common conftest.c >&5 configure:2680: $? = 0 configure:2683: test -s conftest. configure:2686: $? = 1 configure: failed program was: #line 2655 "configure" #include "confdefs.h" #define _FILE_OFFSET_BITS 64 #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } configure:2697: result: no configure:2707: checking for _LARGE_FILES value needed for large files configure:2735: cc -c -fno-common conftest.c >&5 configure:2738: $? = 0 configure:2741: test -s conftest. configure:2744: $? = 1 configure: failed program was: #line 2714 "configure" #include "confdefs.h" #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } configure:2774: cc -c -fno-common conftest.c >&5 configure:2777: $? = 0 configure:2780: test -s conftest. configure:2783: $? = 1 configure: failed program was: #line 2752 "configure" #include "confdefs.h" #define _LARGE_FILES 1 #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply define LARGE_OFF_T to be 9223372036854775807, since some C++ compilers masquerading as C compilers incorrectly reject 9223372036854775807. */ #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 && LARGE_OFF_T % 2147483647 == 1) ? 1 : -1]; int main () { ; return 0; } configure:2794: result: no configure:2808: checking for initscr in -lxcurses configure:2835: cc -o conftest -fno-common conftest.c -lxcurses >&5 ld: can't locate file for: -lxcurses configure:2838: $? = 1 configure: failed program was: #line 2815 "configure" #include "confdefs.h" /* 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 initscr (); int main () { initscr (); ; return 0; } configure:2855: result: no configure:2863: checking for initscr in -lncurses configure:2890: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:2893: $? = 0 configure:2896: test -s conftest configure:2899: $? = 0 configure:2910: result: yes configure:2918: checking for initscr in -lcurses configure:2945: cc -o conftest -fno-common conftest.c -lcurses >&5 configure:2948: $? = 0 configure:2951: test -s conftest configure:2954: $? = 0 configure:2965: result: yes configure:2973: checking for tgetent in -ltermcap configure:3000: cc -o conftest -fno-common conftest.c -ltermcap >&5 configure:3003: $? = 0 configure:3006: test -s conftest configure:3009: $? = 0 configure:3020: result: yes configure:3028: checking for tgetent in -ltermlib configure:3055: cc -o conftest -fno-common conftest.c -ltermlib >&5 ld: can't locate file for: -ltermlib configure:3058: $? = 1 configure: failed program was: #line 3035 "configure" #include "confdefs.h" /* 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 tgetent (); int main () { tgetent (); ; return 0; } configure:3075: result: no configure:3086: checking for regcmp in -lgen configure:3113: cc -o conftest -fno-common conftest.c -lgen >&5 ld: can't locate file for: -lgen configure:3116: $? = 1 configure: failed program was: #line 3093 "configure" #include "confdefs.h" /* 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 regcmp (); int main () { regcmp (); ; return 0; } configure:3133: result: no configure:3145: checking for regcmp in -lintl configure:3172: cc -o conftest -fno-common conftest.c -lintl >&5 ld: Undefined symbols: _regcmp configure:3175: $? = 1 configure: failed program was: #line 3152 "configure" #include "confdefs.h" /* 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 regcmp (); int main () { regcmp (); ; return 0; } configure:3192: result: no configure:3204: checking for regcmp in -lPW configure:3231: cc -o conftest -fno-common conftest.c -lPW >&5 ld: can't locate file for: -lPW configure:3234: $? = 1 configure: failed program was: #line 3211 "configure" #include "confdefs.h" /* 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 regcmp (); int main () { regcmp (); ; return 0; } configure:3251: result: no configure:3264: checking for working terminal libraries configure:3341: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:3344: $? = 0 configure:3347: test -s conftest configure:3350: $? = 0 configure:3540: result: using -lncurses configure:3545: checking for ANSI C header files configure:3559: cc -E conftest.c configure:3565: $? = 0 configure:3650: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:3653: $? = 0 configure:3655: ./conftest configure:3658: $? = 0 configure:3672: result: yes configure:3696: checking for sys/types.h configure:3709: cc -c -fno-common conftest.c >&5 configure:3712: $? = 0 configure:3715: test -s conftest. configure:3718: $? = 1 configure: failed program was: #line 3701 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3728: result: no configure:3696: checking for sys/stat.h configure:3709: cc -c -fno-common conftest.c >&5 configure:3712: $? = 0 configure:3715: test -s conftest. configure:3718: $? = 1 configure: failed program was: #line 3701 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3728: result: no configure:3696: checking for stdlib.h configure:3709: cc -c -fno-common conftest.c >&5 configure:3712: $? = 0 configure:3715: test -s conftest. configure:3718: $? = 1 configure: failed program was: #line 3701 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3728: result: no configure:3696: checking for string.h configure:3709: cc -c -fno-common conftest.c >&5 configure:3712: $? = 0 configure:3715: test -s conftest. configure:3718: $? = 1 configure: failed program was: #line 3701 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3728: result: no configure:3696: checking for memory.h configure:3709: cc -c -fno-common conftest.c >&5 configure:3712: $? = 0 configure:3715: test -s conftest. configure:3718: $? = 1 configure: failed program was: #line 3701 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3728: result: no configure:3696: checking for strings.h configure:3709: cc -c -fno-common conftest.c >&5 configure:3712: $? = 0 configure:3715: test -s conftest. configure:3718: $? = 1 configure: failed program was: #line 3701 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3728: result: no configure:3696: checking for inttypes.h configure:3709: cc -c -fno-common conftest.c >&5 configure:3712: $? = 0 configure:3715: test -s conftest. configure:3718: $? = 1 configure: failed program was: #line 3701 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3728: result: no configure:3696: checking for stdint.h configure:3709: cc -c -fno-common conftest.c >&5 configure:3712: $? = 0 configure:3715: test -s conftest. configure:3718: $? = 1 configure: failed program was: #line 3701 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3728: result: no configure:3696: checking for unistd.h configure:3709: cc -c -fno-common conftest.c >&5 configure:3712: $? = 0 configure:3715: test -s conftest. configure:3718: $? = 1 configure: failed program was: #line 3701 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3728: result: no configure:3769: checking ctype.h usability configure:3778: cc -c -fno-common conftest.c >&5 configure:3781: $? = 0 configure:3784: test -s conftest. configure:3787: $? = 1 configure: failed program was: #line 3771 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3796: result: no configure:3800: checking ctype.h presence configure:3807: cc -E conftest.c configure:3813: $? = 0 configure:3831: result: yes configure:3842: WARNING: ctype.h: present but cannot be compiled configure:3844: WARNING: ctype.h: check for missing prerequisite headers? configure:3846: WARNING: ctype.h: proceeding with the preprocessor's result configure:3849: checking for ctype.h configure:3856: result: yes configure:3769: checking errno.h usability configure:3778: cc -c -fno-common conftest.c >&5 configure:3781: $? = 0 configure:3784: test -s conftest. configure:3787: $? = 1 configure: failed program was: #line 3771 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3796: result: no configure:3800: checking errno.h presence configure:3807: cc -E conftest.c configure:3813: $? = 0 configure:3831: result: yes configure:3842: WARNING: errno.h: present but cannot be compiled configure:3844: WARNING: errno.h: check for missing prerequisite headers? configure:3846: WARNING: errno.h: proceeding with the preprocessor's result configure:3849: checking for errno.h configure:3856: result: yes configure:3769: checking fcntl.h usability configure:3778: cc -c -fno-common conftest.c >&5 configure:3781: $? = 0 configure:3784: test -s conftest. configure:3787: $? = 1 configure: failed program was: #line 3771 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3796: result: no configure:3800: checking fcntl.h presence configure:3807: cc -E conftest.c configure:3813: $? = 0 configure:3831: result: yes configure:3842: WARNING: fcntl.h: present but cannot be compiled configure:3844: WARNING: fcntl.h: check for missing prerequisite headers? configure:3846: WARNING: fcntl.h: proceeding with the preprocessor's result configure:3849: checking for fcntl.h configure:3856: result: yes configure:3769: checking limits.h usability configure:3778: cc -c -fno-common conftest.c >&5 configure:3781: $? = 0 configure:3784: test -s conftest. configure:3787: $? = 1 configure: failed program was: #line 3771 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3796: result: no configure:3800: checking limits.h presence configure:3807: cc -E conftest.c configure:3813: $? = 0 configure:3831: result: yes configure:3842: WARNING: limits.h: present but cannot be compiled configure:3844: WARNING: limits.h: check for missing prerequisite headers? configure:3846: WARNING: limits.h: proceeding with the preprocessor's result configure:3849: checking for limits.h configure:3856: result: yes configure:3769: checking stdio.h usability configure:3778: cc -c -fno-common conftest.c >&5 configure:3781: $? = 0 configure:3784: test -s conftest. configure:3787: $? = 1 configure: failed program was: #line 3771 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3796: result: no configure:3800: checking stdio.h presence configure:3807: cc -E conftest.c configure:3813: $? = 0 configure:3831: result: yes configure:3842: WARNING: stdio.h: present but cannot be compiled configure:3844: WARNING: stdio.h: check for missing prerequisite headers? configure:3846: WARNING: stdio.h: proceeding with the preprocessor's result configure:3849: checking for stdio.h configure:3856: result: yes configure:3760: checking for stdlib.h configure:3765: result: no configure:3760: checking for string.h configure:3765: result: no configure:3769: checking termcap.h usability configure:3778: cc -c -fno-common conftest.c >&5 configure:3781: $? = 0 configure:3784: test -s conftest. configure:3787: $? = 1 configure: failed program was: #line 3771 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3796: result: no configure:3800: checking termcap.h presence configure:3807: cc -E conftest.c configure:3813: $? = 0 configure:3831: result: yes configure:3842: WARNING: termcap.h: present but cannot be compiled configure:3844: WARNING: termcap.h: check for missing prerequisite headers? configure:3846: WARNING: termcap.h: proceeding with the preprocessor's result configure:3849: checking for termcap.h configure:3856: result: yes configure:3769: checking termio.h usability configure:3778: cc -c -fno-common conftest.c >&5 configure:3806:20: termio.h: No such file or directory configure:3781: $? = 1 configure: failed program was: #line 3771 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3796: result: no configure:3800: checking termio.h presence configure:3807: cc -E conftest.c configure:3803:20: termio.h: No such file or directory configure:3813: $? = 1 configure: failed program was: #line 3802 "configure" #include "confdefs.h" #include configure:3831: result: no configure:3849: checking for termio.h configure:3856: result: no configure:3769: checking termios.h usability configure:3778: cc -c -fno-common conftest.c >&5 configure:3781: $? = 0 configure:3784: test -s conftest. configure:3787: $? = 1 configure: failed program was: #line 3771 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3796: result: no configure:3800: checking termios.h presence configure:3807: cc -E conftest.c configure:3813: $? = 0 configure:3831: result: yes configure:3842: WARNING: termios.h: present but cannot be compiled configure:3844: WARNING: termios.h: check for missing prerequisite headers? configure:3846: WARNING: termios.h: proceeding with the preprocessor's result configure:3849: checking for termios.h configure:3856: result: yes configure:3769: checking time.h usability configure:3778: cc -c -fno-common conftest.c >&5 configure:3781: $? = 0 configure:3784: test -s conftest. configure:3787: $? = 1 configure: failed program was: #line 3771 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3796: result: no configure:3800: checking time.h presence configure:3807: cc -E conftest.c configure:3813: $? = 0 configure:3831: result: yes configure:3842: WARNING: time.h: present but cannot be compiled configure:3844: WARNING: time.h: check for missing prerequisite headers? configure:3846: WARNING: time.h: proceeding with the preprocessor's result configure:3849: checking for time.h configure:3856: result: yes configure:3760: checking for unistd.h configure:3765: result: no configure:3769: checking values.h usability configure:3778: cc -c -fno-common conftest.c >&5 configure:3781: $? = 0 configure:3784: test -s conftest. configure:3787: $? = 1 configure: failed program was: #line 3771 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3796: result: no configure:3800: checking values.h presence configure:3807: cc -E conftest.c configure:3813: $? = 0 configure:3831: result: yes configure:3842: WARNING: values.h: present but cannot be compiled configure:3844: WARNING: values.h: check for missing prerequisite headers? configure:3846: WARNING: values.h: proceeding with the preprocessor's result configure:3849: checking for values.h configure:3856: result: yes configure:3769: checking sys/ioctl.h usability configure:3778: cc -c -fno-common conftest.c >&5 configure:3781: $? = 0 configure:3784: test -s conftest. configure:3787: $? = 1 configure: failed program was: #line 3771 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3796: result: no configure:3800: checking sys/ioctl.h presence configure:3807: cc -E conftest.c configure:3813: $? = 0 configure:3831: result: yes configure:3842: WARNING: sys/ioctl.h: present but cannot be compiled configure:3844: WARNING: sys/ioctl.h: check for missing prerequisite headers? configure:3846: WARNING: sys/ioctl.h: proceeding with the preprocessor's result configure:3849: checking for sys/ioctl.h configure:3856: result: yes configure:3769: checking sys/stream.h usability configure:3778: cc -c -fno-common conftest.c >&5 configure:3806:24: sys/stream.h: No such file or directory configure:3781: $? = 1 configure: failed program was: #line 3771 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3796: result: no configure:3800: checking sys/stream.h presence configure:3807: cc -E conftest.c configure:3803:24: sys/stream.h: No such file or directory configure:3813: $? = 1 configure: failed program was: #line 3802 "configure" #include "confdefs.h" #include configure:3831: result: no configure:3849: checking for sys/stream.h configure:3856: result: no configure:3769: checking sys/ptem.h usability configure:3778: cc -c -fno-common conftest.c >&5 configure:3806:22: sys/ptem.h: No such file or directory configure:3781: $? = 1 configure: failed program was: #line 3771 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif #include configure:3796: result: no configure:3800: checking sys/ptem.h presence configure:3807: cc -E conftest.c configure:3803:22: sys/ptem.h: No such file or directory configure:3813: $? = 1 configure: failed program was: #line 3802 "configure" #include "confdefs.h" #include configure:3831: result: no configure:3849: checking for sys/ptem.h configure:3856: result: no configure:3871: checking whether stat file-mode macros are broken configure:3916: result: no configure:3926: checking for an ANSI C-conforming const configure:3990: cc -c -fno-common conftest.c >&5 configure:3993: $? = 0 configure:3996: test -s conftest. configure:3999: $? = 1 configure: failed program was: #line 3931 "configure" #include "confdefs.h" int main () { /* FIXME: Include the comments suggested by Paul. */ #ifndef __cplusplus /* Ultrix mips cc rejects this. */ typedef int charset[2]; const charset x; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; ccp = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ ++ccp; p = (char**) ccp; ccp = (char const *const *) p; { /* SCO 3.2v4 cc rejects this. */ char *t; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; const int *foo = &x[0]; ++foo; } { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ typedef const int *iptr; iptr p = 0; ++p; } { /* AIX XL C 1.02.0.0 rejects this saying "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ struct s { int j; const int *ap[3]; }; struct s *b; b->j = 5; } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; } #endif ; return 0; } configure:4009: result: no configure:4019: checking for off_t configure:4040: cc -c -fno-common conftest.c >&5 configure: In function `main': configure:4062: error: `off_t' undeclared (first use in this function) configure:4062: error: (Each undeclared identifier is reported only once configure:4062: error: for each function it appears in.) configure:4062: error: parse error before ')' token configure:4043: $? = 1 configure: failed program was: #line 4024 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif int main () { if ((off_t *) 0) return 0; if (sizeof (off_t)) return 0; ; return 0; } configure:4059: result: no configure:4071: checking for size_t configure:4092: cc -c -fno-common conftest.c >&5 configure:4095: $? = 0 configure:4098: test -s conftest. configure:4101: $? = 1 configure: failed program was: #line 4076 "configure" #include "confdefs.h" #include #if HAVE_SYS_TYPES_H # include #endif #if HAVE_SYS_STAT_H # include #endif #if STDC_HEADERS # include # include #else # if HAVE_STDLIB_H # include # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include # endif # include #endif #if HAVE_STRINGS_H # include #endif #if HAVE_INTTYPES_H # include #else # if HAVE_STDINT_H # include # endif #endif #if HAVE_UNISTD_H # include #endif int main () { if ((size_t *) 0) return 0; if (sizeof (size_t)) return 0; ; return 0; } configure:4111: result: no configure:4123: checking whether time.h and sys/time.h may both be included configure:4145: cc -c -fno-common conftest.c >&5 configure:4148: $? = 0 configure:4151: test -s conftest. configure:4154: $? = 1 configure: failed program was: #line 4128 "configure" #include "confdefs.h" #include #include #include int main () { if ((struct tm *) 0) return 0; ; return 0; } configure:4164: result: no configure:4224: checking for off_t configure:4264: result: no configure:4276: checking for void configure:4291: cc -c -fno-common conftest.c >&5 configure:4294: $? = 0 configure:4297: test -s conftest. configure:4300: $? = 1 configure: failed program was: #line 4278 "configure" #include "confdefs.h" int main () { void *foo = 0; ; return 0; } configure:4310: result: no configure:4314: checking for const configure:4329: cc -c -fno-common conftest.c >&5 configure:4332: $? = 0 configure:4335: test -s conftest. configure:4338: $? = 1 configure: failed program was: #line 4316 "configure" #include "confdefs.h" int main () { const int foo = 0; ; return 0; } configure:4348: result: no configure:4352: checking for time_t configure:4367: cc -c -fno-common conftest.c >&5 configure:4370: $? = 0 configure:4373: test -s conftest. configure:4376: $? = 1 configure: failed program was: #line 4354 "configure" #include "confdefs.h" #include int main () { time_t t = 0; ; return 0; } configure:4386: result: no configure:4392: checking return type of signal handlers configure:4420: cc -c -fno-common conftest.c >&5 configure:4423: $? = 0 configure:4426: test -s conftest. configure:4429: $? = 1 configure: failed program was: #line 4397 "configure" #include "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:4439: result: int configure:4460: checking for fsync configure:4497: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4500: $? = 0 configure:4503: test -s conftest configure:4506: $? = 0 configure:4516: result: yes configure:4460: checking for memcpy configure:4497: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4475: warning: conflicting types for built-in function `memcpy' configure:4500: $? = 0 configure:4503: test -s conftest configure:4506: $? = 0 configure:4516: result: yes configure:4460: checking for popen configure:4497: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4500: $? = 0 configure:4503: test -s conftest configure:4506: $? = 0 configure:4516: result: yes configure:4460: checking for _setjmp configure:4497: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4500: $? = 0 configure:4503: test -s conftest configure:4506: $? = 0 configure:4516: result: yes configure:4460: checking for sigprocmask configure:4497: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4500: $? = 0 configure:4503: test -s conftest configure:4506: $? = 0 configure:4516: result: yes configure:4460: checking for sigsetmask configure:4497: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4500: $? = 0 configure:4503: test -s conftest configure:4506: $? = 0 configure:4516: result: yes configure:4460: checking for stat configure:4497: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4500: $? = 0 configure:4503: test -s conftest configure:4506: $? = 0 configure:4516: result: yes configure:4460: checking for strchr configure:4497: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4475: warning: conflicting types for built-in function `strchr' configure:4500: $? = 0 configure:4503: test -s conftest configure:4506: $? = 0 configure:4516: result: yes configure:4460: checking for strstr configure:4497: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4475: warning: conflicting types for built-in function `strstr' configure:4500: $? = 0 configure:4503: test -s conftest configure:4506: $? = 0 configure:4516: result: yes configure:4460: checking for system configure:4497: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4500: $? = 0 configure:4503: test -s conftest configure:4506: $? = 0 configure:4516: result: yes configure:4528: checking for tcgetattr configure:4565: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4568: $? = 0 configure:4571: test -s conftest configure:4574: $? = 0 configure:4584: result: yes configure:4594: checking for fileno configure:4612: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4615: $? = 0 configure:4618: test -s conftest configure:4621: $? = 0 configure:4623: result: yes configure:4636: checking for strerror configure:4660: cc -o conftest -fno-common conftest.c -lncurses >&5 configure: In function `main': configure:4652: warning: assignment makes pointer from integer without a cast configure:4663: $? = 0 configure:4666: test -s conftest configure:4669: $? = 0 configure:4671: result: yes configure:4684: checking for sys_errlist configure:4699: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4702: $? = 0 configure:4705: test -s conftest configure:4708: $? = 0 configure:4710: result: yes configure:4723: checking for sigset_t configure:4740: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4743: $? = 0 configure:4746: test -s conftest configure:4749: $? = 0 configure:4751: result: yes configure:4764: checking for sigemptyset configure:4781: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4784: $? = 0 configure:4787: test -s conftest configure:4790: $? = 0 configure:4792: result: yes configure:4806: checking for errno configure:4824: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4827: $? = 0 configure:4830: test -s conftest configure:4833: $? = 0 configure:4835: result: yes - in errno.h configure:4890: checking for locale configure:4906: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4909: $? = 0 configure:4912: test -s conftest configure:4915: $? = 0 configure:4917: result: yes configure:4929: checking for ctype functions configure:4947: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4950: $? = 0 configure:4953: test -s conftest configure:4956: $? = 0 configure:4958: result: yes configure:4973: checking termcap for ospeed configure:4995: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:4998: $? = 0 configure:5001: test -s conftest configure:5004: $? = 0 configure:5006: result: yes - in termcap.h configure:5061: checking for regcomp configure:5096: cc -o conftest -fno-common conftest.c -lncurses >&5 configure:5099: $? = 0 configure:5101: ./conftest configure:5104: $? = 0 configure:5117: result: using POSIX regcomp configure:5549: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by less config.status 1, which was generated by GNU Autoconf 2.54. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:593: creating Makefile config.status:697: creating defines.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__setjmp=yes ac_cv_func_fsync=yes ac_cv_func_memcpy=yes ac_cv_func_popen=yes ac_cv_func_sigprocmask=yes ac_cv_func_sigsetmask=yes ac_cv_func_stat=yes ac_cv_func_strchr=yes ac_cv_func_strstr=yes ac_cv_func_system=yes ac_cv_func_tcgetattr=yes ac_cv_header_ctype_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_limits_h=yes ac_cv_header_memory_h=no ac_cv_header_stat_broken=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_ptem_h=no ac_cv_header_sys_stat_h=no ac_cv_header_sys_stream_h=no ac_cv_header_sys_types_h=no ac_cv_header_termcap_h=yes ac_cv_header_termio_h=no ac_cv_header_termios_h=yes ac_cv_header_time=no ac_cv_header_time_h=yes ac_cv_header_unistd_h=no ac_cv_header_values_h=yes ac_cv_lib_PW_regcmp=no ac_cv_lib_curses_initscr=yes ac_cv_lib_gen_regcmp=no ac_cv_lib_intl_regcmp=no ac_cv_lib_ncurses_initscr=yes ac_cv_lib_termcap_tgetent=yes ac_cv_lib_termlib_tgetent=no ac_cv_lib_xcurses_initscr=no ac_cv_objext= ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' 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_file_offset_bits=no ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_type_off_t=no 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=' -lncurses' LTLIBOBJS='' OBJEXT='' PACKAGE_BUGREPORT='' PACKAGE_NAME='less' PACKAGE_STRING='less 1' PACKAGE_TARNAME='less' PACKAGE_VERSION='1' PATH_SEPARATOR=':' REGEX_O='' SHELL='/bin/sh' ac_ct_CC='' 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 EDIT_PGM "vi" #define HAVE_CTYPE_H 1 #define HAVE_ERRNO 1 #define HAVE_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FILENO 1 #define HAVE_FSYNC 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE 1 #define HAVE_MEMCPY 1 #define HAVE_OSPEED 1 #define HAVE_POPEN 1 #define HAVE_POSIX_REGCOMP 1 #define HAVE_SIGEMPTYSET 1 #define HAVE_SIGPROCMASK 1 #define HAVE_SIGSETMASK 1 #define HAVE_SIGSET_T 1 #define HAVE_STAT 1 #define HAVE_STDIO_H 1 #define HAVE_STRCHR 1 #define HAVE_STRERROR 1 #define HAVE_STRSTR 1 #define HAVE_SYSTEM 1 #define HAVE_SYS_ERRLIST 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_TERMCAP_H 1 #define HAVE_TERMIOS_FUNCS 1 #define HAVE_TERMIOS_H 1 #define HAVE_TIME_H 1 #define HAVE_UPPER_LOWER 1 #define HAVE_VALUES_H 1 #define HAVE__SETJMP 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "less" #define PACKAGE_STRING "less 1" #define PACKAGE_TARNAME "less" #define PACKAGE_VERSION "1" #define RETSIGTYPE int #define STDC_HEADERS 1 #define const #define off_t long #define off_t long #define size_t unsigned configure: exit 0