On Thu, Sep 05, 2002 at 03:24:53PM -0700, Brian Hostetler wrote: > Hello, > I've installed ncurses-5.2-sol8-sparc-local and > openssl-0.9.6g-sol8-sparc-local from sunfreeware.com on Solaris 8. I'm > trying to compile lynx2.8.5dev.8 for use with https, but I keep getting > the following errors during make (./configure is listed further below). > Compling without SSL works fine...
The sunfreeware package for ncurses is broken (becoming an faq). I've sent email to the ostensible maintainers of the packages more than once without receiving a reply. How are you configuring? I can guess from the log. (Lynx's configure script may recover if you specify --with-screen=ncurses) This line indicates you're using the default screen type, which is 'curses'. The sunfreeware package installs ncurses conflicting with Sun's curses library, making it difficult (I've done it) to compile against their curses library. > checking for screen type... curses > checking for extra include directories... no > checking if we have identified curses headers... curses.h > checking for curses.h... yes > checking for ncurses version... no ;-) -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
