I'm building a C++ project for an unusual platform, and am having some confusing problems with my libstdc++. For some reason which I cannot fathom, I am getting an absurd number of "undefined reference to..." linker errors for symbols which are indeed undefined in libstdc++.a, but which are definitely defined in libc.a and libgcc.a. Yes, I am
(
Read more... )
Comments 20
Reply
Reply
This matches my impression of the munging involved: http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html
Reply
Reply
Reply
I am, however, noticing that libstdc++.la doesn't specify libc.a as a dependency ... wondering if that might have something to do with it.
Reply
Reply
Ugh, the cruft the brain picks up over the years.
Reply
(The comment has been removed)
Reply
Sunpro fixed it. Apparently gcc has not.
Reply
http://allonymist.livejournal.com/9639.html
Reply
Leave a comment