This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:549: checking for gcc configure:662: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) works configure:678: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:704: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) is a cross-compiler configure:709: checking whether we are using GNU C configure:718: gcc -E conftest.c configure:737: checking whether gcc accepts -g configure:776: checking whether byte ordering is bigendian configure:794: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:809: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure: In function 'main': configure:804:2: error: unknown type name 'not' not big endian ^ configure:804:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure: failed program was: #line 798 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:896: checking for a BSD compatible install configure:1080: checking how to run the C preprocessor configure:1101: gcc -E conftest.c >/dev/null 2>conftest.out configure:1160: checking for ANSI C header files configure:1173: gcc -E conftest.c >/dev/null 2>conftest.out configure:1240: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure: In function 'main': configure:1235: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:1267: checking for unistd.h configure:1277: gcc -E conftest.c >/dev/null 2>conftest.out configure:1314: checking for langinfo.h configure:1324: gcc -E conftest.c >/dev/null 2>conftest.out configure:1342: checking For nl_langinfo(CODESET) configure:1351: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1381: checking for working const configure:1435: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1457: checking whether setvbuf arguments are reversed configure:1479: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure: In function 'main': configure:1472:3: warning: passing argument 2 of 'setvbuf' makes pointer from integer without a cast [enabled by default] if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0) ^ In file included from configure:1466:0: /usr/include/stdio.h:336:12: note: expected 'char * __restrict__' but argument is of type 'int' extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf, ^ configure:1472:3: warning: passing argument 3 of 'setvbuf' makes integer from pointer without a cast [enabled by default] if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0) ^ In file included from configure:1466:0: /usr/include/stdio.h:336:12: note: expected 'int' but argument is of type 'char *' extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf, ^ configure:1473:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ configure: failed program was: #line 1465 "configure" #include "confdefs.h" #include /* If setvbuf has the reversed format, exit 0. */ main () { /* This call has the arguments reversed. A reversed system may check and see that the address of main is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */ if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0) exit(1); putc('\r', stdout); exit(0); /* Non-reversed systems segv here. */ } configure:1530: checking for strdup configure:1558: gcc -o conftest -g -O2 -Wall conftest.c 1>&5 configure:1542:6: warning: conflicting types for built-in function 'strdup' [enabled by default] char $ac_func(); ^ configure:1530: checking for strtol configure:1558: gcc -o conftest -g -O2 -Wall conftest.c 1>&5 configure:1585: checking for strftime configure:1613: gcc -o conftest -g -O2 -Wall conftest.c 1>&5 configure:1597:6: warning: conflicting types for built-in function 'strftime' [enabled by default] char $ac_func(); ^