Re: libstdc++ and 10.3.9
Re: libstdc++ and 10.3.9
- Subject: Re: libstdc++ and 10.3.9
- From: Trenton Schulz <email@hidden>
- Date: Mon, 25 Jun 2007 11:40:17 +0200
On Jun 23, 2007, at 9:20 PM, Edwin Vane wrote:
How do I use the 10.3.9 SDK? Seeing as though I'm running 10.3.9
already wouldn't all the frameworks be set up for 10.3.9? Or is there
something I'm not aware of that I should be using?
You can do that in Xcode by doing a Get Info on the project and
changing the SDK explicitly there.
You DON'T build against an SDK automatically, you build against the
header's and libraries on the system. The 10.3.9 SDK has just the
headers and stub libraries so you get around the linker issue.
The issue BTW is that QuickTime 7.0.x (x greater than 2 or something)
was built with gcc4 and you get this problem. It can load and use the
library just fine, you just can't link against it with gcc3.3
anymore. I'm not sure why that change was made. They also decided to
remove all the quicktime downgraders around that time as well.
-- Trenton
_______________________________________________
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