Skip to main content.

2003-Nov-25

When building scribus, it failed with
`gzputs' undeclared
gzputs() is defined with recent zlib.h as included with recent zlib libraries. See http://www.gzip.org/zlib/ for details.

My problem was caused by an XFree86 build from source that build using "HasZlib" as NO and installed over my good zlib.h with an out-dated version. Fix was simply to reinstall new version. (And then make sure XFree86 didn't build nor install it again.)