This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:531: checking for mawk configure:563: checking for gcc configure:676: checking whether the C compiler (cc -fno-common ) works configure:692: cc -o conftest -fno-common conftest.c 1>&5 configure:718: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:723: checking whether we are using GNU C configure:751: checking whether cc accepts -g configure:813: checking for a BSD compatible install configure:866: checking whether ln -s works configure:888: checking for initLfapAR in -llfapapiv5 configure:936: checking how to run the C preprocessor configure:1016: checking for ANSI C header files configure:1123: checking for sys/time.h configure:1123: checking for unistd.h configure:1161: checking for working const configure:1236: checking whether time.h and sys/time.h may both be included configure:1272: checking whether make sets ${MAKE} configure:1301: checking for ranlib configure:1330: checking return type of signal handlers configure:1373: checking for gettimeofday configure:1373: checking for select configure:1373: checking for socket configure:1373: checking for strerror configure:1427: checking for bind in -lsocket configure:1474: checking for gethostbyname in -lnsl configure:1522: checking for longlong_t type configure:1531: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1527: error: `longlong_t' undeclared (first use in this function) configure:1527: error: (Each undeclared identifier is reported only once configure:1527: error: for each function it appears in.) configure:1527: error: parse error before "ll_foo" configure: At top level: configure:1528: error: parse error before "return" configure: failed program was: #line 1524 "configure" #include "confdefs.h" #include int main() { longlong_t ll_foo() { return 0; } ; return 0; }