This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:622: checking for a BSD compatible install configure:675: checking whether build environment is sane configure:732: checking whether make sets ${MAKE} configure:778: checking for working aclocal configure:791: checking for working autoconf configure:804: checking for working automake configure:817: checking for working autoheader configure:830: checking for working makeinfo configure:857: checking for gcc configure:970: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) works configure:986: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1012: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) is a cross-compiler configure:1017: checking whether we are using GNU C configure:1026: gcc -E conftest.c configure:1045: checking whether gcc accepts -g configure:1083: checking for gcc option to accept ANSI C configure:1136: gcc -c -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:1160: checking how to run the C preprocessor configure:1181: gcc -E conftest.c >/dev/null 2>conftest.out configure:1242: checking for function prototypes configure:1401: checking whether make sets ${MAKE} configure:1430: checking for echo configure:1465: checking for ln configure:1500: checking for mv configure:1535: checking for rm configure:1579: checking for a BSD compatible install configure:1634: checking for ranlib configure:1664: checking for ar configure:1697: checking whether ln -s works configure:1719: checking for ANSI C header files configure:1732: gcc -E conftest.c >/dev/null 2>conftest.out configure:1799: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure: In function 'main': configure:1794:1: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); ^ configure:1794:67: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); ^ configure:1826: checking for fcntl.h configure:1836: gcc -E conftest.c >/dev/null 2>conftest.out configure:1826: checking for sys/time.h configure:1836: gcc -E conftest.c >/dev/null 2>conftest.out configure:1826: checking for sys/select.h configure:1836: gcc -E conftest.c >/dev/null 2>conftest.out configure:1826: checking for unistd.h configure:1836: gcc -E conftest.c >/dev/null 2>conftest.out configure:1826: checking for sched.h configure:1836: gcc -E conftest.c >/dev/null 2>conftest.out configure:1866: checking for termios.h configure:1876: gcc -E conftest.c >/dev/null 2>conftest.out configure:1866: checking for termio.h configure:1876: gcc -E conftest.c >/dev/null 2>conftest.out configure:1866: checking for sgtty.h configure:1876: gcc -E conftest.c >/dev/null 2>conftest.out configure:1866: checking for utime.h configure:1876: gcc -E conftest.c >/dev/null 2>conftest.out configure:1866: checking for sys/utime.h configure:1876: gcc -E conftest.c >/dev/null 2>conftest.out configure:1872:23: fatal error: sys/utime.h: No such file or directory #include <$ac_hdr> ^ compilation terminated. configure: failed program was: #line 1871 "configure" #include "confdefs.h" #include configure:1906: checking for signal.h configure:1916: gcc -E conftest.c >/dev/null 2>conftest.out configure:1969: checking for working const configure:2023: gcc -c -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure: In function 'main': configure:1997:15: warning: unused variable 's' [-Wunused-variable] char const *s = 0 ? (char *) 0 : (char const *) 0; ^ configure:2017:13: warning: unused variable 'foo' [-Wunused-variable] const int foo = 10; ^ configure:1985:27: warning: unused variable 'zero' [-Wunused-variable] static struct point const zero = {0,0}; ^ configure:1979:39: warning: unused variable 'x' [-Wunused-variable] typedef int charset[2]; const charset x; ^ configure:1999:5: warning: 't' is used uninitialized in this function [-Wuninitialized] *t++ = 0; ^ configure:2014:21: warning: 'b' is used uninitialized in this function [-Wuninitialized] struct s *b; b->j = 5; ^ configure:2044: checking for off_t configure:2077: checking for size_t configure:2110: checking whether time.h and sys/time.h may both be included configure:2124: gcc -c -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure: In function 'main': configure:2120:12: warning: unused variable 'tp' [-Wunused-variable] struct tm *tp; ^ configure:2145: checking whether struct tm is in sys/time.h or time.h configure:2158: gcc -c -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure: In function 'main': configure:2154:16: warning: statement with no effect [-Wunused-value] struct tm *tp; tp->tm_sec; ^ configure:2179: checking return type of signal handlers configure:2201: gcc -c -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure: In function 'main': configure:2197:5: warning: unused variable 'i' [-Wunused-variable] int i; ^ configure:2220: checking for restartable system calls configure:2246: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2234:1: warning: return type defaults to 'int' [-Wreturn-type] ucatch (isig) { } ^ configure:2235:1: warning: return type defaults to 'int' [-Wreturn-type] main () { ^ configure: In function 'main': configure:2236:3: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] int i = fork (), status; ^ configure:2237:3: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] if (i == 0) { sleep (3); kill (getppid (), SIGINT); sleep (3); exit (0); } ^ configure:2237:3: warning: implicit declaration of function 'getppid' [-Wimplicit-function-declaration] configure:2237:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] configure:2237:66: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (i == 0) { sleep (3); kill (getppid (), SIGINT); sleep (3); exit (0); } ^ configure:2238:3: warning: passing argument 2 of 'signal' from incompatible pointer type [enabled by default] signal (SIGINT, ucatch); ^ In file included from configure:2233:0: /usr/include/signal.h:102:23: note: expected '__sighandler_t' but argument is of type 'int (*)()' extern __sighandler_t signal (int __sig, __sighandler_t __handler) ^ configure:2239:3: warning: implicit declaration of function 'wait' [-Wimplicit-function-declaration] status = wait(&i); ^ configure:2241:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit (status == -1); ^ configure: In function 'ucatch': configure:2234:1: warning: control reaches end of non-void function [-Wreturn-type] ucatch (isig) { } ^ configure:2270: checking whether struct tm has tm_gmtoff configure:2296: gcc -c -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure: In function 'main': configure:2290:11: warning: variable 'stm' set but not used [-Wunused-but-set-variable] struct tm stm; ^ configure:2317: checking whether struct utimbuf is defined configure:2350: gcc -c -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure: In function 'main': configure:2344:16: warning: variable 'utb' set but not used [-Wunused-but-set-variable] struct utimbuf utb; ^ configure:2370: checking whether optarg is defined in headers configure:2393: gcc -c -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure: In function 'main': configure:2387:7: warning: variable 'xxx' set but not used [-Wunused-but-set-variable] char *xxx; ^ configure:2413: checking size of short configure:2432: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2423:1: warning: return type defaults to 'int' [-Wreturn-type] main() ^ configure: In function 'main': configure:2426:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] if (!f) exit(1); ^ configure:2426:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (!f) exit(1); ^ configure:2452: checking size of int configure:2471: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2462:1: warning: return type defaults to 'int' [-Wreturn-type] main() ^ configure: In function 'main': configure:2465:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] if (!f) exit(1); ^ configure:2465:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (!f) exit(1); ^ configure:2491: checking size of long configure:2510: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2501:1: warning: return type defaults to 'int' [-Wreturn-type] main() ^ configure: In function 'main': configure:2504:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] if (!f) exit(1); ^ configure:2504:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (!f) exit(1); ^ configure:2621: checking for rename configure:2649: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2621: checking for mkdir configure:2649: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2621: checking for strerror configure:2649: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2621: checking for strspn configure:2649: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2633:6: warning: conflicting types for built-in function 'strspn' [enabled by default] char $ac_func(); ^ configure:2621: checking for select configure:2649: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2676: checking for uname configure:2704: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2676: checking for cfmakeraw configure:2704: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2676: checking for sched_setscheduler configure:2704: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2676: checking for nanosleep configure:2704: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2731: checking for snooze configure:2759: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 /tmp/ccHc9oya.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `snooze' collect2: error: ld returned 1 exit status configure: failed program was: #line 2736 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char snooze(); below. */ #include /* 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 snooze(); int main() { /* 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_snooze) || defined (__stub___snooze) choke me #else snooze(); #endif ; return 0; } configure:2783: checking for vprintf configure:2811: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2795:6: warning: conflicting types for built-in function 'vprintf' [enabled by default] char vprintf(); ^ configure:2888: checking for strftime configure:2916: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2900:6: warning: conflicting types for built-in function 'strftime' [enabled by default] char strftime(); ^ configure:2986: checking for usleep configure:3014: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:2986: checking for getopt configure:3014: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:3041: checking for strcasecmp configure:3069: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall conftest.c 1>&5 configure:3053:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] char strcasecmp(); ^