This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:561: checking for a BSD compatible install configure:614: checking whether build environment is sane configure:671: checking whether make sets ${MAKE} configure:717: checking for working aclocal configure:730: checking for working autoconf configure:743: checking for working automake configure:756: checking for working autoheader configure:769: checking for working makeinfo configure:786: checking for gcc configure:899: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) works configure:915: gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:941: checking whether the C compiler (gcc -O2 -march=i686 -mtune=generic ) is a cross-compiler configure:946: checking whether we are using GNU C configure:955: gcc -E conftest.c configure:974: checking whether gcc accepts -g configure:1008: checking for ranlib configure:1039: checking whether byte ordering is bigendian configure:1057: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure:1072: gcc -c -O2 -march=i686 -mtune=generic conftest.c 1>&5 configure: In function 'main': configure:1067:2: error: unknown type name 'not' not big endian ^ configure:1067:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure: failed program was: #line 1061 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; }