[issue11946] 2.7.1 'test_commands' build test fails

Jason Vas Dias report at bugs.python.org
Sat Apr 30 14:20:12 CEST 2011


Jason Vas Dias <jason.vas.dias at gmail.com> added the comment:

Aha ! Is the above multi-arch config what would result if I did :

  --with-universal-archs=ARCH
                          select architectures for universal build  
                         ("32-bit",
                          "64-bit", "3-way", "intel" or "all")

ie: --with-univeral-archs='64-bit 32-bit' 

??

The fact that the python --configure ignores my '--libdir=/usr/lib64'
setting and installs files under /usr/lib regardless suggest this
would NOT work as I expect.

----------

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


More information about the Python-bugs-list mailing list