This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:571: checking for a BSD compatible install configure:624: checking whether build environment is sane configure:681: checking whether make sets ${MAKE} configure:727: checking for working aclocal configure:740: checking for working autoconf configure:753: checking for working automake configure:766: checking for working autoheader configure:779: checking for working makeinfo configure:797: checking for perl5 configure:836: checking for gcc configure:949: checking whether the C compiler (cc -fno-common -L/usr/local/lib) works configure:965: cc -o conftest -fno-common -L/usr/local/lib conftest.c 1>&5 configure:991: checking whether the C compiler (cc -fno-common -L/usr/local/lib) is a cross-compiler configure:996: checking whether we are using GNU C configure:1005: cc -E conftest.c configure:1024: checking whether cc accepts -g configure:1060: checking for c++ configure:1092: checking whether the C++ compiler (c++ -I/usr/local/include -L/usr/local/lib) works configure:1108: c++ -o conftest -I/usr/local/include -L/usr/local/lib conftest.C 1>&5 configure:1134: checking whether the C++ compiler (c++ -I/usr/local/include -L/usr/local/lib) is a cross-compiler configure:1139: checking whether we are using GNU C++ configure:1148: c++ -E conftest.C configure:1167: checking whether c++ accepts -g configure:1201: checking for fgetln configure:1229: cc -o conftest -fno-common -L/usr/local/lib conftest.c 1>&5 configure:1261: checking for socket configure:1289: cc -o conftest -fno-common -L/usr/local/lib conftest.c 1>&5 configure:1363: checking for inet_ntoa configure:1391: cc -o conftest -fno-common -L/usr/local/lib conftest.c 1>&5 configure:1465: checking for inet_aton configure:1493: cc -o conftest -fno-common -L/usr/local/lib conftest.c 1>&5 configure:1559: checking for gzprintf in -lz configure:1578: cc -o conftest -fno-common -L/usr/local/lib conftest.c -lz 1>&5 configure:1607: checking for adns_submit in -ladns configure:1626: cc -o conftest -fno-common -L/usr/local/lib conftest.c -ladns -lz 1>&5 ld: table of contents for archive: /usr/local/lib/libadns.a is out of date; rerun ranlib(1) (can't load from it) configure: failed program was: #line 1615 "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 adns_submit(); int main() { adns_submit() ; return 0; }