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

Carl Kleffner report at bugs.python.org
Tue Jun 9 22:18:54 CEST 2015


Carl Kleffner added the comment:

The most robust way to support a specific mingw-w64 distribution is to copy a python import library generated by this specific toolchain and the provided import library for the corresponding msvcrXX.dll runtime into the libs folder.
This has to be performed by the user with the help of gendef and dlltool. Another atempt is to install and use a specific mingw-toolchain that copies these files into the libs folder during install. Such a toolchain will be provided in the near future as 'mingwpy' toolchain for python2.7-3.4.

----------
nosy: +carlkl

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


More information about the Python-bugs-list mailing list