[issue2234] cygwinccompiler.py fails for latest MinGW releases.

Lenard Lindstrom report at bugs.python.org
Tue Apr 1 20:20:37 CEST 2008


Lenard Lindstrom <len-l at telus.net> added the comment:

distutils.version.StrictVersion.parse does not handle x.y.z.n . That is
why there is an exception. I have tested the patch both with
binutils-2.18.50-20080109 (*), the latest version (a "Technology
Preview"), and its predecessor binutils-2.18.50-20071123, which also
works without the proposed patch. I use MinGW to build Pygame. Finally,
there should be no reason to use earlier versions of binutils with
Python 2.4 and up as msvcr71 support was introduced only a couple of
years ago.

(*) The MinGW binutils bundle contains both ld and dllwrap

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2234>
__________________________________


More information about the Python-bugs-list mailing list