Nmap Development mailing list archives

Re: nmap doesn't compile on Solaris 9 with Sun Studio Pro


From: Leo Zhadanovsky <leozh () nbcs rutgers edu>
Date: Mon, 18 Dec 2006 17:59:40 -0500

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I have changed the following in Makefile.in and it now compiles and
seems to run.

diff -ruN nmap-4.20/Makefile.in nmap-4.20.new/Makefile.in
--- nmap-4.20/Makefile.in       2006-12-07 21:53:47.000000000 -0500
+++ nmap-4.20.new/Makefile.in   2006-12-18 17:19:29.319895000 -0500
@@ -198,5 +198,4 @@
        ./config.status --recheck
 
 makefile.dep:
-       $(CXX) -MM $(CXXFLAGS) $(CPPFLAGS) $(SRCS) > $@
-include makefile.dep
+       $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(SRCS) > $@


Peter O'Gorman wrote:
On Sat, Dec 16, 2006 at 09:07:00PM -0500, Leo Zhadanovsky wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Where should I start in trying to fix this?

I am not sure what exactly is getting passed to ld that is causing it to
fail.


It is the whole makefile.dep thing in the top level Makefile.in, if
you remove the makefile.dep references and the target itself then you
should get better results.

We should have patches for more systems soon, there are also issues
with va_copy on hpux and irix. We are still working on the release
though.

Thanks,
Peter 



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

- --
Leo Zhadanovsky
Student Systems Programmer
Open System Solutions
Rutgers University
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFhx1cJR+ZhPEC9ewRAolDAJ9rPj3OpWdm87DupERiwWGNDff69wCfampB
VCQU3epv9YPhRDU2YB+GmzY=
=eUl6
-----END PGP SIGNATURE-----

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


Current thread: