Xcode 2.5 linker undefined symbols
Xcode 2.5 linker undefined symbols
- Subject: Xcode 2.5 linker undefined symbols
- From: Jake Traynham <email@hidden>
- Date: Tue, 27 Nov 2007 15:35:29 -0600
Hello,
I just joined this list after finding a thread through a google
search, and I can't tell from the list archives if the original person
(John Brownie) found a solution or not. So, if a solution has been
found, then please forgive this repost.
After installing Xcode 2.5, I too ran into problems with unresolved
links to __default_alloc_template on my ppc targets. I solved it by
adding "_GLIBCPP_EXTERN_TEMPLATE=0" to my Preprocessor Macros. (It
apparently defaults to =1, which, if you look in stl_alloc.h, that makes
it define __default_alloc_template as external, and apparently nothing
else defines in.)
HTH,
Jake
--
Jake Traynham
Owner, CNS Plug-ins
http://www.cnsplug-ins.com/
_______________________________________________
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