This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by readline configure 5.2, which was generated by GNU Autoconf 2.59. 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: 157 tasks, 212 threads, 4 processors Load average: 1.10, Mach factor: 2.89 /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:1361: checking build system type configure:1379: result: i386-unknown-gnu configure:1387: checking host system type configure:1401: result: i386-unknown-gnu configure:1496: checking whether make sets $(MAKE) configure:1516: result: yes configure:1533: checking for i386-unknown-gnu-gcc configure:1559: result: cc configure:1841: checking for C compiler version configure:1844: 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:1847: $? = 0 configure:1849: 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:1852: $? = 0 configure:1854: cc -V &5 cc: `-V' option must have argument configure:1857: $? = 1 configure:1880: checking for C compiler default output file name configure:1883: cc -fno-common conftest.c >&5 configure:1886: $? = 0 configure:1932: result: a.out configure:1937: checking whether the C compiler works configure:1943: ./a.out configure:1946: $? = 0 configure:1963: result: yes configure:1970: checking whether we are cross compiling configure:1972: result: no configure:1975: checking for suffix of executables configure:1977: cc -o conftest -fno-common conftest.c >&5 configure:1980: $? = 0 configure:2005: result: configure:2011: checking for suffix of object files configure:2032: cc -c -fno-common conftest.c >&5 configure:2035: $? = 0 configure:2057: result: configure:2061: checking whether we are using the GNU C compiler configure:2085: cc -c -fno-common conftest.c >&5 configure:2091: $? = 0 configure:2095: test -z || test ! -s conftest.err configure:2098: $? = 0 configure:2101: test -s conftest. configure:2104: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2117: result: no configure:2123: checking whether cc accepts -g configure:2144: cc -c -g conftest.c >&5 configure:2150: $? = 0 configure:2154: test -z || test ! -s conftest.err configure:2157: $? = 0 configure:2160: test -s conftest. configure:2163: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2174: result: no configure:2191: checking for cc option to accept ANSI C configure:2261: cc -c -fno-common conftest.c >&5 configure:2267: $? = 0 configure:2271: test -z || test ! -s conftest.err configure:2274: $? = 0 configure:2277: test -s conftest. configure:2280: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2261: cc -qlanglvl=ansi -c -fno-common conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2267: $? = 0 configure:2271: test -z || test ! -s conftest.err configure:2274: $? = 0 configure:2277: test -s conftest. configure:2280: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2261: cc -std1 -c -fno-common conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2267: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2261: cc -Ae -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2267: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2261: cc -Aa -D_HPUX_SOURCE -c -fno-common conftest.c >&5 :6:2: missing '(' after predicate configure:2267: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2261: cc -Xc -D__EXTENSIONS__ -c -fno-common conftest.c >&5 cc: unrecognized option `-Xc' configure:2267: $? = 0 configure:2271: test -z || test ! -s conftest.err configure:2274: $? = 0 configure:2277: test -s conftest. configure:2280: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2298: result: none needed configure:2316: cc -c -fno-common conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2322: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2461: checking how to run the C preprocessor configure:2496: cc -E conftest.c configure:2502: $? = 0 configure:2534: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2540: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* end confdefs.h. */ | #include configure:2579: result: cc -E configure:2603: cc -E conftest.c configure:2609: $? = 0 configure:2641: cc -E conftest.c conftest.c:9:28: ac_nonexistent.h: No such file or directory configure:2647: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* end confdefs.h. */ | #include configure:2691: checking for egrep configure:2701: result: grep -E configure:2706: checking for ANSI C header files configure:2731: cc -c -fno-common conftest.c >&5 configure:2737: $? = 0 configure:2741: test -z || test ! -s conftest.err configure:2744: $? = 0 configure:2747: test -s conftest. configure:2750: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:2859: result: no configure:2883: checking for sys/types.h configure:2899: cc -c -fno-common conftest.c >&5 configure:2905: $? = 0 configure:2909: test -z || test ! -s conftest.err configure:2912: $? = 0 configure:2915: test -s conftest. configure:2918: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2929: result: no configure:2883: checking for sys/stat.h configure:2899: cc -c -fno-common conftest.c >&5 configure:2905: $? = 0 configure:2909: test -z || test ! -s conftest.err configure:2912: $? = 0 configure:2915: test -s conftest. configure:2918: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2929: result: no configure:2883: checking for stdlib.h configure:2899: cc -c -fno-common conftest.c >&5 configure:2905: $? = 0 configure:2909: test -z || test ! -s conftest.err configure:2912: $? = 0 configure:2915: test -s conftest. configure:2918: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2929: result: no configure:2883: checking for string.h configure:2899: cc -c -fno-common conftest.c >&5 configure:2905: $? = 0 configure:2909: test -z || test ! -s conftest.err configure:2912: $? = 0 configure:2915: test -s conftest. configure:2918: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2929: result: no configure:2883: checking for memory.h configure:2899: cc -c -fno-common conftest.c >&5 configure:2905: $? = 0 configure:2909: test -z || test ! -s conftest.err configure:2912: $? = 0 configure:2915: test -s conftest. configure:2918: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2929: result: no configure:2883: checking for strings.h configure:2899: cc -c -fno-common conftest.c >&5 configure:2905: $? = 0 configure:2909: test -z || test ! -s conftest.err configure:2912: $? = 0 configure:2915: test -s conftest. configure:2918: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2929: result: no configure:2883: checking for inttypes.h configure:2899: cc -c -fno-common conftest.c >&5 configure:2905: $? = 0 configure:2909: test -z || test ! -s conftest.err configure:2912: $? = 0 configure:2915: test -s conftest. configure:2918: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2929: result: no configure:2883: checking for stdint.h configure:2899: cc -c -fno-common conftest.c >&5 configure:2905: $? = 0 configure:2909: test -z || test ! -s conftest.err configure:2912: $? = 0 configure:2915: test -s conftest. configure:2918: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2929: result: no configure:2883: checking for unistd.h configure:2899: cc -c -fno-common conftest.c >&5 configure:2905: $? = 0 configure:2909: test -z || test ! -s conftest.err configure:2912: $? = 0 configure:2915: test -s conftest. configure:2918: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2929: result: no configure:2951: checking minix/config.h usability configure:2963: cc -c -fno-common conftest.c >&5 conftest.c:43:26: minix/config.h: No such file or directory configure:2969: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:2992: result: no configure:2996: checking minix/config.h presence configure:3006: cc -E conftest.c conftest.c:9:26: minix/config.h: No such file or directory configure:3012: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* end confdefs.h. */ | #include configure:3032: result: no configure:3067: checking for minix/config.h configure:3074: result: no configure:3170: checking for a BSD-compatible install configure:3225: result: /usr/bin/install -c -o root -g wheel configure:3238: checking for ar configure:3254: found /usr/bin/ar configure:3265: result: ar configure:3276: checking for i386-unknown-gnu-ranlib configure:3305: result: no configure:3314: checking for ranlib configure:3330: found /usr/bin/ranlib configure:3341: result: ranlib configure:3357: checking for an ANSI C-conforming const configure:3424: cc -c -fno-common conftest.c >&5 configure:3430: $? = 0 configure:3434: test -z || test ! -s conftest.err configure:3437: $? = 0 configure:3440: test -s conftest. configure:3443: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* 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:3454: result: no configure:3464: checking for function prototypes configure:3480: result: no configure:3485: checking whether char is unsigned configure:3508: cc -c -fno-common conftest.c >&5 configure:3514: $? = 0 configure:3518: test -z || test ! -s conftest.err configure:3521: $? = 0 configure:3524: test -s conftest. configure:3527: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | /* 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 () | { | static int test_array [1 - 2 * !(((char) -1) < 0)]; | test_array [0] = 0 | | ; | return 0; | } configure:3538: result: yes configure:3548: checking return type of signal handlers configure:3579: cc -c -fno-common conftest.c >&5 configure:3585: $? = 0 configure:3589: test -z || test ! -s conftest.err configure:3592: $? = 0 configure:3595: test -s conftest. configure:3598: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 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:3609: result: int configure:3618: checking for size_t configure:3642: cc -c -fno-common conftest.c >&5 configure:3648: $? = 0 configure:3652: test -z || test ! -s conftest.err configure:3655: $? = 0 configure:3658: test -s conftest. configure:3661: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 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:3672: result: no configure:3684: checking for ssize_t configure:3708: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:50: error: `ssize_t' undeclared (first use in this function) conftest.c:50: error: (Each undeclared identifier is reported only once conftest.c:50: error: for each function it appears in.) conftest.c:50: error: parse error before ')' token configure:3714: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | /* 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 ((ssize_t *) 0) | return 0; | if (sizeof (ssize_t)) | return 0; | ; | return 0; | } configure:3738: result: no configure:3751: checking for ANSI C header files configure:3904: result: no configure:3915: checking whether stat file-mode macros are broken configure:3963: result: no configure:3981: checking for dirent.h that defines DIR configure:4005: cc -c -fno-common conftest.c >&5 configure:4011: $? = 0 configure:4015: test -z || test ! -s conftest.err configure:4018: $? = 0 configure:4021: test -s conftest. configure:4024: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:4035: result: no configure:3981: checking for sys/ndir.h that defines DIR configure:4005: cc -c -fno-common conftest.c >&5 conftest.c:15:22: sys/ndir.h: No such file or directory conftest.c: In function `main': conftest.c:20: error: `DIR' undeclared (first use in this function) conftest.c:20: error: (Each undeclared identifier is reported only once conftest.c:20: error: for each function it appears in.) conftest.c:20: error: parse error before ')' token configure:4011: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:4035: result: no configure:3981: checking for sys/dir.h that defines DIR configure:4005: cc -c -fno-common conftest.c >&5 configure:4011: $? = 0 configure:4015: test -z || test ! -s conftest.err configure:4018: $? = 0 configure:4021: test -s conftest. configure:4024: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:4035: result: no configure:3981: checking for ndir.h that defines DIR configure:4005: cc -c -fno-common conftest.c >&5 conftest.c:15:18: ndir.h: No such file or directory conftest.c: In function `main': conftest.c:20: error: `DIR' undeclared (first use in this function) conftest.c:20: error: (Each undeclared identifier is reported only once conftest.c:20: error: for each function it appears in.) conftest.c:20: error: parse error before ')' token configure:4011: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | /* end confdefs.h. */ | #include | #include | | int | main () | { | if ((DIR *) 0) | return 0; | ; | return 0; | } configure:4035: result: no configure:4175: checking for library containing opendir configure:4205: cc -o conftest -fno-common conftest.c >&5 configure:4211: $? = 0 configure:4215: test -z || test ! -s conftest.err configure:4218: $? = 0 configure:4221: test -s conftest configure:4224: $? = 0 configure:4294: result: none required configure:4310: checking for fcntl configure:4367: cc -o conftest -fno-common conftest.c >&5 configure:4373: $? = 0 configure:4377: test -z || test ! -s conftest.err configure:4380: $? = 0 configure:4383: test -s conftest configure:4386: $? = 0 configure:4398: result: yes configure:4310: checking for kill configure:4367: cc -o conftest -fno-common conftest.c >&5 configure:4373: $? = 0 configure:4377: test -z || test ! -s conftest.err configure:4380: $? = 0 configure:4383: test -s conftest configure:4386: $? = 0 configure:4398: result: yes configure:4310: checking for lstat configure:4367: cc -o conftest -fno-common conftest.c >&5 configure:4373: $? = 0 configure:4377: test -z || test ! -s conftest.err configure:4380: $? = 0 configure:4383: test -s conftest configure:4386: $? = 0 configure:4398: result: yes configure:4421: checking for memmove configure:4478: cc -o conftest -fno-common conftest.c >&5 configure:4484: $? = 0 configure:4488: test -z || test ! -s conftest.err configure:4491: $? = 0 configure:4494: test -s conftest configure:4497: $? = 0 configure:4509: result: yes configure:4421: checking for putenv configure:4478: cc -o conftest -fno-common conftest.c >&5 configure:4484: $? = 0 configure:4488: test -z || test ! -s conftest.err configure:4491: $? = 0 configure:4494: test -s conftest configure:4497: $? = 0 configure:4509: result: yes configure:4421: checking for select configure:4478: cc -o conftest -fno-common conftest.c >&5 configure:4484: $? = 0 configure:4488: test -z || test ! -s conftest.err configure:4491: $? = 0 configure:4494: test -s conftest configure:4497: $? = 0 configure:4509: result: yes configure:4421: checking for setenv configure:4478: cc -o conftest -fno-common conftest.c >&5 configure:4484: $? = 0 configure:4488: test -z || test ! -s conftest.err configure:4491: $? = 0 configure:4494: test -s conftest configure:4497: $? = 0 configure:4509: result: yes configure:4421: checking for setlocale configure:4478: cc -o conftest -fno-common conftest.c >&5 configure:4484: $? = 0 configure:4488: test -z || test ! -s conftest.err configure:4491: $? = 0 configure:4494: test -s conftest configure:4497: $? = 0 configure:4509: result: yes configure:4421: checking for strcasecmp configure:4478: cc -o conftest -fno-common conftest.c >&5 configure:4484: $? = 0 configure:4488: test -z || test ! -s conftest.err configure:4491: $? = 0 configure:4494: test -s conftest configure:4497: $? = 0 configure:4509: result: yes configure:4421: checking for strpbrk configure:4478: cc -o conftest -fno-common conftest.c >&5 conftest.c:47: warning: conflicting types for built-in function `strpbrk' configure:4484: $? = 0 configure:4488: test -z || test ! -s conftest.err configure:4491: $? = 0 configure:4494: test -s conftest configure:4497: $? = 0 configure:4509: result: yes configure:4421: checking for tcgetattr configure:4478: cc -o conftest -fno-common conftest.c >&5 configure:4484: $? = 0 configure:4488: test -z || test ! -s conftest.err configure:4491: $? = 0 configure:4494: test -s conftest configure:4497: $? = 0 configure:4509: result: yes configure:4421: checking for vsnprintf configure:4478: cc -o conftest -fno-common conftest.c >&5 conftest.c:49: warning: conflicting types for built-in function `vsnprintf' configure:4484: $? = 0 configure:4488: test -z || test ! -s conftest.err configure:4491: $? = 0 configure:4494: test -s conftest configure:4497: $? = 0 configure:4509: result: yes configure:4524: checking for isascii configure:4581: cc -o conftest -fno-common conftest.c >&5 configure:4587: $? = 0 configure:4591: test -z || test ! -s conftest.err configure:4594: $? = 0 configure:4597: test -s conftest configure:4600: $? = 0 configure:4612: result: yes configure:4524: checking for isxdigit configure:4581: cc -o conftest -fno-common conftest.c >&5 configure:4587: $? = 0 configure:4591: test -z || test ! -s conftest.err configure:4594: $? = 0 configure:4597: test -s conftest configure:4600: $? = 0 configure:4612: result: yes configure:4628: checking for getpwent configure:4685: cc -o conftest -fno-common conftest.c >&5 configure:4691: $? = 0 configure:4695: test -z || test ! -s conftest.err configure:4698: $? = 0 configure:4701: test -s conftest configure:4704: $? = 0 configure:4716: result: yes configure:4628: checking for getpwnam configure:4685: cc -o conftest -fno-common conftest.c >&5 configure:4691: $? = 0 configure:4695: test -z || test ! -s conftest.err configure:4698: $? = 0 configure:4701: test -s conftest configure:4704: $? = 0 configure:4716: result: yes configure:4628: checking for getpwuid configure:4685: cc -o conftest -fno-common conftest.c >&5 configure:4691: $? = 0 configure:4695: test -z || test ! -s conftest.err configure:4698: $? = 0 configure:4701: test -s conftest configure:4704: $? = 0 configure:4716: result: yes configure:4727: checking for working strcoll configure:4753: cc -o conftest -fno-common conftest.c >&5 configure:4756: $? = 0 configure:4758: ./conftest configure:4761: $? = 0 configure:4775: result: yes configure:4814: checking fcntl.h usability configure:4826: cc -c -fno-common conftest.c >&5 configure:4832: $? = 0 configure:4836: test -z || test ! -s conftest.err configure:4839: $? = 0 configure:4842: test -s conftest. configure:4845: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 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:4855: result: no configure:4859: checking fcntl.h presence configure:4869: cc -E conftest.c configure:4875: $? = 0 configure:4895: result: yes configure:4908: WARNING: fcntl.h: present but cannot be compiled configure:4910: WARNING: fcntl.h: check for missing prerequisite headers? configure:4912: WARNING: fcntl.h: see the Autoconf documentation configure:4914: WARNING: fcntl.h: section "Present But Cannot Be Compiled" configure:4916: WARNING: fcntl.h: proceeding with the preprocessor's result configure:4918: WARNING: fcntl.h: in the future, the compiler will take precedence configure:4930: checking for fcntl.h configure:4937: result: yes configure:4805: checking for unistd.h configure:4810: result: no configure:4805: checking for stdlib.h configure:4810: result: no configure:4814: checking varargs.h usability configure:4826: cc -c -fno-common conftest.c >&5 In file included from conftest.c:67: /usr/include/gcc/darwin/3.3/varargs.h:10:2: #error "GCC no longer implements ." /usr/include/gcc/darwin/3.3/varargs.h:11:2: #error "Revise your code to use ." configure:4832: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4855: result: no configure:4859: checking varargs.h presence configure:4869: cc -E conftest.c In file included from conftest.c:33: /usr/include/gcc/darwin/3.3/varargs.h:10:2: #error "GCC no longer implements ." /usr/include/gcc/darwin/3.3/varargs.h:11:2: #error "Revise your code to use ." configure:4875: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include configure:4895: result: no configure:4930: checking for varargs.h configure:4937: result: no configure:4814: checking stdarg.h usability configure:4826: cc -c -fno-common conftest.c >&5 configure:4832: $? = 0 configure:4836: test -z || test ! -s conftest.err configure:4839: $? = 0 configure:4842: test -s conftest. configure:4845: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4855: result: no configure:4859: checking stdarg.h presence configure:4869: cc -E conftest.c configure:4875: $? = 0 configure:4895: result: yes configure:4908: WARNING: stdarg.h: present but cannot be compiled configure:4910: WARNING: stdarg.h: check for missing prerequisite headers? configure:4912: WARNING: stdarg.h: see the Autoconf documentation configure:4914: WARNING: stdarg.h: section "Present But Cannot Be Compiled" configure:4916: WARNING: stdarg.h: proceeding with the preprocessor's result configure:4918: WARNING: stdarg.h: in the future, the compiler will take precedence configure:4930: checking for stdarg.h configure:4937: result: yes configure:4805: checking for string.h configure:4810: result: no configure:4805: checking for strings.h configure:4810: result: no configure:4814: checking limits.h usability configure:4826: cc -c -fno-common conftest.c >&5 configure:4832: $? = 0 configure:4836: test -z || test ! -s conftest.err configure:4839: $? = 0 configure:4842: test -s conftest. configure:4845: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_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:4855: result: no configure:4859: checking limits.h presence configure:4869: cc -E conftest.c configure:4875: $? = 0 configure:4895: result: yes configure:4908: WARNING: limits.h: present but cannot be compiled configure:4910: WARNING: limits.h: check for missing prerequisite headers? configure:4912: WARNING: limits.h: see the Autoconf documentation configure:4914: WARNING: limits.h: section "Present But Cannot Be Compiled" configure:4916: WARNING: limits.h: proceeding with the preprocessor's result configure:4918: WARNING: limits.h: in the future, the compiler will take precedence configure:4930: checking for limits.h configure:4937: result: yes configure:4814: checking locale.h usability configure:4826: cc -c -fno-common conftest.c >&5 configure:4832: $? = 0 configure:4836: test -z || test ! -s conftest.err configure:4839: $? = 0 configure:4842: test -s conftest. configure:4845: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_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:4855: result: no configure:4859: checking locale.h presence configure:4869: cc -E conftest.c configure:4875: $? = 0 configure:4895: result: yes configure:4908: WARNING: locale.h: present but cannot be compiled configure:4910: WARNING: locale.h: check for missing prerequisite headers? configure:4912: WARNING: locale.h: see the Autoconf documentation configure:4914: WARNING: locale.h: section "Present But Cannot Be Compiled" configure:4916: WARNING: locale.h: proceeding with the preprocessor's result configure:4918: WARNING: locale.h: in the future, the compiler will take precedence configure:4930: checking for locale.h configure:4937: result: yes configure:4814: checking pwd.h usability configure:4826: cc -c -fno-common conftest.c >&5 configure:4832: $? = 0 configure:4836: test -z || test ! -s conftest.err configure:4839: $? = 0 configure:4842: test -s conftest. configure:4845: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_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:4855: result: no configure:4859: checking pwd.h presence configure:4869: cc -E conftest.c configure:4875: $? = 0 configure:4895: result: yes configure:4908: WARNING: pwd.h: present but cannot be compiled configure:4910: WARNING: pwd.h: check for missing prerequisite headers? configure:4912: WARNING: pwd.h: see the Autoconf documentation configure:4914: WARNING: pwd.h: section "Present But Cannot Be Compiled" configure:4916: WARNING: pwd.h: proceeding with the preprocessor's result configure:4918: WARNING: pwd.h: in the future, the compiler will take precedence configure:4930: checking for pwd.h configure:4937: result: yes configure:4805: checking for memory.h configure:4810: result: no configure:4814: checking termcap.h usability configure:4826: cc -c -fno-common conftest.c >&5 configure:4832: $? = 0 configure:4836: test -z || test ! -s conftest.err configure:4839: $? = 0 configure:4842: test -s conftest. configure:4845: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_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:4855: result: no configure:4859: checking termcap.h presence configure:4869: cc -E conftest.c configure:4875: $? = 0 configure:4895: result: yes configure:4908: WARNING: termcap.h: present but cannot be compiled configure:4910: WARNING: termcap.h: check for missing prerequisite headers? configure:4912: WARNING: termcap.h: see the Autoconf documentation configure:4914: WARNING: termcap.h: section "Present But Cannot Be Compiled" configure:4916: WARNING: termcap.h: proceeding with the preprocessor's result configure:4918: WARNING: termcap.h: in the future, the compiler will take precedence configure:4930: checking for termcap.h configure:4937: result: yes configure:4814: checking termios.h usability configure:4826: cc -c -fno-common conftest.c >&5 configure:4832: $? = 0 configure:4836: test -z || test ! -s conftest.err configure:4839: $? = 0 configure:4842: test -s conftest. configure:4845: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_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:4855: result: no configure:4859: checking termios.h presence configure:4869: cc -E conftest.c configure:4875: $? = 0 configure:4895: result: yes configure:4908: WARNING: termios.h: present but cannot be compiled configure:4910: WARNING: termios.h: check for missing prerequisite headers? configure:4912: WARNING: termios.h: see the Autoconf documentation configure:4914: WARNING: termios.h: section "Present But Cannot Be Compiled" configure:4916: WARNING: termios.h: proceeding with the preprocessor's result configure:4918: WARNING: termios.h: in the future, the compiler will take precedence configure:4930: checking for termios.h configure:4937: result: yes configure:4814: checking termio.h usability configure:4826: cc -c -fno-common conftest.c >&5 conftest.c:73:20: termio.h: No such file or directory configure:4832: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_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:4855: result: no configure:4859: checking termio.h presence configure:4869: cc -E conftest.c conftest.c:39:20: termio.h: No such file or directory configure:4875: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | #include configure:4895: result: no configure:4930: checking for termio.h configure:4937: result: no configure:4967: checking sys/pte.h usability configure:4979: cc -c -fno-common conftest.c >&5 conftest.c:73:21: sys/pte.h: No such file or directory configure:4985: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_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:5008: result: no configure:5012: checking sys/pte.h presence configure:5022: cc -E conftest.c conftest.c:39:21: sys/pte.h: No such file or directory configure:5028: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | #include configure:5048: result: no configure:5083: checking for sys/pte.h configure:5090: result: no configure:4967: checking sys/stream.h usability configure:4979: cc -c -fno-common conftest.c >&5 conftest.c:73:24: sys/stream.h: No such file or directory configure:4985: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_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:5008: result: no configure:5012: checking sys/stream.h presence configure:5022: cc -E conftest.c conftest.c:39:24: sys/stream.h: No such file or directory configure:5028: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | /* end confdefs.h. */ | #include configure:5048: result: no configure:5083: checking for sys/stream.h configure:5090: result: no configure:4967: checking sys/select.h usability configure:4979: cc -c -fno-common conftest.c >&5 configure:4985: $? = 0 configure:4989: test -z || test ! -s conftest.err configure:4992: $? = 0 configure:4995: test -s conftest. configure:4998: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_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:5008: result: no configure:5012: checking sys/select.h presence configure:5022: cc -E conftest.c configure:5028: $? = 0 configure:5048: result: yes configure:5061: WARNING: sys/select.h: present but cannot be compiled configure:5063: WARNING: sys/select.h: check for missing prerequisite headers? configure:5065: WARNING: sys/select.h: see the Autoconf documentation configure:5067: WARNING: sys/select.h: section "Present But Cannot Be Compiled" configure:5069: WARNING: sys/select.h: proceeding with the preprocessor's result configure:5071: WARNING: sys/select.h: in the future, the compiler will take precedence configure:5083: checking for sys/select.h configure:5090: result: yes configure:4967: checking sys/file.h usability configure:4979: cc -c -fno-common conftest.c >&5 configure:4985: $? = 0 configure:4989: test -z || test ! -s conftest.err configure:4992: $? = 0 configure:4995: test -s conftest. configure:4998: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_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:5008: result: no configure:5012: checking sys/file.h presence configure:5022: cc -E conftest.c configure:5028: $? = 0 configure:5048: result: yes configure:5061: WARNING: sys/file.h: present but cannot be compiled configure:5063: WARNING: sys/file.h: check for missing prerequisite headers? configure:5065: WARNING: sys/file.h: see the Autoconf documentation configure:5067: WARNING: sys/file.h: section "Present But Cannot Be Compiled" configure:5069: WARNING: sys/file.h: proceeding with the preprocessor's result configure:5071: WARNING: sys/file.h: in the future, the compiler will take precedence configure:5083: checking for sys/file.h configure:5090: result: yes configure:5108: checking for sys/ptem.h configure:5128: cc -c -fno-common conftest.c >&5 conftest.c:47:22: sys/ptem.h: No such file or directory configure:5134: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | /* end confdefs.h. */ | | #if HAVE_SYS_STREAM_H | # include | #endif | | | #include configure:5158: result: no configure:5171: checking for type of signal functions configure:5199: cc -o conftest -fno-common conftest.c >&5 configure:5205: $? = 0 configure:5209: test -z || test ! -s conftest.err configure:5212: $? = 0 configure:5215: test -s conftest configure:5218: $? = 0 configure:5336: result: posix configure:5357: checking if signal handlers must be reinstalled when invoked configure:5420: cc -o conftest -fno-common conftest.c >&5 conftest.c: In function `set_signal_handler': conftest.c:59: warning: assignment from incompatible pointer type conftest.c:64: warning: return from incompatible pointer type configure:5423: $? = 0 configure:5425: ./conftest configure:5428: $? = 0 configure:5443: result: no configure:5454: checking for presence of POSIX-style sigsetjmp/siglongjmp configure:5511: cc -o conftest -fno-common conftest.c >&5 configure:5514: $? = 0 configure:5516: ./conftest configure:5519: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | /* end confdefs.h. */ | | #ifdef HAVE_UNISTD_H | #include | #endif | #include | #include | #include | | main() | { | #if !defined (_POSIX_VERSION) || !defined (HAVE_POSIX_SIGNALS) | exit (1); | #else | | int code; | sigset_t set, oset; | sigjmp_buf xx; | | /* get the mask */ | sigemptyset(&set); | sigemptyset(&oset); | sigprocmask(SIG_BLOCK, (sigset_t *)NULL, &set); | sigprocmask(SIG_BLOCK, (sigset_t *)NULL, &oset); | | /* save it */ | code = sigsetjmp(xx, 1); | if (code) | exit(0); /* could get sigmask and compare to oset here. */ | | /* change it */ | sigaddset(&set, SIGINT); | sigprocmask(SIG_BLOCK, &set, (sigset_t *)NULL); | | /* and siglongjmp */ | siglongjmp(xx, 10); | exit(1); | #endif | } configure:5534: result: missing configure:5543: checking for lstat configure:5567: cc -o conftest -fno-common conftest.c >&5 configure:5573: $? = 0 configure:5577: test -z || test ! -s conftest.err configure:5580: $? = 0 configure:5583: test -s conftest configure:5586: $? = 0 configure:5598: result: yes configure:5608: checking whether or not strcoll and strcmp differ configure:5663: cc -o conftest -fno-common conftest.c >&5 configure:5666: $? = 0 configure:5668: ./conftest configure:5671: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | /* end confdefs.h. */ | | #include | #if defined (HAVE_LOCALE_H) | #include | #endif | | main(c, v) | int c; | char *v[]; | { | int r1, r2; | char *deflocale, *defcoll; | | #ifdef HAVE_SETLOCALE | deflocale = setlocale(LC_ALL, ""); | defcoll = setlocale(LC_COLLATE, ""); | #endif | | #ifdef HAVE_STRCOLL | /* These two values are taken from tests/glob-test. */ | r1 = strcoll("abd", "aXd"); | #else | r1 = 0; | #endif | r2 = strcmp("abd", "aXd"); | | /* These two should both be greater than 0. It is permissible for | a system to return different values, as long as the sign is the | same. */ | | /* Exit with 1 (failure) if these two values are both > 0, since | this tests whether strcoll(3) is broken with respect to strcmp(3) | in the default locale. */ | exit (r1 > 0 && r2 > 0); | } | configure:5686: result: no configure:5696: checking whether the ctype macros accept non-ascii characters configure:5746: cc -o conftest -fno-common conftest.c >&5 configure:5749: $? = 0 configure:5751: ./conftest configure:5754: $? = 0 configure:5769: result: yes configure:5779: checking whether getpw functions are declared in pwd.h configure:5808: result: yes configure:5818: checking whether termios.h defines TIOCGWINSZ configure:5845: result: yes configure:5889: checking whether signal handlers are of type void configure:5918: cc -c -fno-common conftest.c >&5 configure:5924: $? = 0 configure:5928: test -z || test ! -s conftest.err configure:5931: $? = 0 configure:5934: test -s conftest. configure:5937: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | /* end confdefs.h. */ | #include | #include | #ifdef signal | #undef signal | #endif | #ifdef __cplusplus | extern "C" | #endif | void (*signal ()) (); | int | main () | { | int i; | ; | return 0; | } configure:5948: result: no configure:5957: checking for TIOCSTAT in sys/ioctl.h configure:5979: cc -c -fno-common conftest.c >&5 configure:5985: $? = 0 configure:5989: test -z || test ! -s conftest.err configure:5992: $? = 0 configure:5995: test -s conftest. configure:5998: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | int x = TIOCSTAT; | ; | return 0; | } configure:6010: result: no configure:6019: checking for FIONREAD in sys/ioctl.h configure:6041: cc -c -fno-common conftest.c >&5 configure:6047: $? = 0 configure:6051: test -z || test ! -s conftest.err configure:6054: $? = 0 configure:6057: test -s conftest. configure:6060: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | int x = FIONREAD; | ; | return 0; | } configure:6072: result: no configure:6081: checking for speed_t in sys/types.h configure:6102: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:49: error: `speed_t' undeclared (first use in this function) conftest.c:49: error: (Each undeclared identifier is reported only once conftest.c:49: error: for each function it appears in.) conftest.c:49: error: parse error before "x" configure:6108: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | /* end confdefs.h. */ | #include | int | main () | { | speed_t x; | ; | return 0; | } configure:6133: result: no configure:6142: checking for struct winsize in sys/ioctl.h and termios.h configure:6164: cc -c -fno-common conftest.c >&5 configure:6170: $? = 0 configure:6174: test -z || test ! -s conftest.err configure:6177: $? = 0 configure:6180: test -s conftest. configure:6183: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | struct winsize x; | ; | return 0; | } configure:6207: cc -c -fno-common conftest.c >&5 configure:6213: $? = 0 configure:6217: test -z || test ! -s conftest.err configure:6220: $? = 0 configure:6223: test -s conftest. configure:6226: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | struct winsize x; | ; | return 0; | } configure:6256: result: not found configure:6261: checking for struct dirent.d_ino configure:6304: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:70: error: storage size of `d' isn't known configure:6310: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | /* end confdefs.h. */ | | #include | #include | #ifdef HAVE_UNISTD_H | # include | #endif /* HAVE_UNISTD_H */ | #if defined(HAVE_DIRENT_H) | # include | #else | # define dirent direct | # ifdef HAVE_SYS_NDIR_H | # include | # endif /* SYSNDIR */ | # ifdef HAVE_SYS_DIR_H | # include | # endif /* SYSDIR */ | # ifdef HAVE_NDIR_H | # include | # endif | #endif /* HAVE_DIRENT_H */ | | int | main () | { | | struct dirent d; int z; z = d.d_ino; | | ; | return 0; | } configure:6335: result: no configure:6345: checking for struct dirent.d_fileno configure:6388: cc -c -fno-common conftest.c >&5 conftest.c: In function `main': conftest.c:70: error: storage size of `d' isn't known configure:6394: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | /* end confdefs.h. */ | | #include | #include | #ifdef HAVE_UNISTD_H | # include | #endif /* HAVE_UNISTD_H */ | #if defined(HAVE_DIRENT_H) | # include | #else | # define dirent direct | # ifdef HAVE_SYS_NDIR_H | # include | # endif /* SYSNDIR */ | # ifdef HAVE_SYS_DIR_H | # include | # endif /* SYSDIR */ | # ifdef HAVE_NDIR_H | # include | # endif | #endif /* HAVE_DIRENT_H */ | | int | main () | { | | struct dirent d; int z; z = d.d_fileno; | | ; | return 0; | } configure:6419: result: no configure:6443: checking for tgetent configure:6500: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _tgetent configure:6506: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | /* end confdefs.h. */ | /* Define tgetent to an innocuous variant, in case declares tgetent. | For example, HP-UX 11i declares gettimeofday. */ | #define tgetent innocuous_tgetent | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char tgetent (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef tgetent | | /* 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 (); | /* 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_tgetent) || defined (__stub___tgetent) | choke me | #else | char (*f) () = tgetent; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != tgetent; | ; | return 0; | } configure:6531: result: no configure:6536: checking for tgetent in -ltermcap configure:6566: cc -o conftest -fno-common conftest.c -ltermcap >&5 configure:6572: $? = 0 configure:6576: test -z || test ! -s conftest.err configure:6579: $? = 0 configure:6582: test -s conftest configure:6585: $? = 0 configure:6598: result: yes configure:6818: checking which library has the termcap functions configure:6821: result: using libtermcap configure:6867: checking wctype.h usability configure:6879: cc -c -fno-common conftest.c >&5 configure:6885: $? = 0 configure:6889: test -z || test ! -s conftest.err configure:6892: $? = 0 configure:6895: test -s conftest. configure:6898: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 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:6908: result: no configure:6912: checking wctype.h presence configure:6922: cc -E conftest.c configure:6928: $? = 0 configure:6948: result: yes configure:6961: WARNING: wctype.h: present but cannot be compiled configure:6963: WARNING: wctype.h: check for missing prerequisite headers? configure:6965: WARNING: wctype.h: see the Autoconf documentation configure:6967: WARNING: wctype.h: section "Present But Cannot Be Compiled" configure:6969: WARNING: wctype.h: proceeding with the preprocessor's result configure:6971: WARNING: wctype.h: in the future, the compiler will take precedence configure:6983: checking for wctype.h configure:6990: result: yes configure:7017: checking wchar.h usability configure:7029: cc -c -fno-common conftest.c >&5 configure:7035: $? = 0 configure:7039: test -z || test ! -s conftest.err configure:7042: $? = 0 configure:7045: test -s conftest. configure:7048: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define HAVE_WCTYPE_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:7058: result: no configure:7062: checking wchar.h presence configure:7072: cc -E conftest.c configure:7078: $? = 0 configure:7098: result: yes configure:7111: WARNING: wchar.h: present but cannot be compiled configure:7113: WARNING: wchar.h: check for missing prerequisite headers? configure:7115: WARNING: wchar.h: see the Autoconf documentation configure:7117: WARNING: wchar.h: section "Present But Cannot Be Compiled" configure:7119: WARNING: wchar.h: proceeding with the preprocessor's result configure:7121: WARNING: wchar.h: in the future, the compiler will take precedence configure:7133: checking for wchar.h configure:7140: result: yes configure:7167: checking langinfo.h usability configure:7179: cc -c -fno-common conftest.c >&5 configure:7185: $? = 0 configure:7189: test -z || test ! -s conftest.err configure:7192: $? = 0 configure:7195: test -s conftest. configure:7198: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_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:7208: result: no configure:7212: checking langinfo.h presence configure:7222: cc -E conftest.c configure:7228: $? = 0 configure:7248: result: yes configure:7261: WARNING: langinfo.h: present but cannot be compiled configure:7263: WARNING: langinfo.h: check for missing prerequisite headers? configure:7265: WARNING: langinfo.h: see the Autoconf documentation configure:7267: WARNING: langinfo.h: section "Present But Cannot Be Compiled" configure:7269: WARNING: langinfo.h: proceeding with the preprocessor's result configure:7271: WARNING: langinfo.h: in the future, the compiler will take precedence configure:7283: checking for langinfo.h configure:7290: result: yes configure:7304: checking for mbsrtowcs configure:7361: cc -o conftest -fno-common conftest.c >&5 configure:7367: $? = 0 configure:7371: test -z || test ! -s conftest.err configure:7374: $? = 0 configure:7377: test -s conftest configure:7380: $? = 0 configure:7392: result: yes configure:7401: checking for mbrlen configure:7458: cc -o conftest -fno-common conftest.c >&5 configure:7464: $? = 0 configure:7468: test -z || test ! -s conftest.err configure:7471: $? = 0 configure:7474: test -s conftest configure:7477: $? = 0 configure:7489: result: yes configure:7499: checking for wcrtomb configure:7556: cc -o conftest -fno-common conftest.c >&5 configure:7562: $? = 0 configure:7566: test -z || test ! -s conftest.err configure:7569: $? = 0 configure:7572: test -s conftest configure:7575: $? = 0 configure:7587: result: yes configure:7596: checking for wcscoll configure:7653: cc -o conftest -fno-common conftest.c >&5 configure:7659: $? = 0 configure:7663: test -z || test ! -s conftest.err configure:7666: $? = 0 configure:7669: test -s conftest configure:7672: $? = 0 configure:7684: result: yes configure:7693: checking for wcsdup configure:7750: cc -o conftest -fno-common conftest.c >&5 ld: Undefined symbols: _wcsdup configure:7756: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | /* end confdefs.h. */ | /* Define wcsdup to an innocuous variant, in case declares wcsdup. | For example, HP-UX 11i declares gettimeofday. */ | #define wcsdup innocuous_wcsdup | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char wcsdup (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef wcsdup | | /* 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 wcsdup (); | /* 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_wcsdup) || defined (__stub___wcsdup) | choke me | #else | char (*f) () = wcsdup; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != wcsdup; | ; | return 0; | } configure:7781: result: no configure:7790: checking for wcwidth configure:7847: cc -o conftest -fno-common conftest.c >&5 configure:7853: $? = 0 configure:7857: test -z || test ! -s conftest.err configure:7860: $? = 0 configure:7863: test -s conftest configure:7866: $? = 0 configure:7878: result: yes configure:7887: checking for wctype configure:7944: cc -o conftest -fno-common conftest.c >&5 configure:7950: $? = 0 configure:7954: test -z || test ! -s conftest.err configure:7957: $? = 0 configure:7960: test -s conftest configure:7963: $? = 0 configure:7975: result: yes configure:7986: checking whether mbrtowc and mbstate_t are properly declared configure:8007: cc -o conftest -fno-common conftest.c >&5 configure:8013: $? = 0 configure:8017: test -z || test ! -s conftest.err configure:8020: $? = 0 configure:8023: test -s conftest configure:8026: $? = 0 configure:8038: result: yes configure:8063: checking for iswlower configure:8120: cc -o conftest -fno-common conftest.c >&5 configure:8126: $? = 0 configure:8130: test -z || test ! -s conftest.err configure:8133: $? = 0 configure:8136: test -s conftest configure:8139: $? = 0 configure:8151: result: yes configure:8063: checking for iswupper configure:8120: cc -o conftest -fno-common conftest.c >&5 configure:8126: $? = 0 configure:8130: test -z || test ! -s conftest.err configure:8133: $? = 0 configure:8136: test -s conftest configure:8139: $? = 0 configure:8151: result: yes configure:8063: checking for towlower configure:8120: cc -o conftest -fno-common conftest.c >&5 configure:8126: $? = 0 configure:8130: test -z || test ! -s conftest.err configure:8133: $? = 0 configure:8136: test -s conftest configure:8139: $? = 0 configure:8151: result: yes configure:8063: checking for towupper configure:8120: cc -o conftest -fno-common conftest.c >&5 configure:8126: $? = 0 configure:8130: test -z || test ! -s conftest.err configure:8133: $? = 0 configure:8136: test -s conftest configure:8139: $? = 0 configure:8151: result: yes configure:8063: checking for iswctype configure:8120: cc -o conftest -fno-common conftest.c >&5 configure:8126: $? = 0 configure:8130: test -z || test ! -s conftest.err configure:8133: $? = 0 configure:8136: test -s conftest configure:8139: $? = 0 configure:8151: result: yes configure:8162: checking for nl_langinfo and CODESET configure:8183: cc -o conftest -fno-common conftest.c >&5 configure:8189: $? = 0 configure:8193: test -z || test ! -s conftest.err configure:8196: $? = 0 configure:8199: test -s conftest configure:8202: $? = 0 configure:8214: result: yes configure:8223: checking for wchar_t in wchar.h configure:8248: cc -c -fno-common conftest.c >&5 configure:8254: $? = 0 configure:8258: test -z || test ! -s conftest.err configure:8261: $? = 0 configure:8264: test -s conftest. configure:8267: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | /* end confdefs.h. */ | #include | | int | main () | { | | wchar_t foo; | foo = 0; | | ; | return 0; | } configure:8278: result: no configure:8288: checking for wctype_t in wctype.h configure:8312: cc -c -fno-common conftest.c >&5 configure:8318: $? = 0 configure:8322: test -z || test ! -s conftest.err configure:8325: $? = 0 configure:8328: test -s conftest. configure:8331: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | /* end confdefs.h. */ | #include | int | main () | { | | wctype_t foo; | foo = 0; | | ; | return 0; | } configure:8342: result: no configure:8352: checking for wint_t in wctype.h configure:8376: cc -c -fno-common conftest.c >&5 configure:8382: $? = 0 configure:8386: test -z || test ! -s conftest.err configure:8389: $? = 0 configure:8392: test -s conftest. configure:8395: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "5.2" | #define PACKAGE_STRING "readline 5.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define const | #define __CHAR_UNSIGNED__ 1 | #define RETSIGTYPE int | #define size_t unsigned | #define ssize_t int | #define HAVE_FCNTL 1 | #define HAVE_KILL 1 | #define HAVE_LSTAT 1 | #define HAVE_MEMMOVE 1 | #define HAVE_PUTENV 1 | #define HAVE_SELECT 1 | #define HAVE_SETENV 1 | #define HAVE_SETLOCALE 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRPBRK 1 | #define HAVE_TCGETATTR 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_ISASCII 1 | #define HAVE_ISXDIGIT 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETPWNAM 1 | #define HAVE_GETPWUID 1 | #define HAVE_STRCOLL 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBSRTOWCS 1 | #define HAVE_MBRLEN 1 | #define HAVE_WCRTOMB 1 | #define HAVE_WCSCOLL 1 | #define HAVE_WCWIDTH 1 | #define HAVE_WCTYPE 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_ISWLOWER 1 | #define HAVE_ISWUPPER 1 | #define HAVE_TOWLOWER 1 | #define HAVE_TOWUPPER 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_LANGINFO_CODESET 1 | /* end confdefs.h. */ | #include | int | main () | { | | wint_t foo; | foo = 0; | | ; | return 0; | } configure:8406: result: no configure:8433: checking configuration for building shared libraries configure:8457: result: supported configure:8613: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by readline config.status 5.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:701: creating Makefile config.status:701: creating doc/Makefile config.status:701: creating examples/Makefile config.status:701: creating shlib/Makefile config.status:805: creating config.h config.status:1169: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_char_unsigned=yes 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_fcntl=yes ac_cv_func_getpwent=yes ac_cv_func_getpwnam=yes ac_cv_func_getpwuid=yes ac_cv_func_isascii=yes ac_cv_func_iswctype=yes ac_cv_func_iswlower=yes ac_cv_func_iswupper=yes ac_cv_func_isxdigit=yes ac_cv_func_kill=yes ac_cv_func_lstat=yes ac_cv_func_mbrlen=yes ac_cv_func_mbrtowc=yes ac_cv_func_mbsrtowcs=yes ac_cv_func_memmove=yes ac_cv_func_putenv=yes ac_cv_func_select=yes ac_cv_func_setenv=yes ac_cv_func_setlocale=yes ac_cv_func_strcasecmp=yes ac_cv_func_strcoll_works=yes ac_cv_func_strpbrk=yes ac_cv_func_tcgetattr=yes ac_cv_func_tgetent=no ac_cv_func_towlower=yes ac_cv_func_towupper=yes ac_cv_func_vsnprintf=yes ac_cv_func_wcrtomb=yes ac_cv_func_wcscoll=yes ac_cv_func_wcsdup=no ac_cv_func_wctype=yes ac_cv_func_wcwidth=yes ac_cv_header_dirent_dirent_h=no ac_cv_header_dirent_ndir_h=no ac_cv_header_dirent_sys_dir_h=no ac_cv_header_dirent_sys_ndir_h=no ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=no ac_cv_header_langinfo_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=no ac_cv_header_minix_config_h=no ac_cv_header_pwd_h=yes ac_cv_header_stat_broken=no ac_cv_header_stdarg_h=yes ac_cv_header_stdc=no 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_file_h=yes ac_cv_header_sys_pte_h=no ac_cv_header_sys_ptem_h=no ac_cv_header_sys_select_h=yes 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_unistd_h=no ac_cv_header_varargs_h=no ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_termcap_tgetent=yes ac_cv_objext= ac_cv_prog_AR=ar ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' 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_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_sys_tiocgwinsz_in_termios_h=yes ac_cv_type_signal=int ac_cv_type_size_t=no ac_cv_type_ssize_t=no bash_cv_dirent_has_d_fileno=no bash_cv_dirent_has_dino=no bash_cv_fionread_in_ioctl=no bash_cv_func_ctype_nonascii=yes bash_cv_func_lstat=yes bash_cv_func_sigsetjmp=missing bash_cv_func_strcoll_broken=no bash_cv_getpw_declared=yes bash_cv_langinfo_codeset=yes bash_cv_must_reinstall_sighandlers=no bash_cv_signal_vintage=posix bash_cv_speed_t_in_sys_types=no bash_cv_struct_winsize_header=other bash_cv_termcap_lib=libtermcap bash_cv_tiocstat_in_ioctl=no bash_cv_type_wchar_t=no bash_cv_type_wctype_t=no bash_cv_type_wint_t=no bash_cv_void_sighandler=no lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' ARFLAGS='cr' BUILD_DIR='/mnt/gmirror/ports/devel/readline/work/readline-5.2' CC='cc' CFLAGS='-fno-common' CPP='cc -E' CPPFLAGS='' CROSS_COMPILE='' 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='' LIBVERSION='5.2' LOCAL_CFLAGS='' LOCAL_DEFS='' LOCAL_LDFLAGS='' LTLIBOBJS='' MAKE_SHELL='/bin/sh' OBJEXT='' PACKAGE_BUGREPORT='bug-readline@gnu.org' PACKAGE_NAME='readline' PACKAGE_STRING='readline 5.2' PACKAGE_TARNAME='readline' PACKAGE_VERSION='5.2' PATH_SEPARATOR=':' PURIFY='' RANLIB='ranlib' SET_MAKE='' SHARED_INSTALL_TARGET='install-shared' SHARED_TARGET='shared' SHELL='/bin/sh' SHLIB_DLLVERSION='$(SHLIB_MAJOR)' SHLIB_DOT='.' SHLIB_LIBPREF='lib' SHLIB_LIBS='' SHLIB_LIBSUFF='so' SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)' SHLIB_MAJOR='' SHLIB_MINOR='' SHLIB_STATUS='supported' SHLIB_XLDFLAGS='-Wl,-rpath,$(libdir) -Wl,-soname,`basename $@ $(SHLIB_MINOR)`' SHOBJ_CC='cc' SHOBJ_CFLAGS='-fPIC' SHOBJ_LD='${CC}' SHOBJ_LDFLAGS='-shared -Wl,-soname,$@' SHOBJ_LIBS='' SHOBJ_STATUS='supported' SHOBJ_XLDFLAGS='' STATIC_INSTALL_TARGET='install-static' STATIC_TARGET='static' TERMCAP_LIB='-ltermcap' ac_ct_CC='' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' 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 CTYPE_NON_ASCII 1 #define HAVE_FCNTL 1 #define HAVE_FCNTL_H 1 #define HAVE_GETPWENT 1 #define HAVE_GETPWNAM 1 #define HAVE_GETPWUID 1 #define HAVE_GETPW_DECLS 1 #define HAVE_ISASCII 1 #define HAVE_ISWCTYPE 1 #define HAVE_ISWLOWER 1 #define HAVE_ISWUPPER 1 #define HAVE_ISXDIGIT 1 #define HAVE_KILL 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_LANGINFO_H 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_LSTAT 1 #define HAVE_LSTAT 1 #define HAVE_MBRLEN 1 #define HAVE_MBRTOWC 1 #define HAVE_MBSRTOWCS 1 #define HAVE_MBSTATE_T 1 #define HAVE_MEMMOVE 1 #define HAVE_POSIX_SIGNALS 1 #define HAVE_PUTENV 1 #define HAVE_PWD_H 1 #define HAVE_SELECT 1 #define HAVE_SETENV 1 #define HAVE_SETLOCALE 1 #define HAVE_STDARG_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCOLL 1 #define HAVE_STRPBRK 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_TCGETATTR 1 #define HAVE_TERMCAP_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_TOWLOWER 1 #define HAVE_TOWUPPER 1 #define HAVE_VSNPRINTF 1 #define HAVE_WCHAR_H 1 #define HAVE_WCRTOMB 1 #define HAVE_WCSCOLL 1 #define HAVE_WCTYPE 1 #define HAVE_WCTYPE_H 1 #define HAVE_WCWIDTH 1 #define PACKAGE_BUGREPORT "bug-readline@gnu.org" #define PACKAGE_NAME "readline" #define PACKAGE_STRING "readline 5.2" #define PACKAGE_TARNAME "readline" #define PACKAGE_VERSION "5.2" #define RETSIGTYPE int #define __CHAR_UNSIGNED__ 1 #define const #define size_t unsigned #define ssize_t int configure: exit 0