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.

classification
Title: patch for build with read-only $srcdir
Type: Stage:
Components: Build Versions: Python 2.6, Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: hkoenig, loewis
Priority: normal Keywords: patch

Created on 2003-08-11 15:17 by hkoenig, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python-2.3.pch1 hkoenig, 2003-08-11 15:17
Messages (2)
msg44435 - (view) Author: Harald Koenig (hkoenig) Date: 2003-08-11 15:17
trying to build with a read-only $srcdir tree 
and a tree of symlinks to $srcdir fails at two stages
without the attached patch.

the additional -IInclude is needed because
of graminit.h which gets generated in Includes
(since $srcdir/Includes is readonly!).

the change from LDSHARED to BLDSHARED
is necessary for AIX-4.3
msg55661 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-09-05 11:48
Thanks for the patch. Committed as r57990 and r57991.
History
Date User Action Args
2022-04-10 16:10:35adminsetgithub: 39045
2007-09-05 11:48:04loewissetstatus: open -> closed
resolution: accepted
messages: + msg55661
versions: + Python 2.6, Python 2.5, - Python 2.3
2003-08-11 15:17:59hkoenigcreate