Steve Dower added the comment: 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) ---------- title: libpython27.a in python-2.7.10 i386 (windows msi release) contains 64-bit objects -> libpython.a does not work for all MinGW forks versions: +Python 3.5, Python 3.6 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue24385> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
