[Python-Dev] zlib module doesn't build (original) (raw)
[Python-Dev] zlib module doesn't build - inflateCopy() not found
"Martin v. Löwis" martin at v.loewis.de
Sat May 20 08:01:53 CEST 2006
- Previous message: [Python-Dev] zlib module doesn't build - inflateCopy() not found
- Next message: [Python-Dev] zlib module doesn't build - inflateCopy() not found
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tim Peters wrote:
That's very peculiar. Python has its own copy of the zlib code now, under Modules/zlib/. That's version 1.2.3.
http://mail.python.org/pipermail/python-dev/2005-December/058873.html inflateCopy() is exported by Modules/zlib/inflate.c. I wonder why the last gcc line above has "-lz" in it?
By convention, the Unix build doesn't use the included zlib. Unix users typically insist on using the system libraries when they are available, so nobody has even contributed a build procedure to use the included zlib optionally.
Regards, Martin
- Previous message: [Python-Dev] zlib module doesn't build - inflateCopy() not found
- Next message: [Python-Dev] zlib module doesn't build - inflateCopy() not found
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]