Re: [newbie] unknown symbol __ZTVN...
Re: [newbie] unknown symbol __ZTVN...
- Subject: Re: [newbie] unknown symbol __ZTVN...
- From: Uli Kusterer <email@hidden>
- Date: Fri, 14 Oct 2005 12:51:53 +0200
Am 14.10.2005 um 10:35 schrieb Tore Halset:
I have started a document-based cocoa project. I added one static
library (.a) and everything was ok. After adding a second static
library I get this error message. The second library are partly
written in C++.
The error message:
ZeroLink: unknown symbol '__ZTVN10__cxxabiv120__si_class_type_infoE'
MyApp has exited due to signal 6 (SIGABRT).
That's a linker error. My guess is that some other library isn't in
your project. The symbol name is a C++ name-mangled symbol name, so
if you recognize anything in it you're using, try to track down that
lib or source file.
You *have* already added the Standard C++ library to your project,
right?
Cheers,
-- M. Uli Kusterer
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden