Re: [boost] linking on OSX
Re: [boost] linking on OSX
- Subject: Re: [boost] linking on OSX
- From: Chris Suter <email@hidden>
- Date: Wed, 21 Oct 2009 14:24:59 +1100
Hi David,
To fix, as a minimum, you need to make sure that your deployment target is set to 10.4 or less and make sure your architecture setting is ppc rather than ppc7400.
Just to follow up on this: there appears to be some odd (or at least non-obvious) behaviour with the linker in Xcode 3.2. If you set the deployment target to 10.3, the resulting architecture ends up as ppc7400 whereas 10.4 will give you ppc. (10.5 and 10.6 give you ppc7400.)
Anyway, if you know your code will work on all PowerPC CPU subtypes, it looks like you could use the -force_cpusubtype_ALL linker flag (I haven't tried it).
Kind regards,
Chris
_______________________________________________
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