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 xdegaye
Recipients Alex.Willmer, martin.panter, xdegaye
Date 2016-11-05.19:18:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478373530.89.0.786491841264.issue28542@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I was not aware of DESTDIR. The 2.7 README contains also useful information on the build process, for example about some use cases of the '*shared*' entries in the Setup files (for when setup.py cannot detect/build an extension module) or about the '*static' entries (to be able to profile extension modules). It also explains Setup.local whereas the only information on Setup.local in the Python3 documentation, is restricted to https://docs.python.org/3/extending/extending.html#compilation-and-linkage :(

There is also a lot of noise in the 2.7 README, this possibly explains the trimming. Maybe the cross-build section in the 3.6 README could be a link to a new build section in the documentation ?

> --prefix etc are already mentioned in “./configure --help”

The documentation on sys.prefix and sys.exec_prefix gives details about where go which files which is useful when trying to figure out where to copy the files on the target after a cross-build.
History
Date User Action Args
2016-11-05 19:18:50xdegayesetrecipients: + xdegaye, martin.panter, Alex.Willmer
2016-11-05 19:18:50xdegayesetmessageid: <1478373530.89.0.786491841264.issue28542@psf.upfronthosting.co.za>
2016-11-05 19:18:50xdegayelinkissue28542 messages
2016-11-05 19:18:50xdegayecreate