• 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: Weird Undefined Symbols, __ZnwmPv?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Weird Undefined Symbols, __ZnwmPv?


  • Subject: Re: Weird Undefined Symbols, __ZnwmPv?
  • From: "Justin C. Walker" <email@hidden>
  • Date: Sun, 22 Jul 2007 22:09:02 -0700


On Jul 22, 2007, at 19:28 , David Rogers wrote:

Hello all,

I'm getting some strange linking errors in my project. It's all C+ + and I'm getting errors about these symbols being undefined.

__ZnwmPv
__ZdlPvS_

SteveC gave you the answer and a few hints, but for the future, you can often figure out what these obscure cookies are, using the command-line tool 'c++filt'


$ c++filt _ZnwmPv
operator new(unsigned long, void*)

You may have to fiddle around with leading "_"s, and it may depend on whether you do it this way or the following:

$ c++filt
__ZnwmPv
operator new(unsigned long, void*)
^D
$ c++filt __ZnwmPv
__ZnwmPv

Check the man page for details.

Justin

--
Justin C. Walker, Curmudgeon-At-Large
Director
Institute for the Enhancement of the Director's Income
--------
"Weaseling out of things is what separates us from the animals.
 Well, except the weasel."
      - Homer J Simpson
--------


_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Weird Undefined Symbols, __ZnwmPv?
      • From: David Rogers <email@hidden>
References: 
 >Weird Undefined Symbols, __ZnwmPv? (From: David Rogers <email@hidden>)

  • Prev by Date: RE: distcc incompatible between different OS builds
  • Next by Date: Re: Weird Undefined Symbols, __ZnwmPv?
  • Previous by thread: Re: Weird Undefined Symbols, __ZnwmPv?
  • Next by thread: Re: Weird Undefined Symbols, __ZnwmPv?
  • Index(es):
    • Date
    • Thread