This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bdew
Recipients bdew, georg.brandl
Date 2009-06-11.10:05:57
SpamBayes Score 2.3785252e-11
Marked as misclassified No
Message-id <1244714760.31.0.0843476706445.issue6264@psf.upfronthosting.co.za>
In-reply-to
Content
It seems this was writen to the docs after a discussion here: 
http://mail.python.org/pipermail/python-dev/2005-October/057717.html

>> As it turns out, MinGW also implemented, in version 3.0.0 (with
>> binutils-2.13.90-20030111-1), features which make the creation of
>> libpython24.a unnecessary

It looks like the current version of mingw sees python26.lib and 
incorrectly uses it.

If i remove python26.lib and place python26.dll instead - mingw uses 
the exports directly from the dll and everything works too (without 
needing libpython26.a).

This should be reflected in the documentation.
History
Date User Action Args
2009-06-11 10:06:00bdewsetrecipients: + bdew, georg.brandl
2009-06-11 10:06:00bdewsetmessageid: <1244714760.31.0.0843476706445.issue6264@psf.upfronthosting.co.za>
2009-06-11 10:05:58bdewlinkissue6264 messages
2009-06-11 10:05:57bdewcreate