[ODE] universal binary for OS X?

Irrisor irrisor at dev.java.net
Thu Aug 3 05:26:48 MST 2006



Shamyl Zakariya wrote:

> it sure would be nice if  
> ODE did it out of the box on OS X ( or at least offered it as a  
> configure option )

This line does the trick:

CFLAGS="-arch ppc -arch i386 -isysroot \
/Developer/SDKs/MacOSX10.4u.sdk" \
CXXFLAGS="-arch ppc -arch i386 -isysroot \
/Developer/SDKs/MacOSX10.4u.sdk" ./configure \
--disable-dependency-tracking

Alternatively you can export those environment variables (CFLAGS and 
CXXFLAGS) before running
./configure --disable-dependency-tracking

regards,
Irrisor


More information about the ODE mailing list