This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:643: checking host system type configure:684: checking for gcc configure:761: checking whether the C compiler (gcc -g ) works configure:775: gcc -o conftest -g conftest.c 1>&5 configure:795: checking whether the C compiler (gcc -g ) is a cross-compiler configure:800: checking whether we are using GNU C configure:809: gcc -E conftest.c configure:824: checking whether gcc accepts -g configure:852: checking how to run the C preprocessor configure:873: gcc -E conftest.c >/dev/null 2>conftest.out configure:914: checking for minix/config.h configure:924: gcc -E conftest.c >/dev/null 2>conftest.out configure:920: minix/config.h: No such file or directory configure: failed program was: #line 919 "configure" #include "confdefs.h" #include configure:967: checking whether gcc needs -traditional configure:1023: checking for a BSD compatible install configure:1075: checking for ranlib configure:1103: checking return type of signal handlers configure:1125: gcc -c -g -O conftest.c 1>&5 configure:1145: checking whether stat file-mode macros are broken configure:1205: checking for dirent.h that defines DIR configure:1218: gcc -c -g -O conftest.c 1>&5 configure:1243: checking for opendir in -ldir configure:1262: gcc -o conftest -g -O conftest.c -ldir 1>&5 ld: cannot open -ldir: No such file or directory configure: failed program was: #line 1251 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir(); int main() { opendir() ; return 0; } configure:1329: checking for strcasecmp configure:1357: gcc -o conftest -g -O conftest.c 1>&5 configure:1329: checking for select configure:1357: gcc -o conftest -g -O conftest.c 1>&5 configure:1329: checking for setenv configure:1357: gcc -o conftest -g -O conftest.c 1>&5 configure:1329: checking for putenv configure:1357: gcc -o conftest -g -O conftest.c 1>&5 configure:1329: checking for tcgetattr configure:1357: gcc -o conftest -g -O conftest.c 1>&5 configure:1329: checking for setlocale configure:1357: gcc -o conftest -g -O conftest.c 1>&5 configure:1329: checking for lstat configure:1357: gcc -o conftest -g -O conftest.c 1>&5 configure:1383: checking for working strcoll configure:1401: gcc -o conftest -g -O conftest.c 1>&5 configure:1430: checking for unistd.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1430: checking for stdlib.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1430: checking for varargs.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1430: checking for stdarg.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1430: checking for string.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1430: checking for sys/ptem.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1436: sys/ptem.h: No such file or directory configure: failed program was: #line 1435 "configure" #include "confdefs.h" #include configure:1430: checking for sys/pte.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1436: sys/pte.h: No such file or directory configure: failed program was: #line 1435 "configure" #include "confdefs.h" #include configure:1430: checking for sys/stream.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1436: sys/stream.h: No such file or directory configure: failed program was: #line 1435 "configure" #include "confdefs.h" #include configure:1430: checking for sys/select.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1430: checking for termcap.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1430: checking for termios.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1430: checking for termio.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1430: checking for sys/file.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1430: checking for locale.h configure:1440: gcc -E conftest.c >/dev/null 2>conftest.out configure:1469: checking for type of signal functions configure:1488: gcc -o conftest -g -O conftest.c 1>&5 configure:1570: checking if signal handlers must be reinstalled when invoked configure:1627: gcc -o conftest -g -O conftest.c 1>&5 configure:1652: checking for presence of POSIX-style sigsetjmp/siglongjmp configure:1703: gcc -o conftest -g -O conftest.c 1>&5 configure:1726: checking for lstat configure:1741: gcc -o conftest -g -O conftest.c 1>&5 configure:1762: checking whether programs are able to redeclare getpw functions configure:1778: gcc -c -g -O conftest.c 1>&5 configure:1800: checking whether or not strcoll and strcmp differ configure:1849: gcc -o conftest -g -O conftest.c 1>&5 configure: failed program was: #line 1810 "configure" #include "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:1873: checking whether signal handlers are of type void configure:1893: gcc -c -g -O conftest.c 1>&5 configure:1913: checking for TIOCGWINSZ in sys/ioctl.h configure:1926: gcc -c -g -O conftest.c 1>&5 configure:1947: checking for TIOCSTAT in sys/ioctl.h configure:1960: gcc -c -g -O conftest.c 1>&5 configure: In function `main': configure:1956: `TIOCSTAT' undeclared (first use this function) configure:1956: (Each undeclared identifier is reported only once configure:1956: for each function it appears in.) configure: failed program was: #line 1952 "configure" #include "confdefs.h" #include #include int main() { int x = TIOCSTAT; ; return 0; } configure:1981: checking for FIONREAD in sys/ioctl.h configure:1994: gcc -c -g -O conftest.c 1>&5 configure:2015: checking for speed_t in sys/types.h configure:2027: gcc -c -g -O conftest.c 1>&5 configure: In function `main': configure:2023: `speed_t' undeclared (first use this function) configure:2023: (Each undeclared identifier is reported only once configure:2023: for each function it appears in.) configure:2023: parse error before `x' configure: failed program was: #line 2020 "configure" #include "confdefs.h" #include int main() { speed_t x; ; return 0; } configure:2048: checking for struct winsize in sys/ioctl.h and termios.h configure:2061: gcc -c -g -O conftest.c 1>&5 configure:2110: checking if struct dirent has a d_ino member configure:2144: gcc -c -g -O conftest.c 1>&5 configure:2166: checking if struct dirent has a d_fileno member configure:2200: gcc -c -g -O conftest.c 1>&5 configure:2236: checking for tgetent in -ltermcap configure:2255: gcc -o conftest -g -O conftest.c -ltermcap 1>&5 configure:2360: checking which library has the termcap functions