Nmap Development mailing list archives

Re: iphone nmap compile error


From: David Fifield <david () bamsoftware com>
Date: Mon, 25 May 2009 01:05:17 -0600

On Mon, May 25, 2009 at 01:31:11AM -0400, Mike C wrote:
Found the following:

map and string -->  /var/include/c++/4.0.0/
stl_tree.h etc etc.. --> /var/include/c++/4.0.0/bits

adding .h to string helped, map is now the problem. These files are in
/var/include/c++/4.0.0/bits  (all of them) yet they are not being included
with map (map cant not find those files yet they are right their).

Please try configuring with

CPPFLAGS="-I/var/include/c++/4.0.0" ./configure

plus whatever other flags you normally use. Change the .h includes back
the way they were; that was a long shot.

David Fifield

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


Current thread: