Re: Weird Undefined Symbols, __ZnwmPv?
Re: Weird Undefined Symbols, __ZnwmPv?
- Subject: Re: Weird Undefined Symbols, __ZnwmPv?
- From: Steve Checkoway <email@hidden>
- Date: Sun, 22 Jul 2007 19:44:48 -0700
On Jul 22, 2007, at 7:28 PM, David Rogers wrote:
__ZnwmPv
__ZdlPvS_
Those are
operator new(unsigned long, void*)
operator delete(void*, void*)
What is the link line you're using?
I've tried linking explicitly to libstdc++ but that doesn't make a
difference.
You shouldn't have to do that. If you link using g++, it should add
the required standard libraries.
--
Steve Checkoway
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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