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 vstinner
Recipients doko, hroncok, lukasz.langa, ned.deily, swt2c, vstinner
Date 2019-05-24.16:02:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558713721.77.0.291684149874.issue36721@roundup.psfhosted.org>
In-reply-to
Content
By the way, I'm not sure that the current layout of .pc files. The name "module" give a different configuration. Is that correct?

$ grep ^Libs: /opt/py38/lib/pkgconfig/python-3.8-embed.pc
Libs: -L${libdir} -lpython3.8

$ grep ^Libs: /opt/py38dbg/lib/pkgconfig/python-3.8-embed.pc
Libs: -L${libdir} -lpython3.8d
History
Date User Action Args
2019-05-24 16:02:01vstinnersetrecipients: + vstinner, doko, ned.deily, lukasz.langa, hroncok, swt2c
2019-05-24 16:02:01vstinnersetmessageid: <1558713721.77.0.291684149874.issue36721@roundup.psfhosted.org>
2019-05-24 16:02:01vstinnerlinkissue36721 messages
2019-05-24 16:02:01vstinnercreate