• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [newbie] unknown symbol __ZTVN...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: [newbie] unknown symbol __ZTVN...
      • From: Tore Halset <email@hidden>
References: 
 >[newbie] unknown symbol __ZTVN... (From: Tore Halset <email@hidden>)

  • Prev by Date: NSTableView and variable row heights problem
  • Next by Date: Re: Problem displaying accented characters in NSTextView
  • Previous by thread: [newbie] unknown symbol __ZTVN...
  • Next by thread: Re: [newbie] unknown symbol __ZTVN...
  • Index(es):
    • Date
    • Thread