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. _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
