[issue9704] 3.2 - zlib.pc.in is missing in source tree

Sridhar Ratnakumar report at bugs.python.org
Sat Aug 28 03:20:55 CEST 2010


Sridhar Ratnakumar <sridharr at activestate.com> added the comment:

OK - we use Modules/zlib for ActivePython build on all platforms (not just Windows).

When I included the following files from zlib-1.2.5.tar.gz - Modules/zlib builds fine.

gzclose.c  gzguts.h   gzlib.c    gzread.c   gzwrite.c 
zlib.pc.in zlib.map zconf.h.in

We could add these as part of our internal build process, but it would be nice to have these checked into Modules/zlib (I don't have commit access - so I can't add them).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9704>
_______________________________________


More information about the Python-bugs-list mailing list