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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 21 Aug 2001 21:30:06 -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: 5
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.

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

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