This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:554: checking for gcc configure:667: checking whether the C compiler (gcc ) works configure:683: gcc -o conftest conftest.c 1>&5 configure:709: checking whether the C compiler (gcc ) is a cross-compiler configure:714: checking whether we are using GNU C configure:723: gcc -E conftest.c configure:742: checking whether gcc accepts -g configure:804: checking for a BSD compatible install configure:859: checking for ranlib configure:891: checking for bison configure:924: checking for flex configure:958: checking for yywrap in -lfl configure:977: gcc -o conftest -g -O2 conftest.c -lfl 1>&5 configure:1002: checking for perl configure:1038: checking for /sbin/start-stop-daemon configure:1064: checking for log in -lm configure:1083: gcc -o conftest -g -O2 conftest.c -lm 1>&5 configure:1076: warning: conflicting types for built-in function 'log' configure:1111: checking for accept in -lsocket configure:1130: gcc -o conftest -g -O2 conftest.c -lsocket -lm 1>&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure: failed program was: #line 1119 "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 accept(); int main() { accept() ; return 0; } configure:1158: checking for inet_ntoa in -lnsl configure:1177: gcc -o conftest -g -O2 conftest.c -lnsl -lm 1>&5 configure:1205: checking for pthread_create in -lpthread configure:1224: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -lm 1>&5 configure:1253: checking for pthread_create in -lc_r configure:1272: gcc -o conftest -g -O2 conftest.c -lc_r -lpthread -lnsl -lm 1>&5 /usr/bin/ld: cannot find -lc_r collect2: ld returned 1 exit status configure: failed program was: #line 1261 "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 pthread_create(); int main() { pthread_create() ; return 0; } configure:1295: checking for gzopen in -lz configure:1314: gcc -o conftest -g -O2 conftest.c -lz -lpthread -lnsl -lm 1>&5 configure:1344: checking for xml-config