[Distutils] bdist and --compiler

Greg Ward gward@python.net
Tue, 23 May 2000 22:54:52 -0400


On 23 May 2000, Thomas Heller said:
> You could use:
>   setup.py bdist build_ext --compiler Cygwin

Careful -- if you're using code earlier than last night, I think
"build_ext" should come first.  That particular bit of bogosity should
be fixed with the config file changes, though.  One more reason to be
following the CVS tree.  (Whaddya mean, time for a new release?  ;-)

> You have to be carefull with the short options:
>   setup.py bdist build_ext -f
> is NOT interpreted as
>   build_ext --force
> but as
>   bdist --format

That's a feature.  I think.  ;-)

        Greg
-- 
Greg Ward - "always the quiet one"                      gward@python.net
http://starship.python.net/~gward/
Could I have a drug overdose?