Re: Autoconf, universal binaries, and dependencies
Re: Autoconf, universal binaries, and dependencies
- Subject: Re: Autoconf, universal binaries, and dependencies
- From: Peter Mulholland <email@hidden>
- Date: Tue, 12 Jun 2007 22:08:03 +0100
Hello Nick,
Tuesday, June 12, 2007, 4:41:22 AM, you wrote:
> Short question: How do I get a universal binary out of an autoconf
> project that uses dependencies when I don't have a computer with the
> desired CPU architecture?
You can do this, but it requires a little kludging.
SDL made a way to do this by using a script called gcc-fat.sh.
Basically, this takes the place of the compiler and ensures both
architectures get built.
You can grab it here:
http://svn.icculus.org/smpeg/trunk/gcc-fat.sh?rev=300
Read the top of the file for an example of it's use. So far, this has
worked for me on most things. You should build the dependencies with
it first so that they will install fat versions that your target
library will use
--
Best regards,
Peter mailto:email@hidden
_______________________________________________
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