Re: Linking Error: can't locate file for -lstdc++.6.0.3
Re: Linking Error: can't locate file for -lstdc++.6.0.3
- Subject: Re: Linking Error: can't locate file for -lstdc++.6.0.3
- From: Jeff Birac <email@hidden>
- Date: Thu, 21 Sep 2006 16:05:39 -0400
On Sep 20, 2006, at 7:15 PM, Nick Zitzmann wrote:
On Sep 20, 2006, at 9:50 AM, Jeff Birac wrote:
So I copied the project to his MacIntel so I could run may app
with the Xcode 2.4 debugger (on his machine). But now the project
will not link. Xcode complains that it "can't locate file for: -
lstdc++.6.0.3". What is it talking about?
You're linking your product to an obsolete version of libstdc++.
The version that comes with all Intel Macs is 6.0.4; 6.0.3 might
still be installed on some PPC Macs. If you're manually linking
your product against libstdc++, try including libstdc++.6.dylib
instead of libstdc++.6.0.4.dylib.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
As far as I know, I am not "manually linking" my product at all. I
just tell Xcode to build and let it handle the rest. Is there a
particular Build Setting I need to set?
_______________________________________________
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