https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211346

--- Comment #21 from David Kalliecharan <d...@dal.ca> ---
I looked at version 9.3a with poudriere, and got the same error. I suspected
that it wasn't linking to libc++ (an apparent problem with 9.3a in some cases).
I tried adding

.if ${_OSVERSION_MAJOR} < 10
CXXFLAGS= -stdlib=libc++ -std=c++11
LDFLAGS= -stdlib=libc++
.endif

found at:
https://forums.freebsd.org/threads/49989/#post-279700

But this did *not* work, and the build already did the above mentioned. I would
need more time to look at it. At the moment I am okay with it being marked as
BROKEN for 9. Do I need to add that into the Makefile?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to