I'm trying to build the new 1.6.0 libraries under OSX as universal binaries. Following the
instructions I ran configure this way:

./configure --enable-osx-universal-binaries --disable-dependency- tracking

Then when I run make to build the libraries it all seems to be working correctly until libtool is called to build a final shared library. It seems that libtool isn't passing the following flags
along to the compiler:

    -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386

Can anybody else confirm this?

Thanks.
--Ken



_______________________________________________
Openexr-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/openexr-devel

Reply via email to