Re: building cURL?
Re: building cURL?
- Subject: Re: building cURL?
- From: Steve Checkoway <email@hidden>
- Date: Thu, 20 Nov 2008 15:22:34 -0800
On Thu, Nov 20, 2008 at 03:08:34PM -0800, Rich Collyer wrote:
> I have found no hints in the documentation about making a universal
> version of the library. I am just guessing that the configure is
> similar (bad guess, but I have little to go on).
My experience with this has been that it's easier to add the sources
to an Xcode project and let that deal with making the universal
binary.
For a config.h, I found that running configure on two different
machines and then creating a single config.h--with the correct
preprocessor guards, of course--worked quite well.
In the worst case, I had two targets, one to build x86, one to build
ppc, and then I lipoed them together. I think I needed to use
install_name_tool to fix up one of them.
--
Steve Checkoway
_______________________________________________
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