This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:573: checking host system type configure:594: checking target system type configure:612: checking build system type configure:643: checking for gcc configure:720: checking whether the C compiler (cc -fno-common ) works configure:734: cc -o conftest -fno-common conftest.c 1>&5 configure:754: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:759: checking whether we are using GNU C configure:783: checking whether cc accepts -g configure:812: checking for working const configure:914: checking for a BSD compatible install configure:964: checking whether make sets ${MAKE} configure:995: checking for ranlib configure:1029: checking for ar configure:1063: checking for ln configure:1096: checking for strerror configure:1124: cc -o conftest -fno-common conftest.c 1>&5 configure:1150: checking for pcap_open_live in -lpcap configure:1169: cc -o conftest -fno-common conftest.c -lpcap 1>&5 configure:1194: checking low-level packet interface type configure:1774: checking for build_ip in -lnet configure:1793: cc -o conftest -fno-common conftest.c -lnet 1>&5 ld: Undefined symbols: _build_ip configure: failed program was: #line 1782 "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 build_ip(); int main() { build_ip() ; return 0; } configure:1830: checking whether byte ordering is bigendian configure:1848: cc -c -fno-common conftest.c 1>&5 configure:1863: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1858: error: `not' undeclared (first use in this function) configure:1858: error: (Each undeclared identifier is reported only once configure:1858: error: for each function it appears in.) configure:1858: error: parse error before "big" configure: failed program was: #line 1852 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:1920: checking if unaligned accesses fail configure:1994: checking for sys/sockio.h configure:2004: conftest.c >/dev/null 2>conftest.out ./configure: line 1: conftest.c: command not found configure: failed program was: #line 1999 "configure" #include "confdefs.h" #include