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: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:1102: checking size of int configure:1121: gcc -o conftest -g -O2 conftest.c 1>&5 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: error: `not' undeclared (first use in this function) configure:1169: error: (Each undeclared identifier is reported only once configure:1169: error: for each function it appears in.) configure:1169: error: syntax error before "big" 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; }