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 jaharkes
Recipients bgilbert, jaharkes, mrabarnett, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-06-05.19:40:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433533235.72.0.758355392315.issue24385@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-06-05 19:40:35jaharkessetrecipients: + jaharkes, paul.moore, tim.golden, mrabarnett, bgilbert, zach.ware, steve.dower
2015-06-05 19:40:35jaharkessetmessageid: <1433533235.72.0.758355392315.issue24385@psf.upfronthosting.co.za>
2015-06-05 19:40:35jaharkeslinkissue24385 messages
2015-06-05 19:40:35jaharkescreate