[Distutils] Distutils.sysconfig.customize_compiler wrong ?

Tarek Ziadé ziade.tarek at gmail.com
Fri May 22 15:41:45 CEST 2009


On Fri, May 22, 2009 at 3:36 PM, rupert.thurner
<rupert.thurner at gmail.com> wrote:
> are you sure you are not violating something here?

What do you mean ?

> the packager of our operating systems python had the compiler in /opt/
> studio/... but we do not.

build_ext will pick the CC it finds in the Makefile but overrides it if one
is set in os.environ['CC']

I am unable to reproduce your problem here, so you should check as I
previously said,
what is happening when you call build_ext, to understand why your CC
isn't picked.

Regards
Tarek
-- 
Tarek Ziadé | http://ziade.org


More information about the Distutils-SIG mailing list