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 ) works configure:915: gcc -o conftest conftest.c 1>&5 configure:941: checking whether the C compiler (gcc ) 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 -g -O2 conftest.c 1>&5 configure:1072: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:1067: error: `not' undeclared (first use in this function) configure:1067: error: (Each undeclared identifier is reported only once configure:1067: error: for each function it appears in.) configure:1067: error: syntax error before "big" 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; }