This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:551: checking for gcc configure:628: checking whether the C compiler (cc -fno-common ) works configure:642: cc -o conftest -fno-common conftest.c 1>&5 configure:662: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:667: checking whether we are using GNU C configure:676: cc -E conftest.c configure:691: checking whether cc accepts -g configure:719: checking whether make sets ${MAKE} configure:756: checking for a BSD compatible install configure:815: checking for strerror configure:843: cc -o conftest -fno-common conftest.c 1>&5 configure:868: checking for sys_errlist in -lc configure:887: cc -o conftest -fno-common conftest.c -lc 1>&5 configure:911: checking for socket in -lsocket configure:930: cc -o conftest -fno-common conftest.c -lsocket 1>&5 ld: can't locate file for: -lsocket configure: failed program was: #line 919 "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 socket(); int main() { socket() ; return 0; } configure:951: checking for gethostbyname in -lnsl configure:970: cc -o conftest -fno-common conftest.c -lnsl 1>&5 ld: can't locate file for: -lnsl configure: failed program was: #line 959 "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; }