Re: nmap doesn't like libc++ ?

2017-07-13 Thread db
On 12 Jul 2017, at 22:42, Ryan Schmidt wrote: > On Jul 12, 2017, at 14:27, Ken Cunningham wrote: > You could do this in the portfile: >> configure.cxxflags-append -stdlib=libc++ >> configure.ldflags-append -stdlib=libc++ >> and your build should proceed through. Should. Usually works. > As I menti

Re: nmap doesn't like libc++ ?

2017-07-12 Thread Ryan Schmidt
On Jul 12, 2017, at 14:27, Ken Cunningham wrote: > You could do this in the portfile: > > configure.cxxflags-append -stdlib=libc++ > configure.ldflags-append -stdlib=libc++ > > and your build should proceed through. Should. Usually works. As I mentioned, some of the Makefile lines in question

Re: nmap doesn't like libc++ ?

2017-07-12 Thread Ken Cunningham
Indeed it's a c++ thing and looking through the nmap build that just completed on my 10.6 system, some, but not all, the c++ build lines have the -stdlib=libc++ on them. So that would be why you see this error, indeed, as Ryan says. You coul

Re: nmap doesn't like libc++ ?

2017-07-12 Thread Ryan Schmidt
On Jul 12, 2017, at 11:10, Richard L. Hamilton wrote: > After switching my Snow Leopard over to the toolchain that supports C++11 and > favors libc++ instead of libstdc++, I could no longer build nmap; it kept > getting undefined symbols like std::logic_error::logic_error (which as used, > ma