[issue20785] Missing symbols in Python27.lib (Windows 64bit)

Alexey Pavlov report at bugs.python.org
Mon Mar 17 06:46:09 CET 2014


Alexey Pavlov added the comment:

For peoples who interesting in supporting building Python with mingw-w64 compiler I can get some links.

More than a year ago we start providing our own builds of Python 2.7+3.3 builded with mingw-w64 compiler.
I'm developer of MSYS2 project - modern fork of Cygwin with MSYS functionality + pacman package manager (ported from Arch Linux).

You can easily build your own Python with mingw-w64 using our patches that include patches from Roumen Petrov (rpetrov) and our own.

Python-2.7.6 patches:
https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-python2

Python-3.3.3 patches:
https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-python3

Also you can get prebuilded python and other mingw-w64 packages using MSYS2 with pacman.

Regards,
Alexey.

----------
nosy: +Alexey.Pavlov

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


More information about the Python-bugs-list mailing list