Re: Link Error after upgrading to Xcode 2.5
Re: Link Error after upgrading to Xcode 2.5
- Subject: Re: Link Error after upgrading to Xcode 2.5
- From: Marshall Clow <email@hidden>
- Date: Mon, 28 Jan 2008 16:47:58 -0800
At 4:45 PM -0800 1/28/08, Wyatt Webb wrote:
We've just finished a project, so I thought I'd start moving our
tools to 2.5 so we could let developers upgrade to Leopard if they
wanted to. So, this product builds fine in 2.4.x and I simply
installed 2.5 and built our two debug builds. Intel built fine. PPC
gives a link error that I'm having a hard time tracking down. Please
let me know what library I'm missing or if I'm pointing at the wrong
one.
My link invocation line is thus:
[ snip ]
Then I get a long list of errors that are repeats of two errors for
many files:
[...] reference to undefined
__ZNSt24__default_alloc_templateILb1ELi0EE10deallocateEPvm
[...] reference to undefined
__ZNSt24__default_alloc_templateILb1ELi0EE8allocateEm
Any clues would be appreciated.
Here's a clue:
marshall $ c++filt
__ZNSt24__default_alloc_templateILb1ELi0EE10deallocateEPvm
__ZNSt24__default_alloc_templateILb1ELi0EE8allocateEm
std::__default_alloc_template<true, 0>::deallocate(void*, unsigned long)
std::__default_alloc_template<true, 0>::allocate(unsigned long)
--
-- Marshall
Marshall Clow Idio Software <mailto:email@hidden>
It is by caffeine alone I set my mind in motion.
It is by the beans of Java that thoughts acquire speed,
the hands acquire shaking, the shaking becomes a warning.
It is by caffeine alone I set my mind in motion.
_______________________________________________
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