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: Distutils bugfix: Read $AR from the environment/Makefile.
Type: behavior Stage:
Components: Distutils Versions: Python 3.1, Python 2.7
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: tarek Nosy List: dgreiman, tarek
Priority: normal Keywords: patch

Created on 2006-07-11 23:51 by dgreiman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
distutils_ar_fix.diff dgreiman, 2006-07-11 23:51 Patch to Lib/distutils/sysconfig.py (r50594)
Messages (2)
msg50661 - (view) Author: Douglas Greiman (dgreiman) * Date: 2006-07-11 23:51
Distutils reads CC, CFLAGS, etc, but fails to read AR.
 This seems like a simple oversight, which this small
patch corrects.

Tested on Redhat 9.0 on x86 Linux.
msg81244 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2009-02-06 01:19
done in r69342
History
Date User Action Args
2022-04-11 14:56:18adminsetgithub: 43652
2009-02-06 01:19:32tareksetstatus: open -> closed
messages: + msg81244
2009-02-06 01:10:46tareksetversions: - Python 2.6, Python 3.0
2009-02-05 08:54:43tareksetassignee: tarek
2009-02-04 23:37:55akitadasetnosy: + tarek
type: behavior
versions: + Python 2.6, Python 3.0, Python 3.1, Python 2.7, - Python 2.5
2006-07-11 23:51:53dgreimancreate