Skip to content

Instantly share code, notes, and snippets.

@levlas
Last active October 11, 2017 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save levlas/0a304f3269cd17d39672144d64b96a49 to your computer and use it in GitHub Desktop.
Save levlas/0a304f3269cd17d39672144d64b96a49 to your computer and use it in GitHub Desktop.
nmap static build
checking whether NLS is requested... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
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 stdint.h... (cached) yes
checking for linux/rtnetlink.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for net/if.h... yes
checking for library containing setsockopt... none required
checking for library containing gethostbyname... none required
checking if AF_INET6 IPPROTO_RAW sockets include the packet header... yes
checking for a Python interpreter with version >= 2.4... python2
checking for python2... /usr/bin/python2
checking for python2 version... 2.7
checking for python2 platform... linux2
checking for python2 script directory... ${prefix}/lib/python2.7/dist-packages
checking for python2 extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
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 zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzread in -lz... yes
checking for library containing dlopen... -ldl
checking linear.h usability... no
checking linear.h presence... no
checking for linear.h... no
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
checking for APR... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libnetutil/Makefile
config.status: creating nmap_config.h
config.status: nmap_config.h is unchanged
=== configuring in libpcap (/home/leventel/buildLabs/nmap-7.60/libpcap)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--without-subversion' '--without-zenmap' '--with-pcre=/usr' '--with-libpcap=included' '--with-libdnet=included' '--without-ndiff' '--without-nmap-update' '--without-liblua' '--without-nping' '--without-openssl' 'CFLAGS=-march=core2 -O2 -fomit-frame-pointer -pipe -fPIC' 'CXXFLAGS=-march=core2 -O2 -fomit-frame-pointer -pipe -fPIC' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 __attribute__... yes
checking whether __attribute__((unused)) can be used without warnings... yes
checking whether __attribute__((format)) can be used without warnings... 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 sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for int8_t... yes
checking for u_int8_t... yes
checking for int16_t... yes
checking for u_int16_t... yes
checking for int32_t... yes
checking for u_int32_t... yes
checking for int64_t... yes
checking for u_int64_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
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 linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking linux/if_packet.h usability... yes
checking linux/if_packet.h presence... yes
checking for linux/if_packet.h... yes
checking netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.h... yes
checking netpacket/if_packet.h usability... no
checking netpacket/if_packet.h presence... no
checking for netpacket/if_packet.h... no
checking for net/pfvar.h... no
checking for netinet/if_ether.h... yes
checking for linux/sockios.h... yes
checking for linux/if_bonding.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 for linux/wireless.h... yes
checking for linux/ethtool.h... yes
checking if if_packet.h has tpacket_stats defined... yes
checking if tpacket_auxdata struct has tp_vlan_tci member... yes
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 DAG API headers... no (/usr/local/include)
checking whether we have the DAG API... no
checking whether we have Septel API... no
checking whether we have Myricom Sniffer API... no (/opt/snf)
checking for ranlib... ranlib
checking for ar... ar
checking whether ln -s works... yes
checking if sockaddr struct has the 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 linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking linux/usbdevice_fs.h usability... yes
checking linux/usbdevice_fs.h presence... yes
checking for linux/usbdevice_fs.h... yes
checking if usbdevfs_ctrltransfer struct has bRequestType member... yes
checking whether the platform could support netfilter sniffing... yes
checking whether we can compile the netfilter support... yes
checking linux/net_tstamp.h usability... yes
checking linux/net_tstamp.h presence... yes
checking for linux/net_tstamp.h... yes
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-tstamp.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_get_tstamp_precision.3pcap
config.status: creating pcap_list_datalinks.3pcap
config.status: creating pcap_list_tstamp_types.3pcap
config.status: creating pcap_open_dead.3pcap
config.status: creating pcap_open_offline.3pcap
config.status: creating pcap_set_tstamp_precision.3pcap
config.status: creating pcap_set_tstamp_type.3pcap
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
=== configuring in libpcre (/home/leventel/buildLabs/nmap-7.60/libpcre)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--without-subversion' '--without-zenmap' '--with-pcre=/usr' '--with-libpcap=included' '--with-libdnet=included' '--without-ndiff' '--without-nmap-update' '--without-liblua' '--without-nping' '--without-openssl' 'CFLAGS=-march=core2 -O2 -fomit-frame-pointer -pipe -fPIC' 'CXXFLAGS=-march=core2 -O2 -fomit-frame-pointer -pipe -fPIC' --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... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 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... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pcre-config
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing script-chmod commands
=== configuring in libdnet-stripped (/home/leventel/buildLabs/nmap-7.60/libdnet-stripped)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--without-subversion' '--without-zenmap' '--with-pcre=/usr' '--with-libpcap=included' '--with-libdn
et=included' '--without-ndiff' '--without-nmap-update' '--without-liblua' '--without-nping' '--without-openssl' 'CFLAGS=-march=core2 -O2 -fomit-frame-pointer -pipe -fPIC' 'CXXFLAGS=-march=co
re2 -O2 -fomit-frame-pointer -pipe -fPIC' --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... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 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 -m elf_x86_64) supports shared libraries... yes
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... no
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 netinet/in6_var.h usability... no
checking netinet/in6_var.h presence... no
checking for netinet/in6_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 whether ETH_P_ALL is declared... 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
checking for getkerninfo... 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/leventel/buildLabs/nmap-7.60/nbase)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--without-subversion' '--without-zenmap' '--with-pcre=/usr' '--with-libpcap=included' '--with-libdn
et=included' '--without-ndiff' '--without-nmap-update' '--without-liblua' '--without-nping' '--without-openssl' 'CFLAGS=-march=core2 -O2 -fomit-frame-pointer -pipe -fPIC' 'CXXFLAGS=-march=co
re2 -O2 -fomit-frame-pointer -pipe -fPIC' --cache-file=/dev/null --srcdir=.
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.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 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 mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking whether time.h and sys/time.h may both be included... yes
checking for sys/socket.h... (cached) yes
checking for net/if.h... yes
checking for __attribute__... yes
checking if sockaddr{} has sa_len member... no
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 for /proc/self/exe... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nbase_config.h
=== configuring in nsock/src (/home/leventel/buildLabs/nmap-7.60/nsock/src)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--without-subversion' '--without-zenmap' '--with-pcre=/usr' '--with-libpcap=included' '--with-libdn
et=included' '--without-ndiff' '--without-nmap-update' '--without-liblua' '--without-nping' '--without-openssl' 'CFLAGS=-march=core2 -O2 -fomit-frame-pointer -pipe -fPIC' 'CXXFLAGS=-march=co
re2 -O2 -fomit-frame-pointer -pipe -fPIC' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 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 if PCAP_NETMASK_UNKNOWN is defined/handled by libpcap... yes
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking for Linux epoll(7) interface... yes
checking for poll(2)... yes
checking for kqueue... no
checking for kevent... no
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 ranlib... ranlib
checking for gethostent... yes
checking for setsockopt... yes
checking for nanosleep... yes
checking for ANSI C header files... (cached) yes
checking net/bpf.h usability... no
checking net/bpf.h presence... no
checking for net/bpf.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for library containing dlopen... -ldl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ../tests/Makefile
config.status: creating ../include/nsock_config.h
=== configuring in ncat (/home/leventel/buildLabs/nmap-7.60/ncat)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--without-subversion' '--without-zenmap' '--with-pcre=/usr' '--with-libpcap=included' '--with-libdn
et=included' '--without-ndiff' '--without-nmap-update' '--without-liblua' '--without-nping' '--without-openssl' 'CFLAGS=-march=core2 -O2 -fomit-frame-pointer -pipe -fPIC' 'CXXFLAGS=-march=co
re2 -O2 -fomit-frame-pointer -pipe -fPIC' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 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/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 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 sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... 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 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 mkstemp... 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 for odm_initialize in -lodm... no
checking for odm_initialize in -lodm... (cached) no
checking for _system_configuration in -lcfg... no
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
Configured with: zlib ncat
Configured without: localdirs ndiff zenmap nping openssl libssh2 lua nmap-update
Type make (or gmake on some *BSD machines) to compile.
WARNING: You are compiling without LibSSH2
g++ -MM -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 charpool.cc FingerPrintResults.cc FPEngine.cc FPModel.cc idle_scan.cc MACLookup.cc main.cc nmap.cc nmap_dns.cc nmap_error.cc nmap_ftp.cc NmapOps.cc NmapOutputTable.cc nmap_tty.cc osscan2.cc osscan.cc output.cc payload.cc portlist.cc portreasons.cc protocols.cc scan_engine.cc scan_engine_connect.cc scan_engine_raw.cc scan_lists.cc service_scan.cc services.cc Target.cc TargetGroup.cc targets.cc tcpip.cc timing.cc traceroute.cc utils.cc xml.cc > makefile.dep
make STATIC=-static
make[1]: Entering directory '/home/leventel/buildLabs/nmap-7.60'
Compiling libnetutil
cd libnetutil && make
Compiling liblinear
make[2]: Entering directory '/home/leventel/buildLabs/nmap-7.60/libnetutil'
g++ -MM -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 ./netutil.cc ./PacketElement.cc ./NetworkLayerElement.cc ./ARPHeader.cc ./PacketElement.cc ./NetworkLayerElement.cc ./TransportLayerElement.cc ./ARPHeader.cc ./EthernetHeader.cc ./ICMPv4Header.cc ./ICMPv6Header.cc ./IPv4Header.cc ./IPv6Header.cc ./TCPHeader.cc ./UDPHeader.cc ./RawData.cc ./HopByHopHeader.cc ./DestOptsHeader.cc ./FragmentHeader.cc ./RoutingHeader.cc ./PacketParser.cc > makefile.dep
make[2]: Entering directory '/home/leventel/buildLabs/nmap-7.60/liblinear'
g++ -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -Wno-uninitialized -c -o linear.o linear.cpp
linear.cpp: In function ‘model* load_model(const char*)’:
linear.cpp:2224:24: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp,"%80s",cmd);
^
linear.cpp:2227:25: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp,"%80s",cmd);
^
linear.cpp:2247:29: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp,"%d",&nr_class);
^
linear.cpp:2252:31: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp,"%d",&nr_feature);
^
linear.cpp:2257:26: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp,"%lf",&bias);
^
linear.cpp:2269:38: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp,"%d",&model_->label[i]);
^
linear.cpp:2296:44: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp, "%lf ", &model_->w[i*nr_w+j]);
^
linear.cpp:2297:19: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp, "\n");
^
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing netutil.cc -o netutil.o
g++ -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -Wno-uninitialized -c -o tron.o tron.cpp
cd blas; make OPTFLAGS='-march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -Wno-uninitialized' CC='gcc';
make[3]: Entering directory '/home/leventel/buildLabs/nmap-7.60/liblinear/blas'
gcc -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -Wno-uninitialized -c dnrm2.c
gcc -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -Wno-uninitialized -c daxpy.c
gcc -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -Wno-uninitialized -c ddot.c
gcc -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -Wno-uninitialized -c dscal.c
ar rcv blas.a dnrm2.o daxpy.o ddot.o dscal.o
a - dnrm2.o
a - daxpy.o
a - ddot.o
a - dscal.o
ranlib blas.a
make[3]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/liblinear/blas'
ar rcv liblinear.a linear.o tron.o blas/*.o
a - linear.o
a - tron.o
a - blas/daxpy.o
a - blas/ddot.o
a - blas/dnrm2.o
a - blas/dscal.o
ranlib liblinear.a
make[2]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/liblinear'
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing PacketElement.cc -o PacketElement.o
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing NetworkLayerElement.cc -o NetworkLayerElement.o
Compiling libpcap
make[2]: Entering directory '/home/leventel/buildLabs/nmap-7.60/libpcap'
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./pcap-linux.c
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing TransportLayerElement.cc -o TransportLayerElement.o
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing ARPHeader.cc -o ARPHeader.o
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing EthernetHeader.cc -o EthernetHeader.o
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing ICMPv4Header.cc -o ICMPv4Header.o
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./pcap-usb-linux.c
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./pcap-netfilter-linux.c
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./fad-getad.c
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing ICMPv6Header.cc -o ICMPv6Header.o
if grep GIT ./VERSION >/dev/null; then \
read ver <./VERSION; \
echo $ver | tr -d '\012'; \
date +_%Y_%m_%d; \
else \
cat ./VERSION; \
fi | sed -e 's/.*/static const char pcap_version_string[] = "libpcap version &";/' > version.h
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./inet.c
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./gencode.c
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing IPv4Header.cc -o IPv4Header.o
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing IPv6Header.cc -o IPv6Header.o
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing TCPHeader.cc -o TCPHeader.o
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./optimize.c
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing UDPHeader.cc -o UDPHeader.o
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./nametoaddr.c
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./etherent.c
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing RawData.cc -o RawData.o
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./savefile.c
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./sf-pcap.c
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing HopByHopHeader.cc -o HopByHopHeader.o
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./sf-pcap-ng.c
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./pcap-common.c
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing DestOptsHeader.cc -o DestOptsHeader.o
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./bpf_image.c
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./bpf_dump.c
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c scanner.c
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing FragmentHeader.cc -o FragmentHeader.o
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Dyylval=pcap_lval -c grammar.c
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing RoutingHeader.cc -o RoutingHeader.o
rm -f bpf_filter.c
ln -s ./bpf/net/bpf_filter.c bpf_filter.c
if grep GIT ./VERSION >/dev/null; then \
read ver <./VERSION; \
echo $ver | tr -d '\012'; \
date +_%Y_%m_%d; \
else \
cat ./VERSION; \
fi | sed -e 's/.*/char pcap_version[] = "&";/' > version.c
./config.status --file=pcap-config.tmp:./pcap-config.in
g++ -c -I../liblinear -DNOLUA -I../libdnet-stripped/include -I../libpcre -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing PacketParser.cc -o PacketParser.o
config.status: creating pcap-config.tmp
mv pcap-config.tmp pcap-config
chmod a+x pcap-config
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c ./pcap.c
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c bpf_filter.c
gcc -fpic -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -c version.c
ar rc libpcap.a pcap-linux.o pcap-usb-linux.o pcap-netfilter-linux.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o scanner.o grammar.o bpf_filter.o version.o
ranlib libpcap.a
make[2]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/libpcap'
Compiling libpcre
make[2]: Entering directory '/home/leventel/buildLabs/nmap-7.60/libpcre'
make all-am
make[3]: Entering directory '/home/leventel/buildLabs/nmap-7.60/libpcre'
gcc -DHAVE_CONFIG_H -I. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -MT pcre_compile.o -MD -MP -MF .deps/pcre_compile.Tpo -c -o pcre_compile.o pcre_compile.c
rm -f libnetutil.a
ar cr libnetutil.a netutil.o PacketElement.o NetworkLayerElement.o TransportLayerElement.o ARPHeader.o EthernetHeader.o ICMPv4Header.o ICMPv6Header.o IPv4Header.o IPv6Header.o TCPHeader.o UDPHeader.o RawData.o HopByHopHeader.o DestOptsHeader.o FragmentHeader.o RoutingHeader.o PacketParser.o
ranlib libnetutil.a
make[2]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/libnetutil'
gcc -DHAVE_CONFIG_H -I. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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
Compiling libnbase
cd nbase && make
make[2]: Entering directory '/home/leventel/buildLabs/nmap-7.60/nbase'
gcc -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o snprintf.o snprintf.c
gcc -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_str.o nbase_str.c
gcc -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_misc.o nbase_misc.c
gcc -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_memalloc.o nbase_memalloc.c
gcc -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_rnd.o nbase_rnd.c
gcc -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_addrset.o nbase_addrset.c
rm -f libnbase.a
ar cr libnbase.a snprintf.o nbase_str.o nbase_misc.o nbase_memalloc.o nbase_rnd.o nbase_addrset.o
ranlib libnbase.a
make[2]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/nbase'
Compiling libdnet
make[2]: Entering directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped'
Making all in include
make[3]: Entering directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped/include'
make all-recursive
make[4]: Entering directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped/include'
Making all in dnet
make[5]: Entering directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped/include/dnet'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped/include/dnet'
make[5]: Entering directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped/include'
make[5]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped/include'
make[4]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped/include'
make[3]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped/include'
Making all in src
make[3]: Entering directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped/src'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o addr-util.lo addr-util.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c addr-util.c -o addr-util.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o addr.lo addr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c addr.c -o addr.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o blob.lo blob.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c blob.c -o blob.o
mv -f .deps/pcre_compile.Tpo .deps/pcre_compile.Po
gcc -DHAVE_CONFIG_H -I. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -MT pcre_dfa_exec.o -MD -MP -MF .deps/pcre_dfa_exec.Tpo -c -o pcre_dfa_exec.o pcre_dfa_exec.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o ip-util.lo ip-util.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c ip-util.c -o ip-util.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o ip6.lo ip6.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c ip6.c -o ip6.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o rand.lo rand.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c rand.c -o rand.o
rand.c: In function ‘rand_open’:
rand.c:84:3: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
read(fd, seed + sizeof(*tv), sizeof(seed) - sizeof(*tv));
^
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o strlcat.lo strlcat.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c strlcat.c -o strlcat.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o strlcpy.lo strlcpy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c strlcpy.c -o strlcpy.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o arp-ioctl.lo arp-ioctl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c arp-ioctl.c -o arp-ioctl.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o eth-linux.lo eth-linux.c
mv -f .deps/pcre_dfa_exec.Tpo .deps/pcre_dfa_exec.Po
gcc -DHAVE_CONFIG_H -I. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -MT pcre_exec.o -MD -MP -MF .deps/pcre_exec.Tpo -c -o pcre_exec.o pcre_exec.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c eth-linux.c -o eth-linux.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o fw-none.lo fw-none.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c fw-none.c -o fw-none.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o intf.lo intf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c intf.c -o intf.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o ip.lo ip.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c ip.c -o ip.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o route-linux.lo route-linux.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c route-linux.c -o route-linux.o
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c -o tun-linux.lo tun-linux.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c tun-linux.c -o tun-linux.o
/bin/bash ../libtool --tag=CC --mode=link gcc -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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: 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
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libdnet.a
libtool: link: ( cd ".libs" && rm -f "libdnet.la" && ln -s "../libdnet.la" "libdnet.la" )
make[3]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped/src'
make[3]: Entering directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped'
make[2]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/libdnet-stripped'
gcc -DHAVE_CONFIG_H -I. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -MT pcre_get.o -MD -MP -MF .deps/pcre_get.Tpo -c -o pcre_get.o pcre_get.c
mv -f .deps/pcre_exec.Tpo .deps/pcre_exec.Po
gcc -DHAVE_CONFIG_H -I. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing charpool.cc -o charpool.o
mv -f .deps/pcre_get.Tpo .deps/pcre_get.Po
gcc -DHAVE_CONFIG_H -I. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -MT pcre_info.o -MD -MP -MF .deps/pcre_info.Tpo -c -o pcre_info.o pcre_info.c
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing FingerPrintResults.cc -o FingerPrintResults.o
mv -f .deps/pcre_info.Tpo .deps/pcre_info.Po
gcc -DHAVE_CONFIG_H -I. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -MT pcre_study.o -MD -MP -MF .deps/pcre_study.Tpo -c -o pcre_study.o pcre_study.c
gcc -DHAVE_CONFIG_H -I. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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_study.Tpo .deps/pcre_study.Po
gcc -DHAVE_CONFIG_H -I. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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_try_flipped.Tpo .deps/pcre_try_flipped.Po
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing FPEngine.cc -o FPEngine.o
mv -f .deps/pcre_ucp_searchfuncs.Tpo .deps/pcre_ucp_searchfuncs.Po
gcc -DHAVE_CONFIG_H -I. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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. -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -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
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libpcre.a
make[3]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/libpcre'
make[2]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/libpcre'
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing -g0 FPModel.cc -o FPModel.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing idle_scan.cc -o idle_scan.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing MACLookup.cc -o MACLookup.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing nmap_dns.cc -o nmap_dns.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing nmap_error.cc -o nmap_error.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing nmap.cc -o nmap.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing nmap_ftp.cc -o nmap_ftp.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing NmapOps.cc -o NmapOps.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing NmapOutputTable.cc -o NmapOutputTable.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing nmap_tty.cc -o nmap_tty.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing osscan2.cc -o osscan2.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing osscan.cc -o osscan.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing output.cc -o output.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing payload.cc -o payload.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing portlist.cc -o portlist.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing portreasons.cc -o portreasons.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing protocols.cc -o protocols.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing scan_engine.cc -o scan_engine.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing scan_engine_connect.cc -o scan_engine_connect.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing scan_engine_raw.cc -o scan_engine_raw.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing scan_lists.cc -o scan_lists.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing service_scan.cc -o service_scan.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing services.cc -o services.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing TargetGroup.cc -o TargetGroup.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing Target.cc -o Target.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing targets.cc -o targets.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing tcpip.cc -o tcpip.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing timing.cc -o timing.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing traceroute.cc -o traceroute.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing utils.cc -o utils.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing xml.cc -o xml.o
g++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include -I./libpcre -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"x86_64-unknown-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -fno-strict-aliasing main.cc -o main.o
Compiling libnsock
cd nsock/src && make
make[2]: Entering directory '/home/leventel/buildLabs/nmap-7.60/nsock/src'
gcc -MM -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include error.c filespace.c gh_heap.c nsock_connect.c nsock_core.c nsock_iod.c nsock_read.c nsock_timers.c nsock_write.c nsock_ssl.c nsock_event.c nsock_pool.c netutils.c nsock_pcap.c nsock_engines.c engine_select.c engine_epoll.c engine_kqueue.c engine_poll.c nsock_proxy.c nsock_log.c proxy_http.c proxy_socks4.c > makefile.dep
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall error.c -o error.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall filespace.c -o filespace.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall gh_heap.c -o gh_heap.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall nsock_connect.c -o nsock_connect.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall nsock_core.c -o nsock_core.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall nsock_iod.c -o nsock_iod.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall nsock_read.c -o nsock_read.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall nsock_timers.c -o nsock_timers.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall nsock_write.c -o nsock_write.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall nsock_ssl.c -o nsock_ssl.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall nsock_event.c -o nsock_event.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall nsock_pool.c -o nsock_pool.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall netutils.c -o netutils.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall nsock_pcap.c -o nsock_pcap.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall nsock_engines.c -o nsock_engines.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall engine_select.c -o engine_select.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall engine_epoll.c -o engine_epoll.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall engine_kqueue.c -o engine_kqueue.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall engine_poll.c -o engine_poll.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall nsock_proxy.c -o nsock_proxy.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall nsock_log.c -o nsock_log.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall proxy_http.c -o proxy_http.o
gcc -c -I/home/leventel/buildLabs/nmap-7.60/libpcap -I/home/leventel/buildLabs/nmap-7.60/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall proxy_socks4.c -o proxy_socks4.o
rm -f libnsock.a
ar cr libnsock.a error.o filespace.o gh_heap.o nsock_connect.o nsock_core.o nsock_iod.o nsock_read.o nsock_timers.o nsock_write.o nsock_ssl.o nsock_event.o nsock_pool.o netutils.o nsock_pcap.o nsock_engines.o engine_select.o engine_epoll.o engine_kqueue.o engine_poll.o nsock_proxy.o nsock_log.o proxy_http.o proxy_socks4.o
ranlib libnsock.a
make[2]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/nsock/src'
cd ncat && make
Compiling nmap
rm -f nmap
g++ -Wl,-E -Lnbase -Lnsock/src/ -static -o nmap charpool.o FingerPrintResults.o FPEngine.o FPModel.o idle_scan.o MACLookup.o nmap_dns.o nmap_error.o nmap.o nmap_ftp.o NmapOps.o NmapOutputTable.o nmap_tty.o osscan2.o osscan.o output.o payload.o portlist.o portreasons.o protocols.o scan_engine.o scan_engine_connect.o scan_engine_raw.o scan_lists.o service_scan.o services.o TargetGroup.o Target.o targets.o tcpip.o timing.o traceroute.o utils.o xml.o main.o -lnsock -lnbase libpcre/libpcre.a libpcap/libpcap.a -lz libnetutil/libnetutil.a ./libdnet-stripped/src/.libs/libdnet.a ./liblinear/liblinear.a -ldl
make[2]: Entering directory '/home/leventel/buildLabs/nmap-7.60/ncat'
gcc -MM -DNOLUA -I../libpcap -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_ssl.c base64.c http.c util.c sys_wrap.c > makefile.dep
gcc -DNOLUA -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c ncat_main.c -o ncat_main.o
nmap.o: In function `nmap_fetchfile_userdir_uid(char*, unsigned long, char const*, int)':
nmap.cc:(.text+0x10): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
tcpip.o: In function `resolve_all(char const*, int)':
tcpip.cc:(.text+0xd9e): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
nmap.o: In function `nmap_main(int, char**)':
nmap.cc:(.text+0x9210): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
libpcap/libpcap.a(nametoaddr.o): In function `pcap_nametonetaddr':
nametoaddr.c:(.text+0xc5): warning: Using 'getnetbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
libpcap/libpcap.a(nametoaddr.o): In function `pcap_nametoproto':
nametoaddr.c:(.text+0x305): warning: Using 'getprotobyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
libpcap/libpcap.a(nametoaddr.o): In function `pcap_nametoport':
nametoaddr.c:(.text+0x10b): warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
collect2: error: ld returned 1 exit status
Makefile:129: recipe for target 'nmap' failed
make[1]: *** [nmap] Error 1
gcc -DNOLUA -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c ncat_connect.c -o ncat_connect.o
make[1]: *** Waiting for unfinished jobs....
gcc -DNOLUA -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c ncat_core.c -o ncat_core.o
gcc -DNOLUA -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c ncat_posix.c -o ncat_posix.o
gcc -DNOLUA -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c ncat_listen.c -o ncat_listen.o
gcc -DNOLUA -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c ncat_proxy.c -o ncat_proxy.o
gcc -DNOLUA -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c ncat_ssl.c -o ncat_ssl.o
gcc -DNOLUA -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c base64.c -o base64.o
gcc -DNOLUA -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c http.c -o http.o
gcc -DNOLUA -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c util.c -o util.o
gcc -DNOLUA -I../libpcap -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -c sys_wrap.c -o sys_wrap.o
gcc -o ncat -march=core2 -O2 -fomit-frame-pointer -pipe -fPIC -Wall -L../libpcap ncat_main.o ncat_connect.o ncat_core.o ncat_posix.o ncat_listen.o ncat_proxy.o ncat_ssl.o base64.o http.o util.o sys_wrap.o ../nsock/src/libnsock.a ../nbase/libnbase.a -lpcap -ldl
make[2]: Leaving directory '/home/leventel/buildLabs/nmap-7.60/ncat'
make[1]: Leaving directory '/home/leventel/buildLabs/nmap-7.60'
Makefile:179: recipe for target 'static' failed
make: *** [static] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment