[New-bugs-announce] [issue13157] Build Python outside the source directory

STINNER Victor report at bugs.python.org
Wed Oct 12 14:06:07 CEST 2011


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

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.

----------
files: build.patch
keywords: patch
messages: 145392
nosy: haypo, loewis, neologix, pitrou
priority: normal
severity: normal
status: open
title: Build Python outside the source directory
versions: Python 3.3
Added file: http://bugs.python.org/file23386/build.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13157>
_______________________________________


More information about the New-bugs-announce mailing list