Compile glitch? 0.9.8, -lz
Michael Roth
mroth@nessie.de
Mon, 12 Jul 1999 13:01:42 +0200 (MET DST)
On Mon, 12 Jul 1999, Jorgen Grahn wrote:
> I recently tried to compile gnupg 0.9.8 on my Linux box (Redhat 5.2).
> At least in the 'tools' directory, I got linking errors due to the presence
> of the -lz flag (zlib, that is).
This is a known 0.9.8 bug. It is fixed in the CVS version. However, if you
would like to fix this in the 0.9.8 release, and you have automake 1.4 and
autoconf 2.13 try this:
Edit line 544 in configure.in, change:
if test "use_local_zlib" = yes ; then
to:
if test "$use_local_zlib" = yes ; then
After that, run `autoheader && automake && autoconf' to make sure,
anything is ok.
cu
Michael