Message340837
| Author | vstinner |
|---|---|
| Recipients | barry, dstufft, eric.araujo, lemburg, loewis, ncoghlan, piotr.dobrogost, pitrou, vstinner |
| Date | 2019-04-25.11:30:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1556191803.2.0.492303305254.issue21536@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
If an application is linked to libpython to embed Python, the application build requires flags to link to libpython. Currently, there are: $ python3-config --libs -lpython3.7m -lcrypt -lpthread -ldl -lutil -lm $ pkg-config --libs python-3.7 -lpython3.7m My PR doens't change Misc/python.pc. Discussion on python-dev: * https://mail.python.org/pipermail/python-dev/2019-April/157196.html * https://mail.python.org/pipermail/python-dev/2019-April/157201.html |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-25 11:30:03 | vstinner | set | recipients: + vstinner, lemburg, loewis, barry, ncoghlan, pitrou, eric.araujo, piotr.dobrogost, dstufft |
| 2019-04-25 11:30:03 | vstinner | set | messageid: <1556191803.2.0.492303305254.issue21536@roundup.psfhosted.org> |
| 2019-04-25 11:30:03 | vstinner | link | issue21536 messages |
| 2019-04-25 11:30:03 | vstinner | create | |