Help with making a port C11 compliant

Brooks Davis brooks at freebsd.org
Fri May 6 17:38:31 UTC 2016


On Fri, May 06, 2016 at 04:16:54PM +0000, Montgomery-Smith, Stephen wrote:
> Here is my problem:
> http://beefy2.nyi.freebsd.org/data/93amd64-default/414631/logs/GiNaC-1.7.0.log
> 
> the configure script says:
> configure: error: Standard ISO C++ headers are missing
> 
> In the Makefile I have the line:
> USES=           compiler:c++11-lang
> 
> Is there anything else I need to do?  I should add that seems to be a
> FreeBSD-9 only problem - it builds fine on FreeBSD-10 and higher.

You may need compiler:c++11-lib to get a standard library.  That said,
compiler:c++11-lib doesn't actually result in a fully functional C++11
environment on 9.x so you may need to abandon the port on 9.x.

-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20160506/5acbefd0/attachment.sig>


More information about the freebsd-ports mailing list