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 (2)
Priority: normal Keywords patch

Created on 2006-07-11 23:51 by dgreiman, last changed 2009-02-06 01:19 by tarek.

Files
File name Uploaded Description Edit Remove
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) Date: 2009-02-06 01:19
done in r69342
History
Date User Action Args
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