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 Alexey.Pavlov
Recipients Alexey.Pavlov, Victor.Lazzarini, loewis
Date 2014-03-17.05:46:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395035169.74.0.328414902496.issue20785@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-03-17 05:46:09Alexey.Pavlovsetrecipients: + Alexey.Pavlov, loewis, Victor.Lazzarini
2014-03-17 05:46:09Alexey.Pavlovsetmessageid: <1395035169.74.0.328414902496.issue20785@psf.upfronthosting.co.za>
2014-03-17 05:46:09Alexey.Pavlovlinkissue20785 messages
2014-03-17 05:46:09Alexey.Pavlovcreate