Lucian Cristian <[email protected]> added the comment:
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"
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue33347>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com