[Python-bugs-list] [ python-Bugs-454086 ] distutils/mingw32 links to dbg libs

noreply@sourceforge.net noreply@sourceforge.net
Tue, 04 Sep 2001 12:59:13 -0700


Bugs item #454086, was opened at 2001-08-21 21:30
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=454086&group_id=5470

Category: Distutils
Group: None
Status: Open
Resolution: None
>Priority: 7
Submitted By: Gerhard Häring (ghaering)
Assigned to: A.M. Kuchling (akuchling)
Summary: distutils/mingw32 links to dbg libs

Initial Comment:
When compiling extension modules on Windows with
debugging enabled for the native mode of the GNU
compilers ("--compiler=mingw32 --debug"), distutils
tries to link with the debugging version of the
libraries (python21_d.dll, ...). This may be useful for
Microsoft Visual C++, but for the GNU compilers, it
isn't. GNU tools have a different debugging symbol
format than MS tools, so there's no point in doing this.

----------------------------------------------------------------------

Comment By: A.M. Kuchling (akuchling)
Date: 2001-09-04 12:56

Message:
Logged In: YES 
user_id=11375

Hmm... I can't see any code in cygwinccompiler.py that 
adds the _d prefix in the current CVS.  Can you please 
track down the code that adds it, and submit a patch to 
fix the problem?



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=454086&group_id=5470