Re: Universal Binary and 3rd party PPC frameworks
Re: Universal Binary and 3rd party PPC frameworks
- Subject: Re: Universal Binary and 3rd party PPC frameworks
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 21 Sep 2005 07:22:26 -0600
On Sep 21, 2005, at 7:13 AM, day welsh wrote:
Somebody should have already met with this. Any advice
on how to handle such 3rd party libraries which are in
PPC only MachO format ?
You can't link a Mach-O binary unless all of the frameworks &
libraries you're using are compiled for the same architecture(s)
you're targeting. This is the same reason why you can't build 64-bit
Cocoa or Carbon apps right now; the Cocoa and Carbon frameworks are
not compiled for ppc64 at the time of this writing. So if you're
using closed-source frameworks, you're at the mercy of the vendor to
provide a version of the framework that supports more architectures.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden