Nmap Development mailing list archives

Re: compile error on Ubuntu


From: David Fifield <david () bamsoftware com>
Date: Mon, 11 Jan 2010 12:05:56 -0700

On Mon, Jan 11, 2010 at 05:00:10AM -0600, Matthew Raspberry wrote:
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

...

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'

I don't see any errors in the output, but it seems to end before nmap
itself gets compiled. Can you be more specific about the problem?

What configure and make commands did you run? Try running "make
distclean" and starting over.

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


Current thread: