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 ocroquette
Recipients dstufft, eric.araujo, ocroquette, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-11-04.22:27:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604528860.17.0.473094725169.issue37351@roundup.psfhosted.org>
In-reply-to
Content
I don't know what version of gendef is meant, but the one from MSYS2 / MinGW64 doesn't output the result on stdout, but rather writes the file "python38.def" itself. So the commands are the following:

cd libs
gendef ..\python38.dll
dlltool --dllname python38.dll --def python38.def --output-lib libpython38.a
History
Date User Action Args
2020-11-04 22:27:40ocroquettesetrecipients: + ocroquette, paul.moore, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft
2020-11-04 22:27:40ocroquettesetmessageid: <1604528860.17.0.473094725169.issue37351@roundup.psfhosted.org>
2020-11-04 22:27:40ocroquettelinkissue37351 messages
2020-11-04 22:27:40ocroquettecreate