This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:583: checking host system type configure:604: checking target system type configure:622: checking build system type configure:657: checking for a BSD compatible install configure:710: checking whether build environment is sane configure:767: checking whether make sets ${MAKE} configure:813: checking for working aclocal configure:826: checking for working autoconf configure:839: checking for working automake configure:852: checking for working autoheader configure:865: checking for working makeinfo configure:882: checking for gcc configure:995: checking whether the C compiler (cc -fno-common ) works configure:1011: cc -o conftest -fno-common -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c -L/lib/libnet10 -lnet 1>&5 configure:1037: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:1042: checking whether we are using GNU C configure:1051: cc -E conftest.c configure:1070: checking whether cc accepts -g configure:1122: checking how to run the C preprocessor configure:1127: cc -E -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c >/dev/null 2>conftest.out configure:1186: checking for ANSI C header files configure:1199: cc -E -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c >/dev/null 2>conftest.out configure:1266: cc -o conftest -fno-common -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c -L/lib/libnet10 -lnet 1>&5 configure:1308: checking for a BSD compatible install configure:1363: checking for makedepend configure:1398: checking for main in -lsocket configure:1413: cc -o conftest -fno-common -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c -lsocket -L/lib/libnet10 -lnet 1>&5 ld: can't locate file for: -lsocket configure: failed program was: #line 1406 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:1441: checking for main in -lresolv configure:1456: cc -o conftest -fno-common -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c -lresolv -L/lib/libnet10 -lnet 1>&5 configure:1484: checking for main in -lnsl configure:1499: cc -o conftest -fno-common -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c -lnsl -lresolv -L/lib/libnet10 -lnet 1>&5 ld: can't locate file for: -lnsl configure: failed program was: #line 1492 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:1527: checking for pcap_datalink in -lpcap configure:1546: cc -o conftest -fno-common -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c -lpcap -lresolv -L/lib/libnet10 -lnet 1>&5 configure:1568: checking for libnet_open_raw_sock in -lnet configure:1587: cc -o conftest -fno-common -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c -lnet -lresolv -L/lib/libnet10 -lnet 1>&5 configure:1646: checking for sys/sockio.h configure:1656: cc -E -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c >/dev/null 2>conftest.out configure:1646: checking for string.h configure:1656: cc -E -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c >/dev/null 2>conftest.out configure:1646: checking for strings.h configure:1656: cc -E -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c >/dev/null 2>conftest.out configure:1646: checking for bstring.h configure:1656: cc -E -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c >/dev/null 2>conftest.out configure:1652:21: bstring.h: No such file or directory configure: failed program was: #line 1651 "configure" #include "confdefs.h" #include configure:1646: checking for sys/ioctl.h configure:1656: cc -E -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c >/dev/null 2>conftest.out configure:1686: checking for sys/time.h configure:1696: cc -E -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c >/dev/null 2>conftest.out configure:1686: checking for sys/param.h configure:1696: cc -E -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c >/dev/null 2>conftest.out configure:1686: checking for netinet/in_systm.h configure:1696: cc -E -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c >/dev/null 2>conftest.out configure:1686: checking for netinet/in_system.h configure:1696: cc -E -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c >/dev/null 2>conftest.out configure:1692:31: netinet/in_system.h: No such file or directory configure: failed program was: #line 1691 "configure" #include "confdefs.h" #include configure:1726: checking for net/if.h configure:1736: cc -E -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c >/dev/null 2>conftest.out configure:1726: checking for unistd.h configure:1736: cc -E -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c >/dev/null 2>conftest.out configure:1763: checking whether time.h and sys/time.h may both be included configure:1777: cc -c -fno-common -I/usr -ILibnet-1.0.1b -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c 1>&5 configure:1799: checking whether byte ordering is bigendian configure:1817: cc -c -fno-common -I/usr -ILibnet-1.0.1b -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c 1>&5 configure:1832: cc -c -fno-common -I/usr -ILibnet-1.0.1b -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c 1>&5 configure: In function `main': configure:1827: error: `not' undeclared (first use in this function) configure:1827: error: (Each undeclared identifier is reported only once configure:1827: error: for each function it appears in.) configure:1827: error: parse error before "big" configure: failed program was: #line 1821 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:1890: checking for struct ip configure:1902: cc -c -fno-common -I/usr -ILibnet-1.0.1b -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c 1>&5 configure:1910: checking if struct ip has ip_sum field configure:1922: cc -c -fno-common -I/usr -ILibnet-1.0.1b -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c 1>&5 configure:1974: checking if struct sockaddr has sa_len field configure:1984: cc -c -fno-common -I/usr -ILibnet-1.0.1b -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c 1>&5 configure:2135: checking for memcpy configure:2163: cc -o conftest -fno-common -I/usr -ILibnet-1.0.1b -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c -L/usr/local/lib -L/usr/local/lib -lresolv -L/lib/libnet10 -lnet 1>&5 configure:2147: warning: conflicting types for built-in function `memcpy' configure:2135: checking for memset configure:2163: cc -o conftest -fno-common -I/usr -ILibnet-1.0.1b -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c -L/usr/local/lib -L/usr/local/lib -lresolv -L/lib/libnet10 -lnet 1>&5 configure:2147: warning: conflicting types for built-in function `memset' configure:2190: checking for getopt_long_only configure:2218: cc -o conftest -fno-common -I/usr -ILibnet-1.0.1b -DLIBNET_LIL_ENDIAN -I/include/libnet10 conftest.c -L/usr/local/lib -L/usr/local/lib -lresolv -L/lib/libnet10 -lnet 1>&5