On Tue, Jun 25, 2002 at 12:32:24AM -0700, Carlos Kamtha wrote:
> After running ./configure, i typed make and got this error.
...
> ../WWW/Library/Implementation/libwww.a -lncurses -lmytinfo LYUtils.o:
^^^^^^^^^
Are they still packaging mytinfo? (I thought that was obsolete).
The ncurses that interfaces to that is several years out of date.
> In function `LYOpenTemp':
> LYUtils.o(.text+0x8323): warning: mktemp() possibly used unsafely;
(ignore that ;-)
> `HTLoadFile': HTFile.o(.text+0x3df8): undefined reference to `gzopen'
For whatever reason, it's adding the -lz (for zlib) which defines gzopen.
--
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]