This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bennykj
Recipients Alex.Willmer, bennykj, xdegaye, yan12125
Date 2016-10-15.15:20:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476544835.55.0.229821669569.issue28444@psf.upfronthosting.co.za>
In-reply-to
Content
I've confirmed that the suggested steps works fine on Ubuntu 14.04 as well as 16.04 versions

standard procedure for cross-compilation:
    * Configure the python source, for example update Modules/Setup.
    * Build python natively out of the source tree [1].
    * Set the new interpreter first on the PATH.
    * Cross-build python out of the same source tree, in another directory.

Thanks a lot for the support.

Could you please comment if we could add these instructions to the README file under the Build Instructions. I'll make a a small patch for updating the documentation.
History
Date User Action Args
2016-10-15 15:20:35bennykjsetrecipients: + bennykj, xdegaye, Alex.Willmer, yan12125
2016-10-15 15:20:35bennykjsetmessageid: <1476544835.55.0.229821669569.issue28444@psf.upfronthosting.co.za>
2016-10-15 15:20:35bennykjlinkissue28444 messages
2016-10-15 15:20:35bennykjcreate