This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:556: checking for a BSD compatible install configure:609: checking whether build environment is sane configure:666: checking whether make sets ${MAKE} configure:712: checking for working aclocal configure:725: checking for working autoconf configure:738: checking for working automake configure:751: checking for working autoheader configure:764: checking for working makeinfo configure:781: checking for gcc configure:894: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) works configure:910: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:936: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) is a cross-compiler configure:941: checking whether we are using GNU C configure:950: gcc -E conftest.c configure:969: checking whether gcc accepts -g configure:1012: checking for a BSD compatible install configure:1065: checking whether ln -s works configure:1092: checking how to run the C preprocessor configure:1113: gcc -E conftest.c >/dev/null 2>conftest.out configure:1172: checking for ANSI C header files configure:1185: gcc -E conftest.c >/dev/null 2>conftest.out configure:1252: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -Wunused -Wuninitialized -Wmissing-prototypes -Wmissing-declarations conftest.c 1>&5 configure: In function 'main': configure:1247:1: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); ^ configure:1247: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:1279: checking for unistd.h configure:1289: gcc -E conftest.c >/dev/null 2>conftest.out configure:1317: checking for working const configure:1371: gcc -c -O2 -march=i686 -mtune=generic -Wall -Wunused -Wuninitialized -Wmissing-prototypes -Wmissing-declarations conftest.c 1>&5 configure: In function 'main': configure:1345:15: warning: unused variable 's' [-Wunused-variable] char const *s = 0 ? (char *) 0 : (char const *) 0; ^ configure:1365:13: warning: unused variable 'foo' [-Wunused-variable] const int foo = 10; ^ configure:1333:27: warning: unused variable 'zero' [-Wunused-variable] static struct point const zero = {0,0}; ^ configure:1327:39: warning: unused variable 'x' [-Wunused-variable] typedef int charset[2]; const charset x; ^ configure:1347:5: warning: 't' is used uninitialized in this function [-Wuninitialized] *t++ = 0; ^ configure:1362:21: warning: 'b' is used uninitialized in this function [-Wuninitialized] struct s *b; b->j = 5; ^ configure:1392: checking for pid_t configure:1425: checking for size_t configure:1461: checking for memset configure:1489: gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -Wunused -Wuninitialized -Wmissing-prototypes -Wmissing-declarations conftest.c 1>&5 configure:1473:6: warning: conflicting types for built-in function 'memset' [enabled by default] char $ac_func(); ^