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, dstufft, eric.araujo, xdegaye
Date 2016-05-11.19:24:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462994640.15.0.234917590196.issue26884@psf.upfronthosting.co.za>
In-reply-to
Content
Another description of the problem:
* On the build system, the native python (in one of the search directories of PATH) has been built without --with-pydebug.
* The cross-compilation is done on this build system with --with-pydebug.
* The cross-compilation of all the Python extension modules fails with:
    /bin/ld: error: cannot find -lpython3.6m
    collect2: error: ld returned 1 exit status
History
Date User Action Args
2016-05-11 19:24:00xdegayesetrecipients: + xdegaye, eric.araujo, dstufft, Alex.Willmer
2016-05-11 19:24:00xdegayesetmessageid: <1462994640.15.0.234917590196.issue26884@psf.upfronthosting.co.za>
2016-05-11 19:24:00xdegayelinkissue26884 messages
2016-05-11 19:24:00xdegayecreate