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 steve.dower, tim.golden, zach.ware, zwelch
Date 2015-01-17.20:21:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421526063.11.0.379852952705.issue23199@psf.upfronthosting.co.za>
In-reply-to
Content
So I've grabbed gendef and dlltool from the latest mingw-w64 and will look at using those in the future for both 2.7 and 3.5.

According to objdump, I can use these to create file format pe-i386 and pe-x86-64 with the same tools. Are these the correct formats for 32-bit and 64-bit respectively?

My commands are (approximately):

  gendef - python35.dll > mingwlib.def

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

  dlltool --dllname python35.dll --def mingwlib.def --output-lib win32\libpython35.a -m i386
History
Date User Action Args
2015-01-17 20:21:03steve.dowersetrecipients: + steve.dower, tim.golden, zach.ware, zwelch
2015-01-17 20:21:03steve.dowersetmessageid: <1421526063.11.0.379852952705.issue23199@psf.upfronthosting.co.za>
2015-01-17 20:21:03steve.dowerlinkissue23199 messages
2015-01-17 20:21:03steve.dowercreate