[issue6802] build fails on Snow Leopard

Ronald Oussoren report at bugs.python.org
Sun Aug 30 09:28:16 CEST 2009


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

The default value for the -arch flag changed in SL. It used to be the  
same as the output of the arch command (i386 on intel systems) and now  
is x86-64.

I'll create a patch for configure to automaticly detect the right value.

As a workaround you can build a universal build (--enable- 
universalsdk=/)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6802>
_______________________________________


More information about the Python-bugs-list mailing list