Re: Building for both i386 and PPC on OS X
Hampa <[email protected]> Thu, 18 Oct 2007 07:55:15 +0800
| Newsgroups | gmane.comp.lib.ode |
|---|---|
| Message-ID | <[email protected]> |
Hi James, I was looking for that as well but ended up compiling the library on two machines then creating the universal lib with lipo. Something like: lipo -create libode_i386.a libode_ppc.a -output libode_uni.a cheers, hampa On 18 Oct 2007, at 4:56 AM, James Covington wrote: > Currently when using Autotools configure sets the target system to > whatever its running on. How would one build a Universal Binary? Is > there an option I'm missing? > > -James > _______________________________________________ > ODE mailing list > [email protected] > http://ode.org/mailman/listinfo/ode