Displaying 1 result from an estimated 1 matches for "zcinf".
Did you mean:
cinf
2001 Apr 06
0
./configure can't find zlib
...ge:
checking for deflate in -lz... no
configure: error: *** zlib missing - please install first ***
Nothing I've tried has been able to tell it where zlib lives ; I have
it installed in :
/usr/local/zlib/lib/libz.a (and .so) and also
/usr/local/zlib/include/zlib.h (and zcinf.h)
on a DEC UNIX OSF/1 version 4.0 alpha machine.
I've tried the LD="/usr/local/zlib/lib" and LIBS="-lz
/usr/local/zlib/lib/libz", both before and after the ./configure. I've
also tried various combinations of those plus
--with-ldflags="-L/usr/local/zlib/lib -lz&qu...