This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:562: checking for a BSD compatible install configure:615: checking whether build environment is sane configure:672: checking whether make sets ${MAKE} configure:718: checking for working aclocal configure:731: checking for working autoconf configure:744: checking for working automake configure:757: checking for working autoheader configure:770: checking for working makeinfo configure:811: checking host system type configure:832: checking target system type configure:855: checking for gcc configure:968: checking whether the C compiler (cc -fno-common ) works configure:984: cc -o conftest -fno-common conftest.c 1>&5 configure:1010: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:1015: checking whether we are using GNU C configure:1024: cc -E conftest.c configure:1043: checking whether cc accepts -g configure:1078: checking for perl configure:1115: checking for sh configure:1150: checking how to run the C preprocessor configure:1171: cc -E conftest.c >/dev/null 2>conftest.out configure:1230: checking for AIX configure:1267: checking whether make sets ${MAKE} configure:1305: checking for a BSD compatible install configure:1376: checking for ANSI C header files configure:1389: cc -E conftest.c >/dev/null 2>conftest.out configure:1456: cc -o conftest -fno-common conftest.c 1>&5 configure:1480: checking for sys/wait.h that is POSIX.1 compatible configure:1501: cc -c -fno-common conftest.c 1>&5 configure:1525: checking for memory.h configure:1535: cc -E conftest.c >/dev/null 2>conftest.out configure:1565: checking for errno.h configure:1575: cc -E conftest.c >/dev/null 2>conftest.out configure:1605: checking for netinet/in.h configure:1615: cc -E conftest.c >/dev/null 2>conftest.out configure:1645: checking for sys/types.h configure:1655: cc -E conftest.c >/dev/null 2>conftest.out configure:1685: checking for sys/socket.h configure:1695: cc -E conftest.c >/dev/null 2>conftest.out configure:1725: checking for netdb.h configure:1735: cc -E conftest.c >/dev/null 2>conftest.out configure:1765: checking for arpa/nameser.h configure:1775: cc -E conftest.c >/dev/null 2>conftest.out configure:1805: checking for resolv.h configure:1815: cc -E conftest.c >/dev/null 2>conftest.out configure:1845: checking for signal.h configure:1855: cc -E conftest.c >/dev/null 2>conftest.out configure:1883: checking for working const configure:1937: cc -c -fno-common conftest.c 1>&5 configure:1958: checking for size_t configure:1992: checking return type of signal handlers configure:2014: cc -c -fno-common conftest.c 1>&5 configure:2036: checking for strchr configure:2064: cc -o conftest -fno-common conftest.c 1>&5 configure:2048: warning: conflicting types for built-in function `strchr' configure:2036: checking for memcpy configure:2064: cc -o conftest -fno-common conftest.c 1>&5 configure:2048: warning: conflicting types for built-in function `memcpy' configure:2036: checking for strstr configure:2064: cc -o conftest -fno-common conftest.c 1>&5 configure:2048: warning: conflicting types for built-in function `strstr' configure:2036: checking for strcmp configure:2064: cc -o conftest -fno-common conftest.c 1>&5 configure:2048: warning: conflicting types for built-in function `strcmp' configure:2036: checking for strncmp configure:2064: cc -o conftest -fno-common conftest.c 1>&5 configure:2048: warning: conflicting types for built-in function `strncmp' configure:2036: checking for strncpy configure:2064: cc -o conftest -fno-common conftest.c 1>&5 configure:2048: warning: conflicting types for built-in function `strncpy' configure:2036: checking for strlen configure:2064: cc -o conftest -fno-common conftest.c 1>&5 configure:2048: warning: conflicting types for built-in function `strlen' configure:2091: checking for strncasecmp configure:2119: cc -o conftest -fno-common conftest.c 1>&5 configure:2091: checking for strcasecmp configure:2119: cc -o conftest -fno-common conftest.c 1>&5 configure:2091: checking for strncmp configure:2146: checking for socket configure:2174: cc -o conftest -fno-common conftest.c 1>&5 configure:2249: checking for gethostbyname configure:2277: cc -o conftest -fno-common conftest.c 1>&5 configure:2351: checking for socket in -lsocket configure:2370: cc -o conftest -fno-common conftest.c -lsocket 1>&5 ld: can't locate file for: -lsocket configure: failed program was: #line 2359 "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:2399: checking for res_query in -lresolv configure:2418: cc -o conftest -fno-common conftest.c -lresolv -lnsl 1>&5 ld: can't locate file for: -lnsl configure: failed program was: #line 2407 "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 res_query(); int main() { res_query() ; return 0; }