[issue33347] zlibmodule undefined reference

2021-10-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python tracker ___ ___

[issue33347] zlibmodule undefined reference

2021-09-10 Thread Irit Katriel
Irit Katriel added the comment: The report only shows output for 2.7. Is this issue really relevant to 3.x? -- nosy: +iritkatriel status: open -> pending ___ Python tracker

[issue33347] zlibmodule undefined reference

2020-03-05 Thread Martin Ni
Martin Ni added the comment: Hello sir! I got exactly same issue when compile some ipk in Openwrt. Would tell how to add "-lz" to python-config? I am not so familiar with Python coding. Thanks! -- nosy: +Martin Ni ___ Python tracker

[issue33347] zlibmodule undefined reference

2018-04-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +serhiy.storchaka, twouters versions: +Python 3.8 -Python 3.4, Python 3.5 ___ Python tracker ___

[issue33347] zlibmodule undefined reference

2018-04-24 Thread Lucian Cristian
Lucian Cristian 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" --

[issue33347] zlibmodule undefined reference

2018-04-24 Thread Lucian Cristian
New submission from Lucian Cristian : trying to compile a utility in Openwrt and when pip-install is selected and zlib is linked to python I get this: staging_dir/hostpkg/lib/libpython2.7.a(zlibmodule.o): In function `PyZlib_crc32':