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 pitrou
Recipients dstufft, eric.araujo, loewis, ncoghlan, pitrou
Date 2014-05-19.19:15:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400526920.11.0.990845736539.issue21536@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, it's not a -L flag but a -l flag. Removing the "-lpython3.5m" flag from the linker line works fine under Linux, and allows the resulting extension to be loaded with both a shared libary Python and a statically-linked Python.
History
Date User Action Args
2014-05-19 19:15:20pitrousetrecipients: + pitrou, loewis, ncoghlan, eric.araujo, dstufft
2014-05-19 19:15:20pitrousetmessageid: <1400526920.11.0.990845736539.issue21536@psf.upfronthosting.co.za>
2014-05-19 19:15:20pitroulinkissue21536 messages
2014-05-19 19:15:19pitroucreate