[issue5941] customize_compiler broken

Tarek Ziadé <report@bugs.python.org> at psf.upfronthosting.co.za Tarek Ziadé <report@bugs.python.org> at psf.upfronthosting.co.za
Wed May 6 10:42:10 CEST 2009


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

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']

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5941>
_______________________________________


More information about the Python-bugs-list mailing list