This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:716: checking for gcc configure:829: checking whether the C compiler (gcc ) works configure:845: gcc -o conftest conftest.c 1>&5 configure:871: checking whether the C compiler (gcc ) is a cross-compiler configure:876: checking whether we are using GNU C configure:885: gcc -E conftest.c configure:904: checking whether gcc accepts -g configure:969: checking for Cygwin environment configure:985: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:981: error: `__CYGWIN32__' undeclared (first use in this function) configure:981: error: (Each undeclared identifier is reported only once configure:981: error: for each function it appears in.) configure: failed program was: #line 974 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1002: checking for mingw32 environment configure:1014: gcc -c -g -O2 conftest.c 1>&5 configure: In function `main': configure:1010: error: `__MINGW32__' undeclared (first use in this function) configure:1010: error: (Each undeclared identifier is reported only once configure:1010: error: for each function it appears in.) configure: failed program was: #line 1007 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1031: checking how to run the C preprocessor configure:1052: gcc -E conftest.c >/dev/null 2>conftest.out configure:1186: checking host system type configure:1207: checking build system type configure:1236: checking for ld used by GCC configure:1304: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.16.1 configure:1321: checking for /usr/bin/ld option to reload object files configure:1333: checking for BSD-compatible nm configure:1371: checking whether ln -s works configure:1392: checking how to recognise dependant libraries configure:1575: checking for object suffix configure:1581: gcc -c -g -O2 conftest.c 1>&5 configure:1601: checking for executable suffix configure:1611: gcc -o conftest -g -O2 conftest.c 1>&5 configure:1642: checking command to parse /usr/bin/nm -B output configure:1722: gcc -c -g -O2 conftest.c 1>&5 configure:1725: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm configure:1776: gcc -o conftest -g -O2 conftest.c conftstm.o 1>&5 configure:1825: checking for dlfcn.h configure:1835: gcc -E conftest.c >/dev/null 2>conftest.out configure:2003: checking for ranlib configure:2070: checking for strip configure:2585: checking for objdir configure:2612: checking for gcc option to produce PIC configure:2764: checking if gcc PIC flag -fPIC works configure:2778: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5 configure:2830: checking if gcc static flag -static works configure:2845: gcc -o conftest -g -O2 -static conftest.c 1>&5 configure:2872: checking if gcc supports -c -o file.o configure:2891: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5 configure:2920: checking if gcc supports -c -o file.lo configure:2938: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5 configure:2988: checking if gcc supports -fno-rtti -fno-exceptions configure:3001: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:3028: checking whether the linker (/usr/bin/ld) supports shared libraries configure:3712: checking how to hardcode library paths into programs configure:3740: checking whether stripping libraries is possible configure:3754: checking dynamic linker characteristics configure:4151: checking if libtool supports shared libraries configure:4155: checking whether to build shared libraries configure:4178: checking whether to build static libraries configure:4714: checking whether -lc should be explicitly linked in configure:4721: gcc -c -g -O2 conftest.c 1>&5 configure:4734: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 configure:5316: checking whether make sets ${MAKE} configure:5354: checking for a BSD compatible install configure:5433: checking for openpty in -lutil configure:5452: gcc -o conftest -g -O2 conftest.c -lutil 1>&5 configure:5476: checking for nessus-config configure:5530: checking for cp configure:5565: checking for mv configure:5600: checking for rm configure:5635: checking for gmake configure:5671: checking for make configure:5710: checking for echo configure:5745: checking for test configure:5780: checking for mkdir configure:5815: checking for cat configure:5850: checking for gzip configure:5898: checking for libnet_init in -lnet configure:5917: gcc -o conftest -g -O2 -I/usr/include/nessus -DNESSUS_ON_SSL -DHAVE_SSL -I/usr/include/openssl conftest.c -lnet -L/usr/lib -lnessus -lhosts_gatherer -lpcap-nessus -lutil -lnsl -lresolv -L/usr/lib -lssl -lcrypto -ldl 1>&5 /usr/bin/ld: cannot find -lnet collect2: ld returned 1 exit status configure: failed program was: #line 5906 "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 libnet_init(); int main() { libnet_init() ; return 0; }