On 23 Apr, 2007, at 3:44, Ulysses Known wrote:

Hi,

I just used easy_install to install a package on OSX 10.4.9 (MacBook
Pro) and noted that the built egg has the following name:

FOO-py2.5-macosx-10.3-fat.egg

I looked inside the egg and yes, there are "fat" (PPC and Intel)
shared objects.  I tried looking through the PEAK website and the
distutils docs, but there was nothing specific about how one might
configure the build process on OSX.

How do I configure easy install to build Intel only binaries for 10.4?

Why do you want to do that?

Anyway, you'll have to change the setup.py to build intel-only binaries. You have to add extra_link_args and and extra_compile_args to all, both of them ['-arch', 'i386'].

Ronald
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to