On Fri, May 22, 2009 at 3:36 PM, rupert.thurner
<rupert.thur...@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
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to