How does Xcode decide whether to use g++ for linking or gcc
How does Xcode decide whether to use g++ for linking or gcc
- Subject: How does Xcode decide whether to use g++ for linking or gcc
- From: Holger Hoerich <email@hidden>
- Date: Fri, 13 Jan 2006 20:16:20 +0100
Hi,
seems like I'm looking at the wrong places ... I can't find anything
about this:
I just upgraded my projects to Xcode 2.2. After a lengthy cleanup
session of my build settings now everything worked. But as I started
with a new project from scratch using a library which was build with
an existing project I got all this linking errors about unresolved
symbols like I had missed to include libstdc++.a.
So I figured out the difference was that my old project used g++ for
linking while my new one uses gcc. Is there any way to conveniently
tell the linker to use g++ instead of gcc except overriding all the
different LD_$(arch) settings?
I appreciate any hint. Kind regards,
Holger
_______________________________________________
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