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 Lucian Cristian
Recipients Lucian Cristian
Date 2018-04-24.15:55:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
it seems that python-config --libs doesn't detect -lz and appending -lz fixes the problem

-    PYTHON_LIBS="`\"${PYTHONCONFIG}\" --libs`"
+    PYTHON_LIBS="`\"${PYTHONCONFIG}\" --libs` -lz"
History
Date User Action Args
2018-04-24 15:55:06Lucian Cristiansetrecipients: + Lucian Cristian
2018-04-24 15:55:06Lucian Cristiansetmessageid: <[email protected]>
2018-04-24 15:55:06Lucian Cristianlinkissue33347 messages
2018-04-24 15:55:06Lucian Cristiancreate