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 brett.cannon, xdegaye
Date 2017-11-03.23:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509751449.82.0.213398074469.issue31934@psf.upfronthosting.co.za>
In-reply-to
Content
To build out of the 'src' source tree (a subdirectory of the current directory) in a 'build' subdirectory:

$ ls -ld src
drwxr-xr-x 21 xavier xavier 4.0K Nov  3 23:50 src/
$ mkdir build
$ cd build
$ $(cd ../src && pwd)/configure && make

This is useful when you build for multiple platform configurations. For example on Android one can build for multiple API versions and multiple architectures (x86_64, armv7, aarch64, ...).
History
Date User Action Args
2017-11-03 23:24:09xdegayesetrecipients: + xdegaye, brett.cannon
2017-11-03 23:24:09xdegayesetmessageid: <1509751449.82.0.213398074469.issue31934@psf.upfronthosting.co.za>
2017-11-03 23:24:09xdegayelinkissue31934 messages
2017-11-03 23:24:09xdegayecreate