This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:531: checking for gcc configure:644: checking whether the C compiler (cc -fno-common ) works configure:660: cc -o conftest -fno-common conftest.c 1>&5 configure:686: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:691: checking whether we are using GNU C configure:700: cc -E conftest.c configure:719: checking whether cc accepts -g configure:752: checking if the compiler understands -pipe -Wall configure:763: cc -pipe -Wall -c -fno-common conftest.c 1>&5 configure:806: checking for a BSD compatible install configure:859: checking whether make sets ${MAKE} configure:887: checking how to run the C preprocessor configure:908: cc -pipe -Wall -E conftest.c >/dev/null 2>conftest.out configure:967: checking for ANSI C header files configure:980: cc -pipe -Wall -E conftest.c >/dev/null 2>conftest.out configure:1047: cc -pipe -Wall -o conftest -fno-common conftest.c 1>&5 configure: In function `main': configure:1042: warning: implicit declaration of function `exit' configure:1074: checking for unistd.h configure:1084: cc -pipe -Wall -E conftest.c >/dev/null 2>conftest.out configure:1074: checking for sys/param.h configure:1084: cc -pipe -Wall -E conftest.c >/dev/null 2>conftest.out configure:1112: checking for working const configure:1166: cc -pipe -Wall -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1140: warning: unused variable `s' configure:1160: warning: unused variable `foo' configure:1122: warning: unused variable `x' configure:1128: warning: unused variable `zero' configure:1190: checking for strdup configure:1218: cc -pipe -Wall -o conftest -fno-common conftest.c 1>&5 configure:1244: checking for gethostbyname in -lnsl configure:1263: cc -pipe -Wall -o conftest -fno-common conftest.c -lnsl 1>&5 ld: can't locate file for: -lnsl configure: failed program was: #line 1252 "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; } configure:1291: checking for socket in -lsocket configure:1310: cc -pipe -Wall -o conftest -fno-common conftest.c -lsocket 1>&5 ld: can't locate file for: -lsocket configure: failed program was: #line 1299 "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:1342: checking for net/ethernet.h configure:1352: cc -pipe -Wall -E conftest.c >/dev/null 2>conftest.out