[New-bugs-announce] [issue2437] Distutils runtime_library_dirs broken on Windows

Bill Janssen report at bugs.python.org
Thu Mar 20 21:23:15 CET 2008


New submission from Bill Janssen <bill.janssen at gmail.com>:

The distutils.unixcompiler.runtime_library_dirs() function, used when
compiling with MinGW or Cygwin on Windows, fails catastrophically
because the return result of sysconfig.get_config_var("CC") returns
None.  It should probably be prepared for that eventuality.

----------
messages: 64200
nosy: janssen
severity: normal
status: open
title: Distutils runtime_library_dirs broken on Windows

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


More information about the New-bugs-announce mailing list