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 steve.dower
Recipients franke-daniel, paul.moore, python-dev, steve.dower, tim.golden, zach.ware, zwelch
Date 2015-02-22.06:58:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424588337.1.0.755102217426.issue23199@psf.upfronthosting.co.za>
In-reply-to
Content
I posted these commands above (modulo version number). If you have MinGW and binutils then it should Just Work, but I'm not very experienced with the range of installations you could have, so you may need to track down the gendef and dlltool tools:

  gendef - python27.dll > mingwlib.def

  dlltool --dllname python27.dll --def mingwlib.def --output-lib amd64\libpython27.a -m i386:x86-64

  dlltool --dllname python27.dll --def mingwlib.def --output-lib win32\libpython27.a -m i386
History
Date User Action Args
2015-02-22 06:58:57steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, python-dev, zach.ware, zwelch, franke-daniel
2015-02-22 06:58:57steve.dowersetmessageid: <1424588337.1.0.755102217426.issue23199@psf.upfronthosting.co.za>
2015-02-22 06:58:57steve.dowerlinkissue23199 messages
2015-02-22 06:58:57steve.dowercreate