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 steve.dower
Recipients bgilbert, jaharkes, mrabarnett, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-06-08.16:12:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433779954.94.0.285161057003.issue24385@psf.upfronthosting.co.za>
In-reply-to
Content
The fix for issue23199 "broke" 32-bit mingw because nobody agrees which fork of mingw should be supported.

Before the next releases I intend to remove the lib completely and add a "libpython.txt" file in its place with commands or tools to try for generating the file with the fork/version you are currently using.

Thanks for the info.

@mrabarnett: are the `-L"C:\Python35" -lpython35` flags the ones that link to the DLL? (i.e. -L == search path, -l == link-to, and C:\Python35\python35.dll is the DLL)
History
Date User Action Args
2015-06-08 16:12:35steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, mrabarnett, bgilbert, zach.ware, jaharkes
2015-06-08 16:12:34steve.dowersetmessageid: <1433779954.94.0.285161057003.issue24385@psf.upfronthosting.co.za>
2015-06-08 16:12:34steve.dowerlinkissue24385 messages
2015-06-08 16:12:34steve.dowercreate