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
标题: patch for build with read-only $srcdir
类型: Stage:
Components: Build Versions: Python 2.6, Python 2.5
process
状态: closed Resolution: accepted
Dependencies: 后续:
分配给: loewis 抄送列表: hkoenig, loewis
优先级: normal 关键字: patch

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

文件
文件名 上传时间 Description 编辑
Python-2.3.pch1 hkoenig, 2003-08-11 15:17
Messages (2)
msg44435 - (view) Author: Harald Koenig (hkoenig) 日期: 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) 日期: 2007-09-05 11:48
Thanks for the patch. Committed as r57990 and r57991.
历史
日期 用户 动作 参数
2022-04-10 16:10:35admin修改github: 39045
2007-09-05 11:48:04loewis修改状态: open -> closed
resolution: accepted
消息: + msg55661
versions: + Python 2.6, Python 2.5, - Python 2.3
2003-08-11 15:17:59hkoenig创建