Re: Weird Undefined Symbols, __ZnwmPv?
Re: Weird Undefined Symbols, __ZnwmPv?
- Subject: Re: Weird Undefined Symbols, __ZnwmPv?
- From: David Rogers <email@hidden>
- Date: Mon, 23 Jul 2007 00:57:07 -0500
Cool, thanks Justin. That will definitely help out. But what I
still can't figure out is why they are undefined.
Dave
On Jul 23, 2007, at 12:09 AM, Justin C. Walker wrote:
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:
40mac.com
This email sent to email@hidden
_______________________________________________
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