This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --prefix=/arpa/ns/r/rdhatt/software/nmap ## --------- ## ## Platform. ## ## --------- ## hostname = sdf uname -m = alpha uname -r = 1.6.1_STABLE uname -s = NetBSD uname -v = NetBSD 1.6.1_STABLE (sdf) #0: Wed Apr 30 13:23:47 UTC 2003 address@hidden:/sys/netbsd/arch/alpha/compile/sdf /usr/bin/uname -p = alpha /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/bin PATH: /bin PATH: /usr/pkg/bin PATH: /usr/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1336: checking for gcc configure:1352: found /usr/bin/gcc configure:1362: result: gcc configure:1606: checking for C compiler version configure:1609: gcc --version &5 2.95.3 configure:1612: $? = 0 configure:1614: gcc -v &5 Using builtin specs. gcc version 2.95.3 20010315 (release) (NetBSD nb3) configure:1617: $? = 0 configure:1619: gcc -V &5 gcc: argument to `-V' is missing configure:1622: $? = 1 configure:1646: checking for C compiler default output configure:1649: gcc -L/usr/local/lib conftest.c >&5 configure:1652: $? = 0 configure:1698: result: a.out configure:1703: checking whether the C compiler works configure:1709: ./a.out configure:1712: $? = 0 configure:1729: result: yes configure:1736: checking whether we are cross compiling configure:1738: result: no configure:1741: checking for suffix of executables configure:1743: gcc -o conftest -L/usr/local/lib conftest.c >&5 configure:1746: $? = 0 configure:1771: result: configure:1777: checking for suffix of object files configure:1799: gcc -c conftest.c >&5 configure:1802: $? = 0 configure:1824: result: o configure:1828: checking whether we are using the GNU C compiler configure:1853: gcc -c conftest.c >&5 configure:1856: $? = 0 configure:1859: test -s conftest.o configure:1862: $? = 0 configure:1875: result: yes configure:1881: checking whether gcc accepts -g configure:1903: gcc -c -g conftest.c >&5 configure:1906: $? = 0 configure:1909: test -s conftest.o configure:1912: $? = 0 configure:1923: result: yes configure:1940: checking for gcc option to accept ANSI C configure:2001: gcc -c -g -O2 conftest.c >&5 configure:2004: $? = 0 configure:2007: test -s conftest.o configure:2010: $? = 0 configure:2028: result: none needed configure:2046: gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before `me' configure:2049: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2210: checking for g++ configure:2226: found /usr/bin/g++ configure:2236: result: g++ configure:2252: checking for C++ compiler version configure:2255: g++ --version &5 2.95.3 configure:2258: $? = 0 configure:2260: g++ -v &5 Using builtin specs. gcc version 2.95.3 20010315 (release) (NetBSD nb3) configure:2263: $? = 0 configure:2265: g++ -V &5 g++: argument to `-V' missing configure:2268: $? = 1 configure:2271: checking whether we are using the GNU C++ compiler configure:2296: g++ -c conftest.cc >&5 configure:2299: $? = 0 configure:2302: test -s conftest.o configure:2305: $? = 0 configure:2318: result: yes configure:2324: checking whether g++ accepts -g configure:2346: g++ -c -g conftest.cc >&5 configure:2349: $? = 0 configure:2352: test -s conftest.o configure:2355: $? = 0 configure:2366: result: yes configure:2410: g++ -c -g -O2 conftest.cc >&5 configure:2413: $? = 0 configure:2416: test -s conftest.o configure:2419: $? = 0 configure:2446: g++ -c -g -O2 conftest.cc >&5 configure:2449: $? = 0 configure:2452: test -s conftest.o configure:2455: $? = 0 configure:2516: checking build system type configure:2534: result: alpha-unknown-netbsd1.6.1. configure:2542: checking host system type configure:2556: result: alpha-unknown-netbsd1.6.1. configure:2725: checking for main in -lm configure:2750: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lm >&5 configure:2753: $? = 0 configure:2756: test -s conftest configure:2759: $? = 0 configure:2771: result: yes configure:2784: checking for gethostent configure:2834: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lm >&5 /var/tmp/ccFzXQ5B.o: In function `main': /arpa/ns/r/rdhatt/nmap-3.27/configure:2831: undefined reference to `gethostent' /var/tmp/ccFzXQ5B.o: In function `main': /arpa/ns/r/rdhatt/nmap-3.27/conftest.c(.sdata+0x0): undefined reference to `gethostent' configure:2837: $? = 1 configure: failed program was: | #line 2789 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define NETBSD 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gethostent (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gethostent (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_gethostent) || defined (__stub___gethostent) | choke me | #else | char (*f) () = gethostent; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != gethostent; | ; | return 0; | } configure:2854: result: no configure:2860: checking for gethostent in -lnsl configure:2891: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lnsl -lm >&5 ld: cannot find -lnsl configure:2894: $? = 1 configure: failed program was: | #line 2867 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define NETBSD 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gethostent (); | int | main () | { | gethostent (); | ; | return 0; | } configure:2912: result: no configure:2925: checking for setsockopt configure:2975: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lm >&5 configure:2978: $? = 0 configure:2981: test -s conftest configure:2984: $? = 0 configure:2995: result: yes configure:3067: checking for nanosleep configure:3117: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lm >&5 configure:3120: $? = 0 configure:3123: test -s conftest configure:3126: $? = 0 configure:3137: result: yes configure:3238: checking how to run the C preprocessor configure:3274: gcc -E conftest.c configure:3280: $? = 0 configure:3312: gcc -E conftest.c configure:3313: ac_nonexistent.h: No such file or directory configure:3318: $? = 1 configure: failed program was: | #line 3303 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define NETBSD 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:3356: result: gcc -E configure:3381: gcc -E conftest.c configure:3387: $? = 0 configure:3419: gcc -E conftest.c configure:3420: ac_nonexistent.h: No such file or directory configure:3425: $? = 1 configure: failed program was: | #line 3410 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define NETBSD 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | #include configure:3468: checking for egrep configure:3478: result: grep -E configure:3483: checking for ANSI C header files configure:3509: gcc -c -g -O2 conftest.c >&5 configure:3512: $? = 0 configure:3515: test -s conftest.o configure:3518: $? = 0 configure:3607: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lm >&5 configure:3610: $? = 0 configure:3612: ./conftest configure:3615: $? = 0 configure:3630: result: yes configure:3654: checking for sys/types.h configure:3671: gcc -c -g -O2 conftest.c >&5 configure:3674: $? = 0 configure:3677: test -s conftest.o configure:3680: $? = 0 configure:3691: result: yes configure:3654: checking for sys/stat.h configure:3671: gcc -c -g -O2 conftest.c >&5 configure:3674: $? = 0 configure:3677: test -s conftest.o configure:3680: $? = 0 configure:3691: result: yes configure:3654: checking for stdlib.h configure:3671: gcc -c -g -O2 conftest.c >&5 configure:3674: $? = 0 configure:3677: test -s conftest.o configure:3680: $? = 0 configure:3691: result: yes configure:3654: checking for string.h configure:3671: gcc -c -g -O2 conftest.c >&5 configure:3674: $? = 0 configure:3677: test -s conftest.o configure:3680: $? = 0 configure:3691: result: yes configure:3654: checking for memory.h configure:3671: gcc -c -g -O2 conftest.c >&5 configure:3674: $? = 0 configure:3677: test -s conftest.o configure:3680: $? = 0 configure:3691: result: yes configure:3654: checking for strings.h configure:3671: gcc -c -g -O2 conftest.c >&5 configure:3674: $? = 0 configure:3677: test -s conftest.o configure:3680: $? = 0 configure:3691: result: yes configure:3654: checking for inttypes.h configure:3671: gcc -c -g -O2 conftest.c >&5 configure:3674: $? = 0 configure:3677: test -s conftest.o configure:3680: $? = 0 configure:3691: result: yes configure:3654: checking for stdint.h configure:3671: gcc -c -g -O2 conftest.c >&5 configure:3674: $? = 0 configure:3677: test -s conftest.o configure:3680: $? = 0 configure:3691: result: yes configure:3654: checking for unistd.h configure:3671: gcc -c -g -O2 conftest.c >&5 configure:3674: $? = 0 configure:3677: test -s conftest.o configure:3680: $? = 0 configure:3691: result: yes configure:3719: checking pcap.h usability configure:3732: gcc -c -g -O2 conftest.c >&5 configure:3735: $? = 0 configure:3738: test -s conftest.o configure:3741: $? = 0 configure:3751: result: yes configure:3755: checking pcap.h presence configure:3766: gcc -E conftest.c configure:3772: $? = 0 configure:3791: result: yes configure:3827: checking for pcap.h configure:3834: result: yes configure:3839: checking for pcap_datalink in -lpcap configure:3870: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lpcap -lm >&5 configure:3873: $? = 0 configure:3876: test -s conftest configure:3879: $? = 0 configure:3891: result: yes configure:4126: checking if libpcap version is recent enough configure:4165: gcc -o conftest -g -O2 -L/usr/local/lib conftest.c -lpcap -lm >&5 configure:4168: $? = 0 configure:4170: ./conftest configure:4173: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 4132 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define NETBSD 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | | #include | extern char pcap_version[]; | int main() { | int major, minor; | sscanf(pcap_version,"%d.%d", &major, &minor); | if (major > 0) | exit(0); | if (minor > 4) | exit(0); | if (minor < 4) | exit(1); | if (pcap_version[3] > 'a') | exit(0); | if (pcap_version[3] == 'a') { | if(!sscanf(&pcap_version[4], "%d", &minor)) | exit(1); | if (minor >= 6) | exit(0); | else | exit(1); | } | exit(1); | } configure:4183: result: no configure:4214: checking for ANSI C header files configure:4361: result: yes configure:4386: checking for string.h configure:4391: result: yes configure:4395: checking getopt.h usability configure:4408: gcc -c -g -O2 conftest.c >&5 configure:4411: $? = 0 configure:4414: test -s conftest.o configure:4417: $? = 0 configure:4427: result: yes configure:4431: checking getopt.h presence configure:4442: gcc -E conftest.c configure:4448: $? = 0 configure:4467: result: yes configure:4503: checking for getopt.h configure:4510: result: yes configure:4386: checking for strings.h configure:4391: result: yes configure:4386: checking for memory.h configure:4391: result: yes configure:4395: checking sys/param.h usability configure:4408: gcc -c -g -O2 conftest.c >&5 configure:4411: $? = 0 configure:4414: test -s conftest.o configure:4417: $? = 0 configure:4427: result: yes configure:4431: checking sys/param.h presence configure:4442: gcc -E conftest.c configure:4448: $? = 0 configure:4467: result: yes configure:4503: checking for sys/param.h configure:4510: result: yes configure:4395: checking sys/sockio.h usability configure:4408: gcc -c -g -O2 conftest.c >&5 configure:4411: $? = 0 configure:4414: test -s conftest.o configure:4417: $? = 0 configure:4427: result: yes configure:4431: checking sys/sockio.h presence configure:4442: gcc -E conftest.c configure:4448: $? = 0 configure:4467: result: yes configure:4503: checking for sys/sockio.h configure:4510: result: yes configure:4395: checking netinet/if_ether.h usability configure:4408: gcc -c -g -O2 conftest.c >&5 In file included from /usr/include/netinet/if_ether.h:57, from configure:4458: /usr/include/net/if_ether.h:145: field `ec_if' has incomplete type /usr/include/net/if_ether.h:146: parse error before `LIST_HEAD' /usr/include/net/if_ether.h:146: warning: no semicolon at end of struct or union /usr/include/net/if_ether.h:156: parse error before `}' /usr/include/net/if_ether.h:185: parse error before `LIST_ENTRY' /usr/include/net/if_ether.h:185: warning: no semicolon at end of struct or union In file included from /usr/include/netinet/if_ether.h:61, from configure:4458: /usr/include/net/if_arp.h:89: field `arp_pa' has incomplete type /usr/include/net/if_arp.h:90: field `arp_ha' has incomplete type In file included from /usr/include/netinet/if_ether.h:64, from configure:4458: /usr/include/netinet/if_inarp.h:42: parse error before `LIST_ENTRY' /usr/include/netinet/if_inarp.h:42: warning: no semicolon at end of struct or union /usr/include/netinet/if_inarp.h:47: parse error before `}' /usr/include/netinet/if_inarp.h:53: field `sin_addr' has incomplete type /usr/include/netinet/if_inarp.h:54: field `sin_srcaddr' has incomplete type configure:4411: $? = 1 configure: failed program was: | #line 4397 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define NETBSD 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKIO_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4427: result: no configure:4431: checking netinet/if_ether.h presence configure:4442: gcc -E conftest.c configure:4448: $? = 0 configure:4467: result: yes configure:4487: WARNING: netinet/if_ether.h: present but cannot be compiled configure:4489: WARNING: netinet/if_ether.h: check for missing prerequisite headers? configure:4491: WARNING: netinet/if_ether.h: proceeding with the preprocessor's result configure:4503: checking for netinet/if_ether.h configure:4510: result: yes configure:4395: checking bstring.h usability configure:4408: gcc -c -g -O2 conftest.c >&5 configure:4459: bstring.h: No such file or directory configure:4411: $? = 1 configure: failed program was: | #line 4397 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define NETBSD 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4427: result: no configure:4431: checking bstring.h presence configure:4442: gcc -E conftest.c configure:4461: bstring.h: No such file or directory configure:4448: $? = 1 configure: failed program was: | #line 4433 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define NETBSD 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | /* end confdefs.h. */ | #include configure:4467: result: no configure:4503: checking for bstring.h configure:4510: result: no configure:4395: checking sys/time.h usability configure:4408: gcc -c -g -O2 conftest.c >&5 configure:4411: $? = 0 configure:4414: test -s conftest.o configure:4417: $? = 0 configure:4427: result: yes configure:4431: checking sys/time.h presence configure:4442: gcc -E conftest.c configure:4448: $? = 0 configure:4467: result: yes configure:4503: checking for sys/time.h configure:4510: result: yes configure:4395: checking pwd.h usability configure:4408: gcc -c -g -O2 conftest.c >&5 configure:4411: $? = 0 configure:4414: test -s conftest.o configure:4417: $? = 0 configure:4427: result: yes configure:4431: checking pwd.h presence configure:4442: gcc -E conftest.c configure:4448: $? = 0 configure:4467: result: yes configure:4503: checking for pwd.h configure:4510: result: yes configure:4386: checking for unistd.h configure:4391: result: yes configure:4523: checking whether time.h and sys/time.h may both be included configure:4549: gcc -c -g -O2 conftest.c >&5 configure:4552: $? = 0 configure:4555: test -s conftest.o configure:4558: $? = 0 configure:4569: result: yes configure:4583: checking for inline configure:4605: gcc -c -g -O2 conftest.c >&5 configure:4608: $? = 0 configure:4611: test -s conftest.o configure:4614: $? = 0 configure:4626: result: inline configure:4649: checking struct ip configure:4671: gcc -c -g -O2 conftest.c >&5 configure:4674: $? = 0 configure:4677: test -s conftest.o configure:4680: $? = 0 configure:4682: result: yes configure:4698: checking ip_v in struct ip configure:4720: gcc -c -g -O2 conftest.c >&5 configure:4723: $? = 0 configure:4726: test -s conftest.o configure:4729: $? = 0 configure:4731: result: yes configure:4803: checking if sockaddr{} has sa_len member configure:4827: gcc -c -g -O2 conftest.c >&5 configure:4830: $? = 0 configure:4833: test -s conftest.o configure:4836: $? = 0 configure:4847: result: yes configure:4856: checking whether byte ordering is bigendian configure:4884: gcc -c -g -O2 conftest.c >&5 configure:4887: $? = 0 configure:4890: test -s conftest.o configure:4893: $? = 0 configure:4918: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:4937: `not' undeclared (first use in this function) configure:4937: (Each undeclared identifier is reported only once configure:4937: for each function it appears in.) configure:4937: parse error before `big' configure:4921: $? = 1 configure: failed program was: | #line 4896 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define NETBSD 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define TIME_WITH_SYS_TIME 1 | #define BSD_NETWORKING 1 | #define HAVE_SOCKADDR_SA_LEN 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:5041: result: no configure:5061: checking if struct in_addr is a wacky huge structure (some Sun boxes) configure:5081: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:5102: structure has no member named `_S_un' configure:5084: $? = 1 configure: failed program was: | #line 5064 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define NETBSD 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define TIME_WITH_SYS_TIME 1 | #define BSD_NETWORKING 1 | #define HAVE_SOCKADDR_SA_LEN 1 | /* end confdefs.h. */ | #include | int | main () | { | struct in_addr i; i._S_un._S_addr; | ; | return 0; | } configure:5122: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:5143: structure has no member named `S_un' configure:5125: $? = 1 configure: failed program was: | #line 5104 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define NETBSD 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define TIME_WITH_SYS_TIME 1 | #define BSD_NETWORKING 1 | #define HAVE_SOCKADDR_SA_LEN 1 | /* end confdefs.h. */ | #include | #include | int | main () | { | struct in_addr i; i.S_un.S_addr; | ; | return 0; | } configure:5145: result: no configure:5152: checking if struct icmp exists configure:5183: gcc -c -g -O2 conftest.c >&5 configure:5186: $? = 0 configure:5189: test -s conftest.o configure:5192: $? = 0 configure:5203: result: yes configure:5212: checking if struct ip exists configure:5242: gcc -c -g -O2 conftest.c >&5 configure:5245: $? = 0 configure:5248: test -s conftest.o configure:5251: $? = 0 configure:5262: result: yes configure:5271: checking if struct ip has ip_sum member configure:5302: gcc -c -g -O2 conftest.c >&5 configure:5305: $? = 0 configure:5308: test -s conftest.o configure:5311: $? = 0 configure:5322: result: yes configure:5345: checking for bzero configure:5395: gcc -o conftest -g -O2 -Llibpcap-possiblymodified -L/usr/local/lib conftest.c -lpcap -lm >&5 configure:5398: $? = 0 configure:5401: test -s conftest configure:5404: $? = 0 configure:5415: result: yes configure:5345: checking for snprintf configure:5395: gcc -o conftest -g -O2 -Llibpcap-possiblymodified -L/usr/local/lib conftest.c -lpcap -lm >&5 configure:5398: $? = 0 configure:5401: test -s conftest configure:5404: $? = 0 configure:5415: result: yes configure:5345: checking for vsnprintf configure:5395: gcc -o conftest -g -O2 -Llibpcap-possiblymodified -L/usr/local/lib conftest.c -lpcap -lm >&5 configure:5398: $? = 0 configure:5401: test -s conftest configure:5404: $? = 0 configure:5415: result: yes configure:5345: checking for memcpy configure:5395: gcc -o conftest -g -O2 -Llibpcap-possiblymodified -L/usr/local/lib conftest.c -lpcap -lm >&5 configure:5406: warning: conflicting types for built-in function `memcpy' configure:5398: $? = 0 configure:5401: test -s conftest configure:5404: $? = 0 configure:5415: result: yes configure:5345: checking for usleep configure:5395: gcc -o conftest -g -O2 -Llibpcap-possiblymodified -L/usr/local/lib conftest.c -lpcap -lm >&5 configure:5398: $? = 0 configure:5401: test -s conftest configure:5404: $? = 0 configure:5415: result: yes configure:5345: checking for nanosleep configure:5415: result: yes configure:5345: checking for strerror configure:5395: gcc -o conftest -g -O2 -Llibpcap-possiblymodified -L/usr/local/lib conftest.c -lpcap -lm >&5 configure:5398: $? = 0 configure:5401: test -s conftest configure:5404: $? = 0 configure:5415: result: yes configure:5345: checking for strcasestr configure:5395: gcc -o conftest -g -O2 -Llibpcap-possiblymodified -L/usr/local/lib conftest.c -lpcap -lm >&5 /var/tmp/ccRKTjIq.o: In function `main': /arpa/ns/r/rdhatt/nmap-3.27/configure:5426: undefined reference to `strcasestr' /var/tmp/ccRKTjIq.o: In function `main': /arpa/ns/r/rdhatt/nmap-3.27/conftest.c(.sdata+0x0): undefined reference to `strcasestr' configure:5398: $? = 1 configure: failed program was: | #line 5350 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define NETBSD 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define TIME_WITH_SYS_TIME 1 | #define BSD_NETWORKING 1 | #define HAVE_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ICMP 1 | #define HAVE_STRUCT_IP 1 | #define HAVE_IP_IP_SUM 1 | #define HAVE_BZERO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_MEMCPY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRERROR 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strcasestr (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strcasestr (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_strcasestr) || defined (__stub___strcasestr) | choke me | #else | char (*f) () = strcasestr; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != strcasestr; | ; | return 0; | } configure:5415: result: no configure:5345: checking for inet_aton configure:5395: gcc -o conftest -g -O2 -Llibpcap-possiblymodified -L/usr/local/lib conftest.c -lpcap -lm >&5 configure:5398: $? = 0 configure:5401: test -s conftest configure:5404: $? = 0 configure:5415: result: yes configure:5345: checking for getopt_long_only configure:5395: gcc -o conftest -g -O2 -Llibpcap-possiblymodified -L/usr/local/lib conftest.c -lpcap -lm >&5 /var/tmp/ccpgDc4R.o: In function `main': /arpa/ns/r/rdhatt/nmap-3.27/configure:5427: undefined reference to `getopt_long_only' /var/tmp/ccpgDc4R.o: In function `main': /arpa/ns/r/rdhatt/nmap-3.27/conftest.c(.sdata+0x0): undefined reference to `getopt_long_only' configure:5398: $? = 1 configure: failed program was: | #line 5350 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define NETBSD 1 | #define HAVE_LIBM 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_STRING_H 1 | #define HAVE_GETOPT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKIO_H 1 | #define HAVE_NETINET_IF_ETHER_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UNISTD_H 1 | #define TIME_WITH_SYS_TIME 1 | #define BSD_NETWORKING 1 | #define HAVE_SOCKADDR_SA_LEN 1 | #define HAVE_STRUCT_ICMP 1 | #define HAVE_STRUCT_IP 1 | #define HAVE_IP_IP_SUM 1 | #define HAVE_BZERO 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_MEMCPY 1 | #define HAVE_USLEEP 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_STRERROR 1 | #define HAVE_INET_ATON 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getopt_long_only (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char getopt_long_only (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_getopt_long_only) || defined (__stub___getopt_long_only) | choke me | #else | char (*f) () = getopt_long_only; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != getopt_long_only; | ; | return 0; | } configure:5415: result: no configure:5459: checking for gtk-config configure:5490: result: no configure:5497: checking If you have GTK+ installed configure:5500: result: no configure:5502: WARNING: Gtk+ has not been installed -> nmapfe will not be made configure:5632: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on sdf config.status:629: creating Makefile config.status:732: creating config.h configure:6677: configuring in nbase configure:6761: running /usr/pkg/bin/bash './configure' --prefix=/arpa/ns/r/rdhatt/software/nmap '--prefix=/arpa/ns/r/rdhatt/software/nmap' --cache-file=/dev/null --srcdir=. configure:6677: configuring in libpcap-possiblymodified configure:6761: running /usr/pkg/bin/bash './configure' --prefix=/arpa/ns/r/rdhatt/software/nmap '--prefix=/arpa/ns/r/rdhatt/software/nmap' --cache-file=/dev/null --srcdir=. configure:6677: configuring in nbase configure:6761: running /usr/pkg/bin/bash './configure' --prefix=/arpa/ns/r/rdhatt/software/nmap '--prefix=/arpa/ns/r/rdhatt/software/nmap' --cache-file=/dev/null --srcdir=. configure:6677: configuring in libpcap-possiblymodified configure:6761: running /usr/pkg/bin/bash './configure' --prefix=/arpa/ns/r/rdhatt/software/nmap '--prefix=/arpa/ns/r/rdhatt/software/nmap' --cache-file=/dev/null --srcdir=. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=alpha-unknown-netbsd1.6.1. ac_cv_build_alias=alpha-unknown-netbsd1.6.1. ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_bzero=yes ac_cv_func_gethostent=no ac_cv_func_getopt_long_only=no ac_cv_func_inet_aton=yes ac_cv_func_memcpy=yes ac_cv_func_nanosleep=yes ac_cv_func_setsockopt=yes ac_cv_func_snprintf=yes ac_cv_func_strcasestr=no ac_cv_func_strerror=yes ac_cv_func_usleep=yes ac_cv_func_vsnprintf=yes ac_cv_header_bstring_h=no ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_netinet_if_ether_h=yes ac_cv_header_pcap_h=yes ac_cv_header_pwd_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_sockio_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=alpha-unknown-netbsd1.6.1. ac_cv_host_alias=alpha-unknown-netbsd1.6.1. ac_cv_ip_has_ip_sum=yes ac_cv_lib_m_main=yes ac_cv_lib_nsl_gethostent=no ac_cv_lib_pcap_pcap_datalink=yes ac_cv_objext=o ac_cv_path_GTK_CONFIG=no ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_sockaddr_has_sa_len=yes ac_cv_struct_icmp_exists=yes ac_cv_struct_ip_exists=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='gcc' CFLAGS='-g -O2' COMPAT_OBJS='' COMPAT_SRCS='' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXFLAGS='-g -O2 -Wall -Ilibpcap-possiblymodified -Inbase' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GTK_CONFIG='no' INSTALLNMAPFE='install-nmapfe' LDFLAGS='-Llibpcap-possiblymodified -L/usr/local/lib -Lnbase' LIBOBJS='' LIBS='-lpcap -lm -lnbase' LTLIBOBJS='' NBASEDIR='nbase' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PCAP_CLEAN='pcap_clean' PCAP_DEPENDS='$(LIBPCAPDIR)/libpcap.a' PCAP_DIST_CLEAN='pcap_dist_clean' SHELL='/usr/pkg/bin/bash' TARGETNMAPFE='nmapfe/nmapfe' ac_ct_CC='gcc' ac_ct_CXX='g++' bindir='${exec_prefix}/bin' build='alpha-unknown-netbsd1.6.1.' build_alias='' build_cpu='alpha' build_os='netbsd1.6.1.' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='alpha-unknown-netbsd1.6.1.' host_alias='' host_cpu='alpha' host_os='netbsd1.6.1.' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libpcapdir='libpcap-possiblymodified' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/arpa/ns/r/rdhatt/software/nmap' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='nbase libpcap-possiblymodified nbase libpcap-possiblymodified ' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define BSD_NETWORKING 1 #define HAVE_BZERO 1 #define HAVE_GETOPT_H 1 #define HAVE_INET_ATON 1 #define HAVE_INTTYPES_H 1 #define HAVE_IP_IP_SUM 1 #define HAVE_LIBM 1 #define HAVE_MEMCPY 1 #define HAVE_MEMORY_H 1 #define HAVE_MEMORY_H 1 #define HAVE_NANOSLEEP 1 #define HAVE_NETINET_IF_ETHER_H 1 #define HAVE_PWD_H 1 #define HAVE_SNPRINTF 1 #define HAVE_SOCKADDR_SA_LEN 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRERROR 1 #define HAVE_STRINGS_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_STRUCT_ICMP 1 #define HAVE_STRUCT_IP 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKIO_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_USLEEP 1 #define HAVE_VSNPRINTF 1 #define NETBSD 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 configure: exit 0