[Distutils] gcc compiler options' override

Phillip J. Eby pje at telecommunity.com
Wed Oct 11 05:10:05 CEST 2006


At 07:45 PM 10/10/2006 -0700, Venkat Bommakanti wrote:
>Hi,
>
>For a couple comps, like:
>     . RuleDispatch-0.5a0.dev-r2115.tar.gz
>     . cElementTree-1.0.5-20051216.zip, ...
>I'm trying to build and deploy them as eggs... Using the $CC override,
>I'm able specify the compiler of choice to compile the C sources
>in these comps.  How do I select the compiler options ( -I, -L, -D etc)
>and have them picked up by the compiler (--compiler=unix) which in
>turn could be used by distutils.unixcompiler...

Presumably, by overriding $INCLUDE et al.



More information about the Distutils-SIG mailing list