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 xdegaye
Recipients Alex.Willmer, xdegaye
Date 2016-04-29.10:32:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461925930.98.0.579147295527.issue26884@psf.upfronthosting.co.za>
In-reply-to
Content
configure of the cross compilation is run with '--enable-shared --with-pydebug'.

The cross-compilation fails attempting to link the extension module objects with a non existing libpython3.6m instead of libpython3.6dm, when the native python that is used to run setup.py had not been configured with --with-pydebug.

The attached patch fixes this problem.
History
Date User Action Args
2016-04-29 10:32:11xdegayesetrecipients: + xdegaye, Alex.Willmer
2016-04-29 10:32:10xdegayesetmessageid: <1461925930.98.0.579147295527.issue26884@psf.upfronthosting.co.za>
2016-04-29 10:32:10xdegayelinkissue26884 messages
2016-04-29 10:32:10xdegayecreate