This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:575: checking host system type configure:596: checking target system type configure:614: checking build system type configure:709: checking for gcc configure:822: checking whether the C compiler (gcc ) works configure:838: gcc -o conftest conftest.c 1>&5 configure:864: checking whether the C compiler (gcc ) is a cross-compiler configure:869: checking whether we are using GNU C configure:878: gcc -E conftest.c configure:897: checking whether gcc accepts -g configure:1056: checking how to run the C preprocessor configure:1077: gcc -E conftest.c >/dev/null 2>conftest.out configure:1140: checking for malloc.h configure:1150: gcc -E conftest.c >/dev/null 2>conftest.out configure:1140: checking for sys/select.h configure:1150: gcc -E conftest.c >/dev/null 2>conftest.out configure:1140: checking for sys/sockio.h configure:1150: gcc -E conftest.c >/dev/null 2>conftest.out configure:1146:24: sys/sockio.h: No such file or directory configure: failed program was: #line 1145 "configure" #include "confdefs.h" #include configure:1140: checking for net/route.h configure:1150: gcc -E conftest.c >/dev/null 2>conftest.out configure:1140: checking for net/if_dl.h configure:1150: gcc -E conftest.c >/dev/null 2>conftest.out configure:1146:23: net/if_dl.h: No such file or directory configure: failed program was: #line 1145 "configure" #include "confdefs.h" #include configure:1140: checking for inet/mib2.h configure:1150: gcc -E conftest.c >/dev/null 2>conftest.out configure:1146:23: inet/mib2.h: No such file or directory configure: failed program was: #line 1145 "configure" #include "confdefs.h" #include configure:1180: checking for strerror configure:1208: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1180: checking for usleep configure:1208: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1237: checking for setlinebuf configure:1265: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1351: checking for gethostbyname configure:1379: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1585: checking for socket configure:1613: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1721: checking for putmsg in -lstr configure:1740: gcc -o conftest -g -O2 conftest.c -lstr 1>&5 /usr/bin/ld: cannot find -lstr collect2: ld returned 1 exit status configure: failed program was: #line 1729 "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 putmsg(); int main() { putmsg() ; return 0; } configure:1827: checking routing table type configure:1843: checking for int32_t using gcc configure:1861: gcc -c -g -O2 conftest.c 1>&5 configure:1881: checking for u_int32_t using gcc configure:1899: gcc -c -g -O2 conftest.c 1>&5 configure:1977: checking if sockaddr struct has sa_len member configure:1991: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:1987: error: structure has no member named `sa_len' configure: failed program was: #line 1982 "configure" #include "confdefs.h" # include # include int main() { u_int i = sizeof(((struct sockaddr *)0)->sa_len) ; return 0; } configure:2012: checking if struct icmp has icmp_nextmtu configure:2038: gcc -c -g -O2 -Ilinux-include conftest.c 1>&5 configure:2086: checking for a BSD compatible install