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 vstinner
Recipients loewis, neologix, pitrou, vstinner
Date 2011-10-12.12:06:05
SpamBayes Score 8.145772e-08
Marked as misclassified No
Message-id <1318421167.12.0.301144955548.issue13157@psf.upfronthosting.co.za>
In-reply-to
Content
It is no more possible to build Python outside its source directory. Try using:

cd <python sources directory>
mkdir release
cd release
../configure
make

Attached patch should fix this issue.
History
Date User Action Args
2011-10-12 12:06:07vstinnersetrecipients: + vstinner, loewis, pitrou, neologix
2011-10-12 12:06:07vstinnersetmessageid: <1318421167.12.0.301144955548.issue13157@psf.upfronthosting.co.za>
2011-10-12 12:06:06vstinnerlinkissue13157 messages
2011-10-12 12:06:06vstinnercreate