[cfe-dev] [libcxx] Current test results on Linux against all supported ABI libraries

David Chisnall David.Chisnall at cl.cam.ac.uk
Thu Feb 7 04:29:42 PST 2013


On 7 Feb 2013, at 11:46, Michael van der Westhuizen wrote:

> One thing that I do find a little strange is that libcxxrt links to libstdc++.so.6, so perhaps we're seeing a symbol conflict?  That, however, is probably off-topic for this list :-)

libcxxrt should not be linked against libstdc++, so this is probably the source of your problems.

In FreeBSD, we ship a libstdc++ that can be linked against libcxxrt, but that's the other way around and requires some stuff with filter libraries to make it work without breaking the ABI.

David





More information about the cfe-dev mailing list