![]() |
|
Help With Linking Errors - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Game Programming Fundamentals (/forum-7.html) +--- Thread: Help With Linking Errors (/thread-5104.html) |
Help With Linking Errors - Nick - Aug 31, 2005 12:38 PM I'm having trouble fixing these errors and warning. Can anyone suggest anything to help solve these? Code: ld: /usr/lib/gcc/darwin/3.3/libstdc++.a(eh_personality.o) illegal reference to symbol: ___cxa_allocate_exception defined in indirectly referenced dynamic library /usr/lib/libstdc++.6.dylibHelp With Linking Errors - peterhull90 - Oct 8, 2005 05:20 AM What does your linker command line look like? Help With Linking Errors - OneSadCookie - Oct 8, 2005 03:04 PM you're mixing stuff built with GCC 3.3 with stuff built with GCC 4.0 |