--- Lib/distutils/cygwinccompiler.py.orig 2013-07-30 23:38:49 +0000 +++ Lib/distutils/cygwinccompiler.py 2013-07-30 23:35:50 +0000 @@ -333,10 +333,6 @@ # no additional libraries needed self.dll_libraries=[] - # Include the appropriate MSVC runtime library if Python was built - # with MSVC 7.0 or later. - self.dll_libraries = get_msvcr() - # __init__ () # class Mingw32CCompiler