[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make nam



On Tue, 10 Aug 1999 20:52:15 CDT, Zhenhai Duan wrote: 
>When I compiled "nam", I met the following error, can anyone help me out?
>(I did not use tcl/tk8.0.4, I used tcl/tk8.0, I do not know if this
>matters?)

>...
>nam_stream.o: In function
>`NamStreamCompressedFile::NamStreamCompressedFile(char
> const *)':
>nam_stream.o(.text+0x520): undefined reference to `gzopen'
>nam_stream.o: In function `NamStreamCompressedFile::gets(char *, int)':
>nam_stream.o(.text+0x54c): undefined reference to `gzgets'
>nam_stream.o: In function `NamStreamCompressedFile::get_char(void)':

Configure thought you have zlib but is wrong.
Either help it (configure --with-zlib=/some/place) or
convince it you don't have zlib.

   -John Heidemann