This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:534: checking for gcc configure:647: checking whether the C compiler (gcc ) works configure:663: gcc -o conftest conftest.c 1>&5 configure:689: checking whether the C compiler (gcc ) is a cross-compiler configure:694: checking whether we are using GNU C configure:703: gcc -E conftest.c configure:722: checking whether gcc accepts -g configure:784: checking for a BSD compatible install configure:838: checking how to run the C preprocessor configure:859: gcc -E conftest.c >/dev/null 2>conftest.out configure:918: checking for ANSI C header files configure:931: gcc -E conftest.c >/dev/null 2>conftest.out configure:998: gcc -o conftest -g -O2 conftest.c 1>&5 configure: In function 'main': configure:993: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:1025: checking for unistd.h configure:1035: gcc -E conftest.c >/dev/null 2>conftest.out configure:1063: checking size of long configure:1082: gcc -o conftest -g -O2 conftest.c 1>&5 configure: In function 'main': configure:1076:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (!f) exit(1); ^ configure:1102: checking size of int configure:1121: gcc -o conftest -g -O2 conftest.c 1>&5 configure: In function 'main': configure:1115:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (!f) exit(1); ^ configure:1141: checking whether byte ordering is bigendian configure:1159: gcc -c -g -O2 conftest.c 1>&5 configure:1174: gcc -c -g -O2 conftest.c 1>&5 configure: In function 'main': configure:1169:2: error: unknown type name 'not' not big endian ^ configure:1169:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure: failed program was: #line 1163 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; }