[issue24385] libpython27.a in python-2.7.10 i386 (windows msi release) contains 64-bit objects

Jan Harkes report at bugs.python.org
Fri Jun 5 21:40:35 CEST 2015


Jan Harkes added the comment:

Just noticed in Matthew Barnett's comment that he has an additional "--as-flags=--32" argument.

  x86_64-w64-mingw32-dlltool --as-flags=--32 --dllname python27.dll --def mingwlib.def --output-lib win32\libpython27.a -m i386

Creates a correct libpython27.a where every object is 32-bit.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24385>
_______________________________________


More information about the Python-bugs-list mailing list