[oe] [PATCH 1/1] libstdc++.bb: copy libstdc++.so* to rootfs

Holger Hans Peter Freyther holger+oe at freyther.de
Wed Mar 17 02:03:48 UTC 2010


On Wednesday 17 March 2010 01:43:41 Tom Rini wrote:

> Checking in a non-external-toolchain based build I have around, I see
> staging/<target>/usr/lib/libstdc++.so / libstc++.so.6 which point at
> libstdc++.so.6.0.10, which exists.  Can you explain how you're getting a
> lack of libstdc++?  Thanks.

I assume he is using gcc to link and some external lib linked C++ symbols into 
the global scope... This was a bug in some versions of gcc and we solved it in 
WebKit/GTK+ by having a linker script and excluding everything _Z*.

So I would nack this change and instead figure out which C library is exposing 
C++ symbols.





More information about the Openembedded-devel mailing list