[Pythonmac-SIG] Official 'right way' to create a universal build of Python?

Mark Dickinson dickinsm at gmail.com
Wed Apr 15 00:08:31 CEST 2009


Thank you, Skip and Ronald.  Together with Ned's information from the python-dev
thread, I managed to build a non-framework universal build on Intel, transfer
a tarball to PPC and get it to run the testsuite.

For future reference, the steps that worked were:

export MACOSX_DEPLOYMENT_TARGET=10.3
./configure --enable-universalsdk=/Developer/SDKs/MacOSX10.4u.sdk
--with-universal-archs='32-bit' && make

Mark


More information about the Pythonmac-SIG mailing list