I'm getting the error below when trying to build on Ubuntu 7.10. I found online that this may be due to the fact the g++ 4.1, and building with g++ 4.2 solves this. I believe the exact code in issue has to do with the cal3d library (one which I definitely want to use). I've run sudo aptitude install g++-4.2 to install the new version of g++, but I'm still getting the error. Am I missing something, or have I been chasing down the wrong hole?
/usr/bin/ld: sprcal3d.so: hidden symbol `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::c_str() const' isn't defined /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: ld returned 1 exit status ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
