This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:566: checking for gcc configure:679: checking whether the C compiler (cc -fno-common ) works configure:695: cc -o conftest -fno-common conftest.c 1>&5 configure:721: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:726: checking whether we are using GNU C configure:735: cc -E conftest.c configure:754: checking whether cc accepts -g configure:788: checking for crypt in -lcrypt configure:807: cc -o conftest -fno-common conftest.c -lcrypt 1>&5 ld: can't locate file for: -lcrypt configure: failed program was: #line 796 "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 crypt(); int main() { crypt() ; return 0; } configure:835: checking for socket in -lsocket configure:854: cc -o conftest -fno-common conftest.c -lsocket 1>&5 ld: can't locate file for: -lsocket configure: failed program was: #line 843 "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:882: checking for gethostbyname in -lnsl configure:901: cc -o conftest -fno-common conftest.c -lnsl 1>&5 ld: can't locate file for: -lnsl configure: failed program was: #line 890 "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:934: checking for dirent.h that defines DIR configure:947: cc -c -fno-common conftest.c 1>&5 configure:972: checking for opendir in -ldir configure:991: cc -o conftest -fno-common conftest.c -ldir 1>&5 ld: can't locate file for: -ldir configure: failed program was: #line 980 "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 opendir(); int main() { opendir() ; return 0; } configure:1055: checking how to run the C preprocessor configure:1076: cc -E conftest.c >/dev/null 2>conftest.out configure:1135: checking for ANSI C header files configure:1148: cc -E conftest.c >/dev/null 2>conftest.out configure:1215: cc -o conftest -fno-common conftest.c 1>&5 configure:1242: checking for fcntl.h configure:1252: cc -E conftest.c >/dev/null 2>conftest.out configure:1242: checking for unistd.h configure:1252: cc -E conftest.c >/dev/null 2>conftest.out configure:1280: checking for working const configure:1334: cc -c -fno-common conftest.c 1>&5 configure:1358: checking for strtol configure:1386: cc -o conftest -fno-common conftest.c 1>&5 configure:1412: checking for MySQL support