
May 24, 2000
2:54 a.m.
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?