This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:529: checking for gcc configure:606: checking whether the C compiler (cc -fno-common ) works configure:620: cc -o conftest -fno-common conftest.c 1>&5 configure:640: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:645: checking whether we are using GNU C configure:654: cc -E conftest.c configure:669: checking whether cc accepts -g configure:726: checking for a BSD compatible install configure:778: checking whether byte ordering is bigendian configure:796: cc -c -fno-common conftest.c 1>&5 configure:811: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:806: error: `not' undeclared (first use in this function) configure:806: error: (Each undeclared identifier is reported only once configure:806: error: for each function it appears in.) configure:806: error: parse error before "big" configure: failed program was: #line 800 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:868: checking for working const configure:922: cc -c -fno-common conftest.c 1>&5 configure:943: checking whether time.h and sys/time.h may both be included configure:957: cc -c -fno-common conftest.c 1>&5 configure:981: checking for socket configure:1009: cc -o conftest -fno-common conftest.c 1>&5 configure:1035: checking struct ip contains ip_csum configure:1054: cc -c -fno-common conftest.c 1>&5 configure: In function `main': configure:1049: error: structure has no member named `ip_csum' configure: failed program was: #line 1037 "configure" #include "confdefs.h" #ifdef __linux__ #define __BSD_SOURCE #define _BSD_SOURCE #endif #include #include #include #include int main() { struct ip ip; ip.ip_csum = 0; ; return 0; } configure:1080: checking operating system configure:1137: checking for main in -lnsl configure:1152: cc -o conftest -fno-common -I../libpcap-0.4 conftest.c -lnsl -L../libpcap-0.4 -lpcap 1>&5 ld: warning -L: directory name (../libpcap-0.4) does not exist ld: can't locate file for: -lnsl configure: failed program was: #line 1145 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:1180: checking for main in -lsocket configure:1195: cc -o conftest -fno-common -I../libpcap-0.4 conftest.c -lsocket -L../libpcap-0.4 -lpcap 1>&5 ld: warning -L: directory name (../libpcap-0.4) does not exist ld: can't locate file for: -lsocket configure: failed program was: #line 1188 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:1224: checking how to run the C preprocessor configure:1245: cc -E conftest.c >/dev/null 2>conftest.out configure:1285: checking for ANSI C header files configure:1298: cc -E conftest.c >/dev/null 2>conftest.out configure:1365: cc -o conftest -fno-common -I../libpcap-0.4 conftest.c -L../libpcap-0.4 -lpcap 1>&5 ld: warning -L: directory name (../libpcap-0.4) does not exist configure:1392: checking for pcap.h configure:1402: cc -E conftest.c >/dev/null 2>conftest.out