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.

Author tarek
Recipients cdavid, tarek
Date 2009-05-06.08:42:08
SpamBayes Score 2.9357267e-08
Marked as misclassified No
Message-id <1241599330.8.0.15168083791.issue5941@psf.upfronthosting.co.za>
In-reply-to
Content
Ok I am able to reproduce it. We can't change AR in the makefile,
so I think the best way is to add like you said the -cr option
in Python Makefile under a new variable, then use it in customize_compiler

I'll ask on python-dev because I am new to the Makefile.

A turnaround until then is to set AR with the correct option 
in os.environ['AR']
History
Date User Action Args
2009-05-06 08:42:10tareksetrecipients: + tarek, cdavid
2009-05-06 08:42:10tareksetmessageid: <1241599330.8.0.15168083791.issue5941@psf.upfronthosting.co.za>
2009-05-06 08:42:09tareklinkissue5941 messages
2009-05-06 08:42:08tarekcreate