This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:529: checking for python configure:568: checking for gcc configure:681: checking whether the C compiler (cc -fno-common ) works configure:697: cc -o conftest -fno-common conftest.c 1>&5 configure:723: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:728: checking whether we are using GNU C configure:737: cc -E conftest.c configure:756: checking whether cc accepts -g configure:790: checking how to run the C preprocessor configure:811: cc -E conftest.c >/dev/null 2>conftest.out configure:870: checking for ANSI C header files configure:883: cc -E conftest.c >/dev/null 2>conftest.out configure:950: cc -o conftest -fno-common conftest.c 1>&5 configure:977: checking for fcntl.h configure:987: cc -E conftest.c >/dev/null 2>conftest.out configure:1016: checking for headers required to compile python extensions configure:1036: checking for working const configure:1090: cc -c -fno-common conftest.c 1>&5 configure:1111: checking for size_t configure:1145: checking size of int configure:1164: cc -o conftest -fno-common conftest.c 1>&5 configure:1184: checking size of long configure:1203: cc -o conftest -fno-common conftest.c 1>&5 configure:1224: checking whether byte ordering is bigendian configure:1242: cc -c -fno-common conftest.c 1>&5 configure:1257: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1252: error: `not' undeclared (first use in this function) configure:1252: error: (Each undeclared identifier is reported only once configure:1252: error: for each function it appears in.) configure:1252: error: parse error before "big" configure: failed program was: #line 1246 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; }