[issue4165] Failure building 64-bit Python on Leopard

Ronald Oussoren report at bugs.python.org
Fri Jan 2 12:43:18 CET 2009


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

I located the problem, it's in the configure line:

 ./configure --with-framework-name=Python64 --
with-universal-archs=all --enable-framework --enable-
universalsdk=MACOSX_DEPLOYMENT_TARGET=10.5

That's wrong because the argument for --enable-universalsdk should be a 
filesystem path for the SDK. In this case the following command-line 
will work:

./configure --with-framework-name=Python64 --
with-universal-archs=all --enable-framework --enable-
universalsdk=/

----------
resolution:  -> works for me
status: open -> pending

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


More information about the Python-bugs-list mailing list