This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:552: checking for gcc configure:665: checking whether the C compiler (gcc ) works configure:681: gcc -o conftest conftest.c 1>&5 configure:707: checking whether the C compiler (gcc ) is a cross-compiler configure:712: checking whether we are using GNU C configure:721: gcc -E conftest.c configure:740: checking whether gcc accepts -g configure:802: checking for a BSD compatible install configure:857: checking for ranlib configure:889: checking for bison configure:922: checking for flex configure:956: checking for yywrap in -lfl configure:975: gcc -o conftest -g -O2 conftest.c -lfl 1>&5 configure:1000: checking for perl configure:1036: checking for /sbin/start-stop-daemon configure:1062: checking for log in -lm configure:1081: gcc -o conftest -g -O2 conftest.c -lm 1>&5 configure:1074: warning: conflicting types for built-in function 'log' configure:1109: checking for accept in -lsocket configure:1128: 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 1117 "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:1156: checking for inet_ntoa in -lnsl configure:1175: gcc -o conftest -g -O2 conftest.c -lnsl -lm 1>&5 configure:1203: checking for pthread_create in -lpthread configure:1222: gcc -o conftest -g -O2 conftest.c -lpthread -lnsl -lm 1>&5 configure:1251: checking for pthread_create in -lc_r configure:1270: 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 1259 "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:1293: checking for gzopen in -lz configure:1312: gcc -o conftest -g -O2 conftest.c -lz -lpthread -lnsl -lm 1>&5 configure:1342: checking for xml-config