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 6.2, which was generated by GNU Autoconf 2.63. Invocation command line was $ ./configure --libdir=/lib --enable-static --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp10 uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1895: checking build system type configure:1913: result: i686-uhu-linux-gnu configure:1935: checking host system type configure:1950: result: i686-uhu-linux-gnu configure:2059: checking whether make sets $(MAKE) configure:2081: result: yes configure:2098: checking for i686-uhu-linux-gcc configure:2114: found /usr/bin/i686-uhu-linux-gcc configure:2125: result: i686-uhu-linux-gcc configure:2397: checking for C compiler version configure:2405: i686-uhu-linux-gcc --version >&5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 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:2409: $? = 0 configure:2416: i686-uhu-linux-gcc -v >&5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:2420: $? = 0 configure:2427: i686-uhu-linux-gcc -V >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:2431: $? = 1 configure:2454: checking for C compiler default output file name configure:2476: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2480: $? = 0 configure:2518: result: a.out configure:2537: checking whether the C compiler works configure:2547: ./a.out configure:2551: $? = 0 configure:2570: result: yes configure:2577: checking whether we are cross compiling configure:2579: result: no configure:2582: checking for suffix of executables configure:2589: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2593: $? = 0 configure:2619: result: configure:2625: checking for suffix of object files configure:2651: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2655: $? = 0 configure:2680: result: o configure:2684: checking whether we are using the GNU C compiler configure:2713: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2720: $? = 0 configure:2737: result: yes configure:2746: checking whether i686-uhu-linux-gcc accepts -g configure:2776: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:2783: $? = 0 configure:2884: result: yes configure:2901: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:2975: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2982: $? = 0 configure:3005: result: none needed configure:3029: checking how to run the C preprocessor configure:3069: i686-uhu-linux-gcc -E conftest.c configure:3076: $? = 0 configure:3107: i686-uhu-linux-gcc -E conftest.c conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3114: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* end confdefs.h. */ | #include configure:3147: result: i686-uhu-linux-gcc -E configure:3176: i686-uhu-linux-gcc -E conftest.c configure:3183: $? = 0 configure:3214: i686-uhu-linux-gcc -E conftest.c conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3221: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | /* end confdefs.h. */ | #include configure:3261: checking for grep that handles long lines and -e configure:3321: result: /bin/grep configure:3326: checking for egrep configure:3390: result: /bin/grep -E configure:3395: checking for ANSI C header files configure:3425: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3432: $? = 0 configure:3531: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3535: $? = 0 configure:3541: ./conftest configure:3545: $? = 0 configure:3563: result: yes configure:3587: checking for sys/types.h configure:3608: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3615: $? = 0 configure:3632: result: yes configure:3587: checking for sys/stat.h configure:3608: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3615: $? = 0 configure:3632: result: yes configure:3587: checking for stdlib.h configure:3608: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3615: $? = 0 configure:3632: result: yes configure:3587: checking for string.h configure:3608: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3615: $? = 0 configure:3632: result: yes configure:3587: checking for memory.h configure:3608: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3615: $? = 0 configure:3632: result: yes configure:3587: checking for strings.h configure:3608: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3615: $? = 0 configure:3632: result: yes configure:3587: checking for inttypes.h configure:3608: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3615: $? = 0 configure:3632: result: yes configure:3587: checking for stdint.h configure:3608: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3615: $? = 0 configure:3632: result: yes configure:3587: checking for unistd.h configure:3608: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3615: $? = 0 configure:3632: result: yes configure:3657: checking minix/config.h usability configure:3674: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:51:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:3681: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:3695: result: no configure:3699: checking minix/config.h presence configure:3714: i686-uhu-linux-gcc -E conftest.c conftest.c:18:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:3721: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:3735: result: no configure:3768: checking for minix/config.h configure:3775: result: no configure:3806: checking whether it is safe to define __EXTENSIONS__ configure:3834: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3841: $? = 0 configure:3856: result: yes configure:3885: checking whether i686-uhu-linux-gcc needs -traditional configure:3927: result: no configure:3948: checking for a BSD-compatible install configure:4016: result: /bin/install -c configure:4029: checking for ar configure:4045: found /usr/bin/ar configure:4057: result: ar configure:4069: checking for i686-uhu-linux-ranlib configure:4099: result: no configure:4109: checking for ranlib configure:4125: found /usr/bin/ranlib configure:4136: result: ranlib configure:4162: checking for an ANSI C-conforming const configure:4237: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4244: $? = 0 configure:4259: result: yes configure:4269: checking for function prototypes configure:4272: result: yes configure:4290: checking whether char is unsigned configure:4318: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4325: $? = 0 configure:4340: result: no configure:4349: checking for working volatile configure:4378: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4385: $? = 0 configure:4400: result: yes configure:4411: checking return type of signal handlers configure:4439: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:31:1: error: void value not ignored as it ought to be return *(signal (0, 0)) (0) == 1; ^ configure:4446: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:4461: result: void configure:4470: checking for size_t configure:4498: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4505: $? = 0 configure:4532: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:62:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:4539: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:4562: result: yes configure:4574: checking for ssize_t configure:4602: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4609: $? = 0 configure:4636: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:62:22: error: expected expression before ')' token if (sizeof ((ssize_t))) ^ configure:4643: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((ssize_t))) | return 0; | ; | return 0; | } configure:4666: result: yes configure:4679: checking for ANSI C header files configure:4847: result: yes configure:4858: checking whether stat file-mode macros are broken configure:4895: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4902: $? = 0 configure:4917: result: no configure:4935: checking for dirent.h that defines DIR configure:4964: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4971: $? = 0 configure:4988: result: yes configure:5003: checking for library containing opendir configure:5044: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5051: $? = 0 configure:5082: result: none required configure:5187: checking for fcntl configure:5243: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5250: $? = 0 configure:5272: result: yes configure:5187: checking for kill configure:5243: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5250: $? = 0 configure:5272: result: yes configure:5187: checking for lstat configure:5243: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5250: $? = 0 configure:5272: result: yes configure:5297: checking for memmove configure:5353: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:54:6: warning: conflicting types for built-in function 'memmove' [enabled by default] char memmove (); ^ configure:5360: $? = 0 configure:5382: result: yes configure:5297: checking for putenv configure:5353: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5360: $? = 0 configure:5382: result: yes configure:5297: checking for select configure:5353: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5360: $? = 0 configure:5382: result: yes configure:5297: checking for setenv configure:5353: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5360: $? = 0 configure:5382: result: yes configure:5297: checking for setlocale configure:5353: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5360: $? = 0 configure:5382: result: yes configure:5297: checking for strcasecmp configure:5353: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:59:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] char strcasecmp (); ^ configure:5360: $? = 0 configure:5382: result: yes configure:5297: checking for strpbrk configure:5353: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:60:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default] char strpbrk (); ^ configure:5360: $? = 0 configure:5382: result: yes configure:5297: checking for tcgetattr configure:5353: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5360: $? = 0 configure:5382: result: yes configure:5297: checking for vsnprintf configure:5353: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:62:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default] char vsnprintf (); ^ configure:5360: $? = 0 configure:5382: result: yes configure:5399: checking for isascii configure:5455: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:63:6: warning: conflicting types for built-in function 'isascii' [enabled by default] char isascii (); ^ configure:5462: $? = 0 configure:5484: result: yes configure:5399: checking for isxdigit configure:5455: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:64:6: warning: conflicting types for built-in function 'isxdigit' [enabled by default] char isxdigit (); ^ configure:5462: $? = 0 configure:5484: result: yes configure:5502: checking for getpwent configure:5558: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5565: $? = 0 configure:5587: result: yes configure:5502: checking for getpwnam configure:5558: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5565: $? = 0 configure:5587: result: yes configure:5502: checking for getpwuid configure:5558: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5565: $? = 0 configure:5587: result: yes configure:5600: checking for working strcoll configure:5631: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5635: $? = 0 configure:5641: ./conftest configure:5645: $? = 0 configure:5662: result: yes configure:5703: checking fcntl.h usability configure:5720: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5727: $? = 0 configure:5741: result: yes configure:5745: checking fcntl.h presence configure:5760: i686-uhu-linux-gcc -E conftest.c configure:5767: $? = 0 configure:5781: result: yes configure:5814: checking for fcntl.h configure:5823: result: yes configure:5692: checking for unistd.h configure:5699: result: yes configure:5692: checking for stdlib.h configure:5699: result: yes configure:5703: checking varargs.h usability configure:5720: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 In file included from conftest.c:82:0: /usr/lib/gcc/i686-uhu-linux/4.8.3/include/varargs.h:4:2: error: #error "GCC no longer implements ." #error "GCC no longer implements ." ^ /usr/lib/gcc/i686-uhu-linux/4.8.3/include/varargs.h:5:2: error: #error "Revise your code to use ." #error "Revise your code to use ." ^ configure:5727: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5741: result: no configure:5745: checking varargs.h presence configure:5760: i686-uhu-linux-gcc -E conftest.c In file included from conftest.c:49:0: /usr/lib/gcc/i686-uhu-linux/4.8.3/include/varargs.h:4:2: error: #error "GCC no longer implements ." #error "GCC no longer implements ." ^ /usr/lib/gcc/i686-uhu-linux/4.8.3/include/varargs.h:5:2: error: #error "Revise your code to use ." #error "Revise your code to use ." ^ configure:5767: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | /* end confdefs.h. */ | #include configure:5781: result: no configure:5814: checking for varargs.h configure:5823: result: no configure:5703: checking stdarg.h usability configure:5720: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5727: $? = 0 configure:5741: result: yes configure:5745: checking stdarg.h presence configure:5760: i686-uhu-linux-gcc -E conftest.c configure:5767: $? = 0 configure:5781: result: yes configure:5814: checking for stdarg.h configure:5823: result: yes configure:5692: checking for string.h configure:5699: result: yes configure:5692: checking for strings.h configure:5699: result: yes configure:5703: checking limits.h usability configure:5720: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5727: $? = 0 configure:5741: result: yes configure:5745: checking limits.h presence configure:5760: i686-uhu-linux-gcc -E conftest.c configure:5767: $? = 0 configure:5781: result: yes configure:5814: checking for limits.h configure:5823: result: yes configure:5703: checking locale.h usability configure:5720: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5727: $? = 0 configure:5741: result: yes configure:5745: checking locale.h presence configure:5760: i686-uhu-linux-gcc -E conftest.c configure:5767: $? = 0 configure:5781: result: yes configure:5814: checking for locale.h configure:5823: result: yes configure:5703: checking pwd.h usability configure:5720: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5727: $? = 0 configure:5741: result: yes configure:5745: checking pwd.h presence configure:5760: i686-uhu-linux-gcc -E conftest.c configure:5767: $? = 0 configure:5781: result: yes configure:5814: checking for pwd.h configure:5823: result: yes configure:5692: checking for memory.h configure:5699: result: yes configure:5703: checking termcap.h usability configure:5720: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5727: $? = 0 configure:5741: result: yes configure:5745: checking termcap.h presence configure:5760: i686-uhu-linux-gcc -E conftest.c configure:5767: $? = 0 configure:5781: result: yes configure:5814: checking for termcap.h configure:5823: result: yes configure:5703: checking termios.h usability configure:5720: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5727: $? = 0 configure:5741: result: yes configure:5745: checking termios.h presence configure:5760: i686-uhu-linux-gcc -E conftest.c configure:5767: $? = 0 configure:5781: result: yes configure:5814: checking for termios.h configure:5823: result: yes configure:5703: checking termio.h usability configure:5720: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5727: $? = 0 configure:5741: result: yes configure:5745: checking termio.h presence configure:5760: i686-uhu-linux-gcc -E conftest.c configure:5767: $? = 0 configure:5781: result: yes configure:5814: checking for termio.h configure:5823: result: yes configure:5857: checking sys/pte.h usability configure:5874: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:92:21: fatal error: sys/pte.h: No such file or directory #include ^ compilation terminated. configure:5881: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5895: result: no configure:5899: checking sys/pte.h presence configure:5914: i686-uhu-linux-gcc -E conftest.c conftest.c:59:21: fatal error: sys/pte.h: No such file or directory #include ^ compilation terminated. configure:5921: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | /* end confdefs.h. */ | #include configure:5935: result: no configure:5968: checking for sys/pte.h configure:5977: result: no configure:5857: checking sys/stream.h usability configure:5874: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:92:24: fatal error: sys/stream.h: No such file or directory #include ^ compilation terminated. configure:5881: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5895: result: no configure:5899: checking sys/stream.h presence configure:5914: i686-uhu-linux-gcc -E conftest.c conftest.c:59:24: fatal error: sys/stream.h: No such file or directory #include ^ compilation terminated. configure:5921: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | /* end confdefs.h. */ | #include configure:5935: result: no configure:5968: checking for sys/stream.h configure:5977: result: no configure:5857: checking sys/select.h usability configure:5874: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5881: $? = 0 configure:5895: result: yes configure:5899: checking sys/select.h presence configure:5914: i686-uhu-linux-gcc -E conftest.c configure:5921: $? = 0 configure:5935: result: yes configure:5968: checking for sys/select.h configure:5977: result: yes configure:5857: checking sys/file.h usability configure:5874: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5881: $? = 0 configure:5895: result: yes configure:5899: checking sys/file.h presence configure:5914: i686-uhu-linux-gcc -E conftest.c configure:5921: $? = 0 configure:5935: result: yes configure:5968: checking for sys/file.h configure:5977: result: yes configure:5997: checking for sys/ptem.h configure:6022: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:67:22: fatal error: sys/ptem.h: No such file or directory #include ^ compilation terminated. configure:6029: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_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:6046: result: no configure:6067: checking for special C compiler options needed for large files configure:6162: result: no configure:6168: checking for _FILE_OFFSET_BITS value needed for large files configure:6203: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:67:3: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:67:3: warning: left shift count >= width of type [enabled by default] conftest.c:68:10: warning: left shift count >= width of type [enabled by default] && LARGE_OFF_T % 2147483647 == 1) ^ conftest.c:68:10: warning: left shift count >= width of type [enabled by default] conftest.c:67:7: error: variably modified 'off_t_is_large' at file scope int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ configure:6210: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:6254: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6261: $? = 0 configure:6279: result: 64 configure:6418: checking for type of signal functions configure:6451: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6458: $? = 0 configure:6586: result: posix configure:6607: checking if signal handlers must be reinstalled when invoked configure:6675: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:104:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(nsigint != 2); ^ configure:6679: $? = 0 configure:6685: ./conftest configure:6689: $? = 0 configure:6707: result: no configure:6718: checking for presence of POSIX-style sigsetjmp/siglongjmp configure:6780: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:90:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(0); /* could get sigmask and compare to oset here. */ ^ configure:6784: $? = 0 configure:6790: ./conftest configure:6794: $? = 0 configure:6812: result: present configure:6821: checking for lstat configure:6850: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6857: $? = 0 configure:6877: result: yes configure:6887: checking whether or not strcoll and strcmp differ configure:6947: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:98:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit (r1 > 0 && r2 > 0); ^ configure:6951: $? = 0 configure:6957: ./conftest configure:6961: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_POSIX_SIGSETJMP 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:6979: result: no configure:6989: checking whether the ctype macros accept non-ascii characters configure:7044: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:93:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit (r1 == 0 || r2 == 0); ^ configure:7048: $? = 0 configure:7054: ./conftest configure:7058: $? = 0 configure:7076: result: yes configure:7086: checking whether getpw functions are declared in pwd.h configure:7115: result: yes configure:7125: checking whether termios.h defines TIOCGWINSZ configure:7152: result: no configure:7156: checking whether sys/ioctl.h defines TIOCGWINSZ configure:7183: result: yes configure:7196: checking for sig_atomic_t in signal.h configure:7224: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7231: $? = 0 configure:7251: result: yes configure:7361: checking whether signal handlers are of type void configure:7395: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7402: $? = 0 configure:7417: result: yes configure:7427: checking for TIOCSTAT in sys/ioctl.h configure:7454: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:74:9: error: 'TIOCSTAT' undeclared (first use in this function) int x = TIOCSTAT; ^ conftest.c:74:9: note: each undeclared identifier is reported only once for each function it appears in configure:7461: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_POSIX_SIGSETJMP 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define VOID_SIGHANDLER 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | int x = TIOCSTAT; | ; | return 0; | } configure:7477: result: no configure:7486: checking for FIONREAD in sys/ioctl.h configure:7513: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7520: $? = 0 configure:7536: result: yes configure:7545: checking for speed_t in sys/types.h configure:7571: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:74:1: error: unknown type name 'speed_t' speed_t x; ^ configure:7578: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_POSIX_SIGSETJMP 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define VOID_SIGHANDLER 1 | #define FIONREAD_IN_SYS_IOCTL 1 | /* end confdefs.h. */ | #include | int | main () | { | speed_t x; | ; | return 0; | } configure:7594: result: no configure:7603: checking for struct winsize in sys/ioctl.h and termios.h configure:7630: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7637: $? = 0 configure:7697: result: sys/ioctl.h configure:7716: checking for struct dirent.d_ino configure:7764: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7771: $? = 0 configure:7787: result: yes configure:7797: checking for struct dirent.d_fileno configure:7845: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7852: $? = 0 configure:7868: result: yes configure:7892: checking for tgetent configure:7948: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccHmuKzU.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `tgetent' collect2: error: ld returned 1 exit status configure:7955: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_POSIX_SIGSETJMP 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define VOID_SIGHANDLER 1 | #define FIONREAD_IN_SYS_IOCTL 1 | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_DIRENT_D_FILENO 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 GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | 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 | #endif | | int | main () | { | return tgetent (); | ; | return 0; | } configure:7975: result: no configure:7980: checking for tgetent in -ltermcap configure:8015: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -ltermcap >&5 /usr/bin/ld: cannot find -ltermcap collect2: error: ld returned 1 exit status configure:8022: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_POSIX_SIGSETJMP 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define VOID_SIGHANDLER 1 | #define FIONREAD_IN_SYS_IOCTL 1 | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_DIRENT_D_FILENO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tgetent (); | int | main () | { | return tgetent (); | ; | return 0; | } configure:8043: result: no configure:8048: checking for tgetent in -ltinfo configure:8083: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -ltinfo >&5 /usr/bin/ld: cannot find -ltinfo collect2: error: ld returned 1 exit status configure:8090: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_POSIX_SIGSETJMP 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define VOID_SIGHANDLER 1 | #define FIONREAD_IN_SYS_IOCTL 1 | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_DIRENT_D_FILENO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tgetent (); | int | main () | { | return tgetent (); | ; | return 0; | } configure:8111: result: no configure:8116: checking for tgetent in -lcurses configure:8151: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lcurses >&5 configure:8158: $? = 0 configure:8179: result: yes configure:8266: checking which library has the termcap functions configure:8269: result: using libcurses configure:8317: checking wctype.h usability configure:8334: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8341: $? = 0 configure:8355: result: yes configure:8359: checking wctype.h presence configure:8374: i686-uhu-linux-gcc -E conftest.c configure:8381: $? = 0 configure:8395: result: yes configure:8428: checking for wctype.h configure:8437: result: yes configure:8468: checking wchar.h usability configure:8485: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8492: $? = 0 configure:8506: result: yes configure:8510: checking wchar.h presence configure:8525: i686-uhu-linux-gcc -E conftest.c configure:8532: $? = 0 configure:8546: result: yes configure:8579: checking for wchar.h configure:8588: result: yes configure:8619: checking langinfo.h usability configure:8636: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8643: $? = 0 configure:8657: result: yes configure:8661: checking langinfo.h presence configure:8676: i686-uhu-linux-gcc -E conftest.c configure:8683: $? = 0 configure:8697: result: yes configure:8730: checking for langinfo.h configure:8739: result: yes configure:8755: checking for mbrlen configure:8811: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8818: $? = 0 configure:8838: result: yes configure:8847: checking for mbscasecmp configure:8903: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccCnKHJW.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `mbscasecmp' collect2: error: ld returned 1 exit status configure:8910: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_POSIX_SIGSETJMP 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define VOID_SIGHANDLER 1 | #define FIONREAD_IN_SYS_IOCTL 1 | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_DIRENT_D_FILENO 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBRLEN 1 | /* end confdefs.h. */ | /* Define mbscasecmp to an innocuous variant, in case declares mbscasecmp. | For example, HP-UX 11i declares gettimeofday. */ | #define mbscasecmp innocuous_mbscasecmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mbscasecmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mbscasecmp | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mbscasecmp (); | /* 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_mbscasecmp || defined __stub___mbscasecmp | choke me | #endif | | int | main () | { | return mbscasecmp (); | ; | return 0; | } configure:8930: result: no configure:8939: checking for mbscmp configure:8995: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccYTwH9X.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `mbscmp' collect2: error: ld returned 1 exit status configure:9002: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_POSIX_SIGSETJMP 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define VOID_SIGHANDLER 1 | #define FIONREAD_IN_SYS_IOCTL 1 | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_DIRENT_D_FILENO 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBRLEN 1 | /* end confdefs.h. */ | /* Define mbscmp to an innocuous variant, in case declares mbscmp. | For example, HP-UX 11i declares gettimeofday. */ | #define mbscmp innocuous_mbscmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mbscmp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mbscmp | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mbscmp (); | /* 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_mbscmp || defined __stub___mbscmp | choke me | #endif | | int | main () | { | return mbscmp (); | ; | return 0; | } configure:9022: result: no configure:9031: checking for mbsnrtowcs configure:9087: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9094: $? = 0 configure:9114: result: yes configure:9123: checking for mbsrtowcs configure:9179: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9186: $? = 0 configure:9206: result: yes configure:9221: checking for mbschr configure:9277: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 /tmp/ccgKtDc9.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `mbschr' collect2: error: ld returned 1 exit status configure:9284: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "readline" | #define PACKAGE_TARNAME "readline" | #define PACKAGE_VERSION "6.2" | #define PACKAGE_STRING "readline 6.2" | #define PACKAGE_BUGREPORT "bug-readline@gnu.org" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define RETSIGTYPE void | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #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_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_FILE_H 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_POSIX_SIGNALS 1 | #define HAVE_POSIX_SIGSETJMP 1 | #define HAVE_LSTAT 1 | #define CTYPE_NON_ASCII 1 | #define HAVE_GETPW_DECLS 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define VOID_SIGHANDLER 1 | #define FIONREAD_IN_SYS_IOCTL 1 | #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 | #define HAVE_STRUCT_DIRENT_D_INO 1 | #define HAVE_STRUCT_DIRENT_D_FILENO 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MBRLEN 1 | #define HAVE_MBSNRTOWCS 1 | #define HAVE_MBSRTOWCS 1 | /* end confdefs.h. */ | /* Define mbschr to an innocuous variant, in case declares mbschr. | For example, HP-UX 11i declares gettimeofday. */ | #define mbschr innocuous_mbschr | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mbschr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mbschr | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mbschr (); | /* 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_mbschr || defined __stub___mbschr | choke me | #endif | | int | main () | { | return mbschr (); | ; | return 0; | } configure:9306: result: no configure:9327: checking for wcrtomb configure:9383: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9390: $? = 0 configure:9410: result: yes configure:9419: checking for wcscoll configure:9475: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9482: $? = 0 configure:9502: result: yes configure:9511: checking for wcsdup configure:9567: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9574: $? = 0 configure:9594: result: yes configure:9603: checking for wcwidth configure:9659: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9666: $? = 0 configure:9686: result: yes configure:9695: checking for wctype configure:9751: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9758: $? = 0 configure:9778: result: yes configure:9792: checking for wcswidth configure:9848: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9855: $? = 0 configure:9877: result: yes configure:9899: checking whether mbrtowc and mbstate_t are properly declared configure:9929: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:9936: $? = 0 configure:9956: result: yes configure:9981: checking for iswlower configure:10037: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:110:6: warning: conflicting types for built-in function 'iswlower' [enabled by default] char iswlower (); ^ configure:10044: $? = 0 configure:10066: result: yes configure:9981: checking for iswupper configure:10037: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:111:6: warning: conflicting types for built-in function 'iswupper' [enabled by default] char iswupper (); ^ configure:10044: $? = 0 configure:10066: result: yes configure:9981: checking for towlower configure:10037: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:112:6: warning: conflicting types for built-in function 'towlower' [enabled by default] char towlower (); ^ configure:10044: $? = 0 configure:10066: result: yes configure:9981: checking for towupper configure:10037: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:113:6: warning: conflicting types for built-in function 'towupper' [enabled by default] char towupper (); ^ configure:10044: $? = 0 configure:10066: result: yes configure:9981: checking for iswctype configure:10037: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10044: $? = 0 configure:10066: result: yes configure:10079: checking for nl_langinfo and CODESET configure:10105: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10112: $? = 0 configure:10132: result: yes configure:10141: checking for wchar_t in wchar.h configure:10171: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10178: $? = 0 configure:10193: result: yes configure:10203: checking for wctype_t in wctype.h configure:10232: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10239: $? = 0 configure:10254: result: yes configure:10264: checking for wint_t in wctype.h configure:10293: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10300: $? = 0 configure:10315: result: yes configure:10449: checking configuration for building shared libraries configure:10473: result: supported configure:10638: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by readline config.status 6.2, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp10 config.status:854: creating Makefile config.status:854: creating doc/Makefile config.status:854: creating examples/Makefile config.status:854: creating shlib/Makefile config.status:854: creating config.h config.status:1088: executing default commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_char_unsigned=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_volatile=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' 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_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= 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_mbscasecmp=no ac_cv_func_mbschr=no ac_cv_func_mbscmp=no ac_cv_func_mbsnrtowcs=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=yes ac_cv_func_wcswidth=yes ac_cv_func_wctype=yes ac_cv_func_wcwidth=yes ac_cv_have_sig_atomic_t=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes 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=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes 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=yes ac_cv_header_sys_stream_h=no ac_cv_header_sys_types_h=yes ac_cv_header_termcap_h=yes ac_cv_header_termio_h=yes ac_cv_header_termios_h=yes ac_cv_header_unistd_h=yes ac_cv_header_varargs_h=no ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_host=i686-uhu-linux-gnu ac_cv_lib_curses_tgetent=yes ac_cv_lib_termcap_tgetent=no ac_cv_lib_tinfo_tgetent=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/bin/install -c' ac_cv_prog_AR=ar ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_opendir='none required' ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes ac_cv_sys_tiocgwinsz_in_termios_h=no ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_ssize_t=yes bash_cv_dirent_has_d_fileno=yes bash_cv_dirent_has_dino=yes bash_cv_fionread_in_ioctl=yes bash_cv_func_ctype_nonascii=yes bash_cv_func_lstat=yes bash_cv_func_sigsetjmp=present 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=ioctl_h bash_cv_termcap_lib=libcurses bash_cv_tiocstat_in_ioctl=no bash_cv_type_wchar_t=yes bash_cv_type_wctype_t=yes bash_cv_type_wint_t=yes bash_cv_void_sighandler=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## AR='ar' ARFLAGS='cr' BUILD_DIR='/var/uhubuild/work/compile' CC='i686-uhu-linux-gcc' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' CROSS_COMPILE='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS=' ${LIBOBJDIR}mbschr$U.o' LIBS='' LIBVERSION='6.2' LOCAL_CFLAGS='' LOCAL_DEFS='' LOCAL_LDFLAGS='' LTLIBOBJS=' ${LIBOBJDIR}mbschr$U.lo' MAKE_SHELL='/bin/sh' OBJEXT='o' PACKAGE_BUGREPORT='bug-readline@gnu.org' PACKAGE_NAME='readline' PACKAGE_STRING='readline 6.2' PACKAGE_TARNAME='readline' PACKAGE_VERSION='6.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='-lncurses' SHLIB_LIBSUFF='so' SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)' SHLIB_MAJOR='6' SHLIB_MINOR='2' SHLIB_STATUS='supported' SHLIB_XLDFLAGS='-Wl,-soname,`basename $@ $(SHLIB_MINOR)`' SHOBJ_CC='i686-uhu-linux-gcc' 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='-lcurses' ac_ct_CC='' bindir='${exec_prefix}/bin' build='i686-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' libdir='/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' mandir='/usr/share/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "readline" #define PACKAGE_TARNAME "readline" #define PACKAGE_VERSION "6.2" #define PACKAGE_STRING "readline 6.2" #define PACKAGE_BUGREPORT "bug-readline@gnu.org" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define PROTOTYPES 1 #define __PROTOTYPES 1 #define RETSIGTYPE void #define STDC_HEADERS 1 #define HAVE_DIRENT_H 1 #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_UNISTD_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDARG_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_PWD_H 1 #define HAVE_MEMORY_H 1 #define HAVE_TERMCAP_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_TERMIO_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_FILE_H 1 #define _FILE_OFFSET_BITS 64 #define HAVE_POSIX_SIGNALS 1 #define HAVE_POSIX_SIGSETJMP 1 #define HAVE_LSTAT 1 #define CTYPE_NON_ASCII 1 #define HAVE_GETPW_DECLS 1 #define GWINSZ_IN_SYS_IOCTL 1 #define VOID_SIGHANDLER 1 #define FIONREAD_IN_SYS_IOCTL 1 #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 #define HAVE_STRUCT_DIRENT_D_INO 1 #define HAVE_STRUCT_DIRENT_D_FILENO 1 #define HAVE_WCTYPE_H 1 #define HAVE_WCHAR_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_MBRLEN 1 #define HAVE_MBSNRTOWCS 1 #define HAVE_MBSRTOWCS 1 #define HAVE_WCRTOMB 1 #define HAVE_WCSCOLL 1 #define HAVE_WCSDUP 1 #define HAVE_WCWIDTH 1 #define HAVE_WCTYPE 1 #define HAVE_WCSWIDTH 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 #define HAVE_WCHAR_T 1 #define HAVE_WCTYPE_T 1 #define HAVE_WINT_T 1 configure: exit 0