This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:607: checking host system type configure:628: checking target system type configure:646: checking build system type configure:672: checking for gcc configure:785: checking whether the C compiler (cc -fno-common ) works configure:801: cc -o conftest -fno-common conftest.c 1>&5 configure:827: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:832: checking whether we are using GNU C configure:841: cc -E conftest.c configure:860: checking whether cc accepts -g configure:896: checking for c++ configure:928: checking whether the C++ compiler (c++ -fno-common ) works configure:944: c++ -o conftest -fno-common conftest.C 1>&5 configure:970: checking whether the C++ compiler (c++ -fno-common ) is a cross-compiler configure:975: checking whether we are using GNU C++ configure:984: c++ -E conftest.C configure:1003: checking whether c++ accepts -g configure:1035: checking how to run the C preprocessor configure:1056: cc -E conftest.c >/dev/null 2>conftest.out configure:1115: checking for ANSI C header files configure:1128: cc -E conftest.c >/dev/null 2>conftest.out configure:1195: cc -o conftest -fno-common conftest.c 1>&5 configure:1222: checking for string.h configure:1232: cc -E conftest.c >/dev/null 2>conftest.out configure:1222: checking for malloc.h configure:1232: cc -E conftest.c >/dev/null 2>conftest.out configure:1270: checking for main in -lXbsd configure:1285: cc -o conftest -fno-common conftest.c -lXbsd 1>&5 ld: can't locate file for: -lXbsd configure: failed program was: #line 1278 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:1306: checking for poll in -lsocket configure:1325: cc -o conftest -fno-common conftest.c -lsocket 1>&5 ld: can't locate file for: -lsocket configure: failed program was: #line 1314 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char poll(); int main() { poll() ; return 0; } configure:1349: checking for gethostbyname in -lnsl configure:1368: cc -o conftest -fno-common conftest.c -lnsl 1>&5 ld: can't locate file for: -lnsl configure: failed program was: #line 1357 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname(); int main() { gethostbyname() ; return 0; }