Dear all, trying to compile c++ programs that I developed with gcc 2.9 I get the following errors:
../List/List.o(.text+0xcd): In function `List::~List [not-in-charge]()': : undefined reference to `operator delete(void*)' ../List/List.o(.text+0x169): In function `List::~List [in-charge]()': : undefined reference to `operator delete(void*)' ../List/List.o(.text+0x209): In function `List::~List [in-charge deleting]()': : undefined reference to `operator delete(void*)' ../List/List.o(.text+0x255): In function `List::DelList()': : undefined reference to `operator delete(void*)' ../List/List.o(.text+0x271): In function `List::NewListElem(void*)': : undefined reference to `operator new(unsigned)' ../List/List.o(.text+0x2c7): In function `List::RemoveListElem()': : undefined reference to `operator delete(void*)' ../List/List.o(.text+0x1a4): In function `List::~List [in-charge deleting]()': : undefined reference to `operator delete(void*)' ../List/List.o(.gnu.linkonce.d._ZTV4List+0x10): undefined reference to `__cxa_pure_vir tual' ../List/List.o(.gnu.linkonce.d._ZTV4List+0x14): undefined reference to `__cxa_pure_vir tual' ../List/List.o(.gnu.linkonce.d._ZTI4List+0x0): undefined reference to `vtable for __cx xabiv1::__class_type_info' ../List/List.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0' Does anybody know what this means? And how I can solve this problem? Thanks for any hint! wbr, Lukas -- Lukas Ruf http://www.lpr.ch Wanna know anything about raw ip? Join [EMAIL PROTECTED] on http://www.rawip.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]