Nmap Development mailing list archives

compile error on Ubuntu


From: Matthew Raspberry <matt.raspberry () gmail com>
Date: Mon, 11 Jan 2010 05:00:10 -0600

I am unable to compile Nmap on Ubuntu.

$ svn info
Path: .
URL: svn://svn.insecure.org/nmap
Repository Root: svn://svn.insecure.org
Repository UUID: e0a8ed71-7df4-0310-8962-fdc924857419
Revision: 16437
Node Kind: directory
Schedule: normal
Last Changed Author: david
Last Changed Rev: 16436
Last Changed Date: 2010-01-11 01:21:08 -0600 (Mon, 11 Jan 2010)

checking whether NLS is requested... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for inline... inline
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for __func__... yes
checking for strip... /usr/bin/strip
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for library containing setsockopt... none required
checking for library containing gethostbyname... none required
checking for a Python interpreter with version >= 2.4... python
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory...
${prefix}/lib/python2.6/dist-packages
checking for python extension module directory...
${exec_prefix}/lib/python2.6/dist-packages
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking pcap.h usability... no
checking pcap.h presence... no
checking for pcap.h... no
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking pcre/pcre.h usability... no
checking pcre/pcre.h presence... no
checking for pcre/pcre.h... no
checking for library containing dlopen... -ldl
checking lua.h usability... no
checking lua.h presence... no
checking for lua.h... no
checking lua/lua.h usability... no
checking lua/lua.h presence... no
checking for lua/lua.h... no
checking lua5.1/lua.h usability... no
checking lua5.1/lua.h presence... no
checking for lua5.1/lua.h... no
checking for lua version >= 501... no
checking if sockaddr{} has sa_len member... no
checking whether byte ordering is bigendian... no
checking if struct in_addr is a wacky huge structure (some Sun boxes)... no
checking if struct icmp exists... yes
checking if struct ip exists... yes
checking if struct ip has ip_sum member... yes
checking for strerror... yes
checking for type of 6th argument to recvfrom()... socklen_t
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nmap_config.h
=== configuring in libpcap (/home/mraspberry/nmap/libpcap)
configure: running /bin/bash ./configure --disable-option-checking
'--prefix=/usr/local'  '--without-zenmap' --cache-file=/dev/null --srcdir=.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking gcc version... 4
checking for inline... inline
checking for __attribute__... yes
checking for u_int8_t using gcc... yes
checking for u_int16_t using gcc... yes
checking for u_int32_t using gcc... yes
checking for u_int64_t using gcc... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGEFILE_SOURCE value needed for large files... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/ioccom.h usability... no
checking sys/ioccom.h presence... no
checking for sys/ioccom.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking for net/pfvar.h... no
checking for netinet/if_ether.h... yes
checking for ANSI ioctl definitions... yes
checking for strerror... yes
checking for strlcpy... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing putmsg... none required
checking for ether_hostton... yes
checking whether ether_hostton is declared... no
checking netinet/ether.h usability... yes
checking netinet/ether.h presence... yes
checking for netinet/ether.h... yes
checking whether ether_hostton is declared... yes
checking if --disable-protochain option is specified... enabled
checking packet capture type... linux
checking Linux kernel version... 2
checking for linux/wireless.h... no
checking if if_packet.h has tpacket_stats defined... yes
checking if tpacket_auxdata struct has tp_vlan_tci member... no
checking for getifaddrs... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for socklen_t... yes
checking for getaddrinfo... yes
checking whether to build optimizer debugging code... no
checking whether to build parser debugging code... no
checking whether we have /proc/net/dev... yes
checking whether we have DAG API headers... no (/usr/local/include)
checking whether we have the DAG API... no
checking whether we have Septel API... no
checking for ranlib... ranlib
checking if sockaddr struct has sa_len member... no
checking if sockaddr_storage struct exists... yes
checking if dl_hp_ppa_info_t struct has dl_module_id_1 member... no
checking if unaligned accesses fail... no
checking for USB sniffing support... yes
configure: Device for USB sniffing is /dev/usbmon
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
configure: Bluetooth sniffing is not supported; install bluez-lib devel to
enable it
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pcap-filter.manmisc
config.status: creating pcap-linktype.manmisc
config.status: creating pcap-savefile.manfile
config.status: creating pcap.3pcap
config.status: creating pcap_compile.3pcap
config.status: creating pcap_datalink.3pcap
config.status: creating pcap_dump_open.3pcap
config.status: creating pcap_list_datalinks.3pcap
config.status: creating pcap_open_dead.3pcap
config.status: creating pcap_open_offline.3pcap
config.status: creating config.h
=== configuring in libpcre (/home/mraspberry/nmap/libpcre)
configure: running /bin/bash ./configure --disable-option-checking
'--prefix=/usr/local'  '--without-zenmap' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for long long... yes
checking for unsigned long long... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
checking for strtoq... yes
checking for strtoll... yes
checking for _strtoi64... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
checking bzlib.h usability... no
checking bzlib.h presence... no
checking for bzlib.h... no
checking for BZ2_bzopen in -lbz2... no
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
checking readline/history.h usability... no
checking readline/history.h presence... no
checking for readline/history.h... no
checking for readline in -lreadline... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pcre-config
config.status: creating pcre.h
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing script-chmod commands
=== configuring in libdnet-stripped (/home/mraspberry/nmap/libdnet-stripped)
configure: running /bin/bash ./configure --disable-option-checking
'--prefix=/usr/local'  '--without-zenmap' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for Python... checking for gethostbyname... yes
checking for socket... yes
checking for putmsg in -lstr... no
checking for open_mib in -lnm... no
checking for Check... no
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking sys/bufmod.h usability... no
checking sys/bufmod.h presence... no
checking for sys/bufmod.h... no
checking sys/dlpi.h usability... no
checking sys/dlpi.h presence... no
checking for sys/dlpi.h... no
checking sys/dlpihdr.h usability... no
checking sys/dlpihdr.h presence... no
checking for sys/dlpihdr.h... no
checking sys/dlpi_ext.h usability... no
checking sys/dlpi_ext.h presence... no
checking for sys/dlpi_ext.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mib.h usability... no
checking sys/mib.h presence... no
checking for sys/mib.h... no
checking sys/ndd_var.h usability... no
checking sys/ndd_var.h presence... no
checking for sys/ndd_var.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking net/bpf.h usability... no
checking net/bpf.h presence... no
checking for net/bpf.h... no
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking net/if_var.h usability... no
checking net/if_var.h presence... no
checking for net/if_var.h... no
checking net/if_arp.h usability... yes
checking net/if_arp.h presence... yes
checking for net/if_arp.h... yes
checking net/if_dl.h usability... no
checking net/if_dl.h presence... no
checking for net/if_dl.h... no
checking net/pfilt.h usability... no
checking net/pfilt.h presence... no
checking for net/pfilt.h... no
checking net/pfvar.h usability... no
checking net/pfvar.h presence... no
checking for net/pfvar.h... no
checking net/radix.h usability... no
checking net/radix.h presence... no
checking for net/radix.h... no
checking net/raw.h usability... no
checking net/raw.h presence... no
checking for net/raw.h... no
checking net/route.h usability... yes
checking net/route.h presence... yes
checking for net/route.h... yes
checking netinet/in_var.h usability... no
checking netinet/in_var.h presence... no
checking for netinet/in_var.h... no
checking net/if_tun.h usability... no
checking net/if_tun.h presence... no
checking for net/if_tun.h... no
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking netinet/ip_fw.h usability... no
checking netinet/ip_fw.h presence... no
checking for netinet/ip_fw.h... no
checking linux/ip_fw.h usability... no
checking linux/ip_fw.h presence... no
checking for linux/ip_fw.h... no
checking linux/ip_fwchains.h usability... no
checking linux/ip_fwchains.h presence... no
checking for linux/ip_fwchains.h... no
checking linux/netfilter_ipv4/ipchains_core.h usability... no
checking linux/netfilter_ipv4/ipchains_core.h presence... no
checking for linux/netfilter_ipv4/ipchains_core.h... no
checking ip_fil_compat.h usability... no
checking ip_fil_compat.h presence... no
checking for ip_fil_compat.h... no
checking netinet/ip_fil_compat.h usability... no
checking netinet/ip_fil_compat.h presence... no
checking for netinet/ip_fil_compat.h... no
checking ip_compat.h usability... no
checking ip_compat.h presence... no
checking for ip_compat.h... no
checking netinet/ip_compat.h usability... no
checking netinet/ip_compat.h presence... no
checking for netinet/ip_compat.h... no
checking ip_fil.h usability... no
checking ip_fil.h presence... no
checking for ip_fil.h... no
checking netinet/ip_fil.h usability... no
checking netinet/ip_fil.h presence... no
checking for netinet/ip_fil.h... no
checking hpsecurity.h usability... no
checking hpsecurity.h presence... no
checking for hpsecurity.h... no
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking for sockaddr_in6 struct in <netinet/in.h>... yes
checking for sa_len in sockaddr struct... no
checking for arp_dev in arpreq struct... yes
checking for rt_msghdr struct in <net/route.h>... no
checking whether gcc needs -traditional... no
checking for socklen_t... yes
checking for working memcmp... yes
checking for err... yes
checking for strlcat... no
checking for strlcpy... no
checking for strsep... yes
checking for Berkeley Packet Filter... no
checking for Linux proc filesystem... yes
checking for Linux PF_PACKET sockets... yes
checking for SNMP MIB2 STREAMS... no
checking for route(7) STREAMS... no
checking for arp(7) ioctls... yes
checking for raw IP sockets ip_{len,off} host byte ordering... no
checking for cooked raw IP sockets... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dnet-config
config.status: creating include/Makefile
config.status: creating include/dnet/Makefile
config.status: creating src/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
=== configuring in nbase (/home/mraspberry/nmap/nbase)
configure: running /bin/bash ./configure --disable-option-checking
'--prefix=/usr/local'  '--without-zenmap' --cache-file=/dev/null --srcdir=.
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for strings.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for sys/stat.h... (cached) yes
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for inttypes.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for __attribute__... yes
checking whether byte ordering is bigendian... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for nanosleep... yes
checking for strerror... yes
checking for strcasestr... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for signal... yes
checking for vsnprintf... (cached) yes
checking for snprintf... (cached) yes
checking for asprintf... yes
checking for asnprintf... no
checking for vasprintf... yes
checking for vasnprintf... no
checking for getopt... yes
checking for getopt_long_only... yes
checking for usleep... yes
checking for gettimeofday... yes
checking for sleep... yes
checking for getopt_long_only... (cached) yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for library containing getaddrinfo... none required
checking for library containing gai_strerror... none required
checking for library containing getnameinfo... none required
checking for gai_strerror... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for working getaddrinfo... yes
checking for library containing inet_addr... none required
checking for working getnameinfo... yes
checking for sockaddr_in6... yes
checking for sockaddr_storage... yes
checking for AF_INET6 definition... yes
checking for IPv6 support... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/rand.h usability... yes
checking openssl/rand.h presence... yes
checking for openssl/rand.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nbase_config.h
=== configuring in nsock/src (/home/mraspberry/nmap/nsock/src)
configure: running /bin/bash ./configure --disable-option-checking
'--prefix=/usr/local'  '--without-zenmap' --cache-file=/dev/null --srcdir=.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking for gethostent... yes
checking for setsockopt... yes
checking for nanosleep... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking for library containing dlopen... -ldl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nsock_config.h
=== configuring in ncat (/home/mraspberry/nmap/ncat)
configure: running /bin/bash ./configure --disable-option-checking
'--prefix=/usr/local'  '--without-zenmap' --cache-file=/dev/null --srcdir=.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for unistd.h... (cached) yes
checking whether stat file-mode macros are broken... no
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for dup2... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strtol... yes
checking for library containing setsockopt... none required
checking for library containing gethostbyname... none required
checking for library containing dlopen... -ldl
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/rand.h usability... yes
checking openssl/rand.h presence... yes
checking for openssl/rand.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
            .       .
            \`-"'"-'/
             } 6 6 {
            ==. Y ,==
              /^^^\  .
             /     \  )  Ncat: A modern interpretation of classic Netcat
            (  )-(  )/
            -""---""---   /
           /   Ncat    \_/
          (     ____
           \_.=|____E
Configuration complete.
   (  )   /\   _                 (
    \ |  (  \ ( \.(               )                      _____
  \  \ \  `  `   ) \             (  ___                 / _   \
 (_`    \+   . x  ( .\            \/   \____-----------/ (o)   \_
- .-               \+  ;          (  O                           \____
(__                +- .( -'.- <.   \_____________  `              \  /
(_____            ._._: <_ - <- _- _  VVVVVVV VV V\                \/
  .    /./.+-  . .- /  +--  - .    (--_AAAAAAA__A_/                |
  (__ ' /x  / x _/ (                \______________//_              \_______
 , x / ( '  . / .  /                                  \___'          \     /
    /  /  _/ /    +                                       |           \   /
   '  (__/                                               /              \/
                                                       /                  \
             NMAP IS A POWERFUL TOOL -- USE CAREFULLY AND RESPONSIBLY
Configuration complete.  Type make (or gmake on some *BSD machines) to
compile.

g++ -MM -Iliblua -Ilibdnet-stripped/include -Ilibpcre  -Ilibpcap -Inbase
-Insock/include main.cc nmap.cc targets.cc tcpip.cc nmap_error.cc utils.cc
idle_scan.cc osscan.cc osscan2.cc output.cc payload.cc scan_engine.cc
timing.cc charpool.cc services.cc protocols.cc nmap_rpc.cc portlist.cc
NmapOps.cc TargetGroup.cc Target.cc FingerPrintResults.cc service_scan.cc
NmapOutputTable.cc MACLookup.cc nmap_tty.cc nmap_dns.cc traceroute.cc
portreasons.cc nse_main.cc nse_nsock.cc nse_fs.cc nse_nmaplib.cc
nse_debug.cc nse_pcrelib.cc nse_binlib.cc nse_bit.cc nse_openssl.cc
nse_ssl_cert.cc  > makefile.dep
Compiling liblua
make[1]: Entering directory `/home/mraspberry/nmap/liblua'
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lapi.o lapi.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lcode.o lcode.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o ldebug.o
ldebug.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o ldo.o ldo.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o ldump.o ldump.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lfunc.o lfunc.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lgc.o lgc.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o llex.o llex.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lmem.o lmem.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lobject.o
lobject.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lopcodes.o
lopcodes.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lparser.o
lparser.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lstate.o
lstate.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lstring.o
lstring.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o ltable.o
ltable.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o ltm.o ltm.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lundump.o
lundump.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lvm.o lvm.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lzio.o lzio.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lauxlib.o
lauxlib.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lbaselib.o
lbaselib.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o ldblib.o
ldblib.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o liolib.o
liolib.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lmathlib.o
lmathlib.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o loslib.o
loslib.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o ltablib.o
ltablib.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o lstrlib.o
lstrlib.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o loadlib.o
loadlib.c
gcc -O2 -Wall -g -O2 -Wall -fno-strict-aliasing   -DHAVE_CONFIG_H
-DNMAP_NAME="Nmap" -DNMAP_URL="http://nmap.org";
-DNMAP_PLATFORM="i686-pc-linux-gnu" -DNMAPDATADIR="/usr/local/share/nmap"
-D_FORTIFY_SOURCE=2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN   -c -o linit.o linit.c
ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o
lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o
lundump.o lvm.o lzio.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o
loslib.o ltablib.o lstrlib.o loadlib.o linit.o
ranlib liblua.a
make[1]: Leaving directory `/home/mraspberry/nmap/liblua'
Compiling libpcap
make[1]: Entering directory `/home/mraspberry/nmap/libpcap'
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c ./pcap-linux.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c ./pcap-usb-linux.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c ./fad-getad.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c ./pcap.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c ./inet.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c ./gencode.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c ./optimize.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c ./nametoaddr.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c ./etherent.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c ./savefile.c
rm -f bpf_filter.c
ln -s ./bpf/net/bpf_filter.c bpf_filter.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c bpf_filter.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c ./bpf_image.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c ./bpf_dump.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c scanner.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-Dyylval=pcap_lval -c grammar.c
gcc -g -O2 -O2 -fPIC -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))"
-c version.c
ar rc libpcap.a pcap-linux.o pcap-usb-linux.o fad-getad.o pcap.o inet.o
gencode.o optimize.o nametoaddr.o etherent.o savefile.o bpf_filter.o
bpf_image.o bpf_dump.o  scanner.o grammar.o version.o
ranlib libpcap.a
sed -e 's|@includedir[@]|/usr/local/include|g' \
        -e 's|@libdir[@]|/usr/local/lib|g' \
        -e 's|@DEPLIBS[@]||g' \
        pcap-config.in >pcap-config.tmp
mv pcap-config.tmp pcap-config
chmod a+x pcap-config
make[1]: Leaving directory `/home/mraspberry/nmap/libpcap'
Compiling libpcre
make[1]: Entering directory `/home/mraspberry/nmap/libpcre'
make  all-am
make[2]: Entering directory `/home/mraspberry/nmap/libpcre'
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_compile.o -MD -MP -MF
.deps/pcre_compile.Tpo -c -o pcre_compile.o pcre_compile.c
mv -f .deps/pcre_compile.Tpo .deps/pcre_compile.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_config.o -MD -MP -MF
.deps/pcre_config.Tpo -c -o pcre_config.o pcre_config.c
mv -f .deps/pcre_config.Tpo .deps/pcre_config.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_dfa_exec.o -MD -MP -MF
.deps/pcre_dfa_exec.Tpo -c -o pcre_dfa_exec.o pcre_dfa_exec.c
mv -f .deps/pcre_dfa_exec.Tpo .deps/pcre_dfa_exec.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_exec.o -MD -MP -MF
.deps/pcre_exec.Tpo -c -o pcre_exec.o pcre_exec.c
mv -f .deps/pcre_exec.Tpo .deps/pcre_exec.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_fullinfo.o -MD -MP -MF
.deps/pcre_fullinfo.Tpo -c -o pcre_fullinfo.o pcre_fullinfo.c
mv -f .deps/pcre_fullinfo.Tpo .deps/pcre_fullinfo.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_get.o -MD -MP -MF
.deps/pcre_get.Tpo -c -o pcre_get.o pcre_get.c
mv -f .deps/pcre_get.Tpo .deps/pcre_get.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_globals.o -MD -MP -MF
.deps/pcre_globals.Tpo -c -o pcre_globals.o pcre_globals.c
mv -f .deps/pcre_globals.Tpo .deps/pcre_globals.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_info.o -MD -MP -MF
.deps/pcre_info.Tpo -c -o pcre_info.o pcre_info.c
mv -f .deps/pcre_info.Tpo .deps/pcre_info.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_maketables.o -MD -MP -MF
.deps/pcre_maketables.Tpo -c -o pcre_maketables.o pcre_maketables.c
mv -f .deps/pcre_maketables.Tpo .deps/pcre_maketables.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_newline.o -MD -MP -MF
.deps/pcre_newline.Tpo -c -o pcre_newline.o pcre_newline.c
mv -f .deps/pcre_newline.Tpo .deps/pcre_newline.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_ord2utf8.o -MD -MP -MF
.deps/pcre_ord2utf8.Tpo -c -o pcre_ord2utf8.o pcre_ord2utf8.c
mv -f .deps/pcre_ord2utf8.Tpo .deps/pcre_ord2utf8.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_refcount.o -MD -MP -MF
.deps/pcre_refcount.Tpo -c -o pcre_refcount.o pcre_refcount.c
mv -f .deps/pcre_refcount.Tpo .deps/pcre_refcount.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_study.o -MD -MP -MF
.deps/pcre_study.Tpo -c -o pcre_study.o pcre_study.c
mv -f .deps/pcre_study.Tpo .deps/pcre_study.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_tables.o -MD -MP -MF
.deps/pcre_tables.Tpo -c -o pcre_tables.o pcre_tables.c
mv -f .deps/pcre_tables.Tpo .deps/pcre_tables.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_try_flipped.o -MD -MP -MF
.deps/pcre_try_flipped.Tpo -c -o pcre_try_flipped.o pcre_try_flipped.c
mv -f .deps/pcre_try_flipped.Tpo .deps/pcre_try_flipped.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_ucp_searchfuncs.o -MD -MP -MF
.deps/pcre_ucp_searchfuncs.Tpo -c -o pcre_ucp_searchfuncs.o
pcre_ucp_searchfuncs.c
mv -f .deps/pcre_ucp_searchfuncs.Tpo .deps/pcre_ucp_searchfuncs.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_valid_utf8.o -MD -MP -MF
.deps/pcre_valid_utf8.Tpo -c -o pcre_valid_utf8.o pcre_valid_utf8.c
mv -f .deps/pcre_valid_utf8.Tpo .deps/pcre_valid_utf8.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_version.o -MD -MP -MF
.deps/pcre_version.Tpo -c -o pcre_version.o pcre_version.c
mv -f .deps/pcre_version.Tpo .deps/pcre_version.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_xclass.o -MD -MP -MF
.deps/pcre_xclass.Tpo -c -o pcre_xclass.o pcre_xclass.c
mv -f .deps/pcre_xclass.Tpo .deps/pcre_xclass.Po
gcc -DHAVE_CONFIG_H -I.     -O2 -MT pcre_chartables.o -MD -MP -MF
.deps/pcre_chartables.Tpo -c -o pcre_chartables.o pcre_chartables.c
mv -f .deps/pcre_chartables.Tpo .deps/pcre_chartables.Po
rm -f libpcre.a
ar cru libpcre.a pcre_compile.o pcre_config.o pcre_dfa_exec.o pcre_exec.o
pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_info.o pcre_maketables.o
pcre_newline.o pcre_ord2utf8.o pcre_refcount.o pcre_study.o pcre_tables.o
pcre_try_flipped.o pcre_ucp_searchfuncs.o pcre_valid_utf8.o pcre_version.o
pcre_xclass.o pcre_chartables.o
ranlib libpcre.a
make[2]: Leaving directory `/home/mraspberry/nmap/libpcre'
make[1]: Leaving directory `/home/mraspberry/nmap/libpcre'
Compiling libdnet
make[1]: Entering directory `/home/mraspberry/nmap/libdnet-stripped'
Making all in include
make[2]: Entering directory `/home/mraspberry/nmap/libdnet-stripped/include'
make  all-recursive
make[3]: Entering directory `/home/mraspberry/nmap/libdnet-stripped/include'
Making all in dnet
make[4]: Entering directory
`/home/mraspberry/nmap/libdnet-stripped/include/dnet'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/home/mraspberry/nmap/libdnet-stripped/include/dnet'
make[4]: Entering directory `/home/mraspberry/nmap/libdnet-stripped/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/mraspberry/nmap/libdnet-stripped/include'
make[3]: Leaving directory `/home/mraspberry/nmap/libdnet-stripped/include'
make[2]: Leaving directory `/home/mraspberry/nmap/libdnet-stripped/include'
Making all in src
make[2]: Entering directory `/home/mraspberry/nmap/libdnet-stripped/src'
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o addr-util.lo addr-util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c addr-util.c  -fPIC -DPIC -o .libs/addr-util.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c addr-util.c -o addr-util.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o addr.lo addr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c addr.c  -fPIC -DPIC -o .libs/addr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c addr.c -o addr.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o blob.lo blob.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c blob.c  -fPIC -DPIC -o .libs/blob.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c blob.c -o blob.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o ip-util.lo ip-util.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c ip-util.c  -fPIC -DPIC -o .libs/ip-util.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c ip-util.c -o ip-util.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o ip6.lo ip6.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c ip6.c  -fPIC -DPIC -o .libs/ip6.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c ip6.c -o ip6.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o rand.lo rand.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c rand.c  -fPIC -DPIC -o .libs/rand.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c rand.c -o rand.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o strlcat.lo strlcat.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c strlcat.c  -fPIC -DPIC -o .libs/strlcat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c strlcat.c -o strlcat.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o strlcpy.lo strlcpy.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c strlcpy.c  -fPIC -DPIC -o .libs/strlcpy.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c strlcpy.c -o strlcpy.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o arp-ioctl.lo arp-ioctl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c arp-ioctl.c  -fPIC -DPIC -o .libs/arp-ioctl.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c arp-ioctl.c -o arp-ioctl.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o eth-linux.lo eth-linux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c eth-linux.c  -fPIC -DPIC -o .libs/eth-linux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c eth-linux.c -o eth-linux.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o fw-none.lo fw-none.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c fw-none.c  -fPIC -DPIC -o .libs/fw-none.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c fw-none.c -o fw-none.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o intf.lo intf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c intf.c  -fPIC -DPIC -o .libs/intf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c intf.c -o intf.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o ip.lo ip.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c ip.c  -fPIC -DPIC -o .libs/ip.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c ip.c -o ip.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o route-linux.lo route-linux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c route-linux.c  -fPIC -DPIC -o .libs/route-linux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c route-linux.c -o route-linux.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include  -I../include   -g -O2 -Wall -c -o tun-linux.lo tun-linux.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c tun-linux.c  -fPIC -DPIC -o .libs/tun-linux.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2
-Wall -c tun-linux.c -o tun-linux.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall -version-info
1:1:0  -o libdnet.la -rpath /usr/local/lib addr-util.lo addr.lo blob.lo
ip-util.lo ip6.lo rand.lo strlcat.lo strlcpy.lo arp-ioctl.lo eth-linux.lo
fw-none.lo intf.lo ip.lo route-linux.lo tun-linux.lo
libtool: link: gcc -shared  .libs/addr-util.o .libs/addr.o .libs/blob.o
.libs/ip-util.o .libs/ip6.o .libs/rand.o .libs/strlcat.o .libs/strlcpy.o
.libs/arp-ioctl.o .libs/eth-linux.o .libs/fw-none.o .libs/intf.o .libs/ip.o
.libs/route-linux.o .libs/tun-linux.o      -Wl,-soname -Wl,libdnet.so.1 -o
.libs/libdnet.so.1.0.1
libtool: link: (cd ".libs" && rm -f "libdnet.so.1" && ln -s
"libdnet.so.1.0.1" "libdnet.so.1")
libtool: link: (cd ".libs" && rm -f "libdnet.so" && ln -s "libdnet.so.1.0.1"
"libdnet.so")
libtool: link: ar cru .libs/libdnet.a  addr-util.o addr.o blob.o ip-util.o
ip6.o rand.o strlcat.o strlcpy.o arp-ioctl.o eth-linux.o fw-none.o intf.o
ip.o route-linux.o tun-linux.o
libtool: link: ranlib .libs/libdnet.a
libtool: link: ( cd ".libs" && rm -f "libdnet.la" && ln -s "../libdnet.la" "
libdnet.la" )
make[2]: Leaving directory `/home/mraspberry/nmap/libdnet-stripped/src'
make[2]: Entering directory `/home/mraspberry/nmap/libdnet-stripped'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/mraspberry/nmap/libdnet-stripped'
make[1]: Leaving directory `/home/mraspberry/nmap/libdnet-stripped'
Compiling libnbase
cd nbase && make
make[1]: Entering directory `/home/mraspberry/nmap/nbase'
gcc -g -O2 -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o snprintf.o
snprintf.c
gcc -g -O2 -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o nbase_str.o
nbase_str.c
gcc -g -O2 -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o
nbase_misc.o nbase_misc.c
gcc -g -O2 -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o
nbase_memalloc.o nbase_memalloc.c
gcc -g -O2 -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o nbase_rnd.o
nbase_rnd.c
rm -f libnbase.a
ar cr libnbase.a snprintf.o nbase_str.o nbase_misc.o nbase_memalloc.o
nbase_rnd.o
ranlib libnbase.a
make[1]: Leaving directory `/home/mraspberry/nmap/nbase'
Compiling libnsock
cd nsock/src && make
make[1]: Entering directory `/home/mraspberry/nmap/nsock/src'
gcc -MM -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap error.c filespace.c
gh_list.c nsock_connect.c nsock_core.c nsock_iod.c nsock_read.c
nsock_timers.c nsock_write.c nsock_ssl.c nsock_utils.c nsock_event.c
nsock_pool.c netutils.c nsock_pcap.c  > makefile.dep
make[1]: Leaving directory `/home/mraspberry/nmap/nsock/src'
make[1]: Entering directory `/home/mraspberry/nmap/nsock/src'
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall   error.c -o
error.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall   filespace.c
-o filespace.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall   gh_list.c -o
gh_list.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall
nsock_connect.c -o nsock_connect.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall   nsock_core.c
-o nsock_core.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall   nsock_iod.c
-o nsock_iod.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall   nsock_read.c
-o nsock_read.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall
nsock_timers.c -o nsock_timers.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall
nsock_write.c -o nsock_write.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall   nsock_ssl.c
-o nsock_ssl.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall
nsock_utils.c -o nsock_utils.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall
nsock_event.c -o nsock_event.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall   nsock_pool.c
-o nsock_pool.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall   netutils.c
-o netutils.o
gcc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"
-D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall   nsock_pcap.c
-o nsock_pcap.o
rm -f libnsock.a
ar cr libnsock.a error.o filespace.o gh_list.o nsock_connect.o nsock_core.o
nsock_iod.o nsock_read.o nsock_timers.o nsock_write.o nsock_ssl.o
nsock_utils.o nsock_event.o nsock_pool.o netutils.o nsock_pcap.o
ranlib libnsock.a
make[1]: Leaving directory `/home/mraspberry/nmap/nsock/src'
cd ncat && make
make[1]: Entering directory `/home/mraspberry/nmap/ncat'
gcc -MM  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase ncat_main.c
ncat_connect.c ncat_core.c ncat_posix.c ncat_listen.c ncat_proxy.c
ncat_broker.c ncat_hostmatch.c ncat_ssl.c base64.c http.c util.c sys_wrap.c
makefile.dep
make[1]: Leaving directory `/home/mraspberry/nmap/ncat'
make[1]: Entering directory `/home/mraspberry/nmap/ncat'
gcc  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c
ncat_main.c -o ncat_main.o
gcc  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c
ncat_connect.c -o ncat_connect.o
gcc  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c
ncat_core.c -o ncat_core.o
gcc  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c
ncat_posix.c -o ncat_posix.o
gcc  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c
ncat_listen.c -o ncat_listen.o
gcc  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c
ncat_proxy.c -o ncat_proxy.o
gcc  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c
ncat_broker.c -o ncat_broker.o
gcc  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c
ncat_hostmatch.c -o ncat_hostmatch.o
gcc  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c
ncat_ssl.c -o ncat_ssl.o
gcc  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c
base64.c -o base64.o
gcc  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c
http.c -o http.o
gcc  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c
util.c -o util.o
gcc  -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\""
-D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c
sys_wrap.c -o sys_wrap.o
gcc -o ncat -g -O2 -Wall  ncat_main.o ncat_connect.o ncat_core.o
ncat_posix.o ncat_listen.o ncat_proxy.o ncat_broker.o ncat_hostmatch.o
ncat_ssl.o base64.o http.o util.o sys_wrap.o ../nsock/src/libnsock.a
../nbase/libnbase.a -lssl -lcrypto -lssl -lcrypto -ldl
make[1]: Leaving directory `/home/mraspberry/nmap/ncat'


-- 
Matt Raspberry
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: