On Sep 17, 2006, at 8:03 PM, Josiah Carlson wrote:


"Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
Out of curiosity: how do the current universal binaries deal with this
issue?

If I remember correctly, usually you do two completely independant
compile runs (optionally on the same machine with different configure or
macro definitions, then use a packager provided by Apple to merge the
results for each binary/so to be distributed. Each additional platform
would just be a new compile run.

That's the hard way to do things, if you don't mind to spent some time checking the code you try to compile you can usually tweak header files and use '-arch ppc -arch i386' to build a universal binary in one go. This is a lot more convenient when building universal binaries and is what's used to build Python as a universal binary.

Ronald

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

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to