Wednesday, July 31, 2002


I'm having problems building my project with the Jaguar development tools. I get the following link error, whether I use GCC 2.95.2 or 3.1. I have the the C++ runtime lib as well as the required frameworks included in my project, and this appears to be related to RTTI & exceptions. The same project builds with the April developer tools:
ld: Undefined symbols:
typeinfo for int
typeinfo for short
vtable for __cxxabiv1::__class_type_info
vtable for __cxxabiv1::__si_class_type_info
operator delete(void*)
operator new(unsigned long)
___cxa_allocate_exception
___cxa_begin_catch
___cxa_end_catch
___cxa_pure_virtual
___cxa_throw
___gxx_personality_v0
Any ideas?
3:46:17 PM    Comments []