Xavier de Gaye added the comment:

The cross-build uses a native python to run setup.py to build the extension 
modules, and to run 'python -S -m sysconfig --generate-posix-vars' and to byte 
compile the modules from the standard library. So you do need a native python. 
That is why you should first build it natively, set the PATH so that the 
cross-build can find it and use it, and then run the cross-build.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28444>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to