On Mon, Mar 13, 2000 at 05:14:34PM -0600, David DeSimone wrote:
> Gary Johnson <[EMAIL PROTECTED]> wrote:
> >
> > I've had to hack the configure script of previous releases (0.95.4 and
> > 1.0) to get them to use the proper curses library on my HP-UX 10.20
> > system.  Is this still necessary?
> 
> I've never had trouble with the --with-slang or --with-curses configure
> directives, on HP-UX 10.20.  Building without slang or ncurses, though,
> has always failed, though.  Is this what you refer to?

Yes.  Neither slang nor ncurses are installed on this system, at least
as far as I can tell--they're not anywhere under /usr.  When my first
attempt at building mutt failed, I posted an article to an HP-internal
newsgroup and received the tip about editing the configure script.  I've
done that ever since.  The fix is to change the line

    LIBS="$LIBS -lcurses"

to

    CPPFLAGS="$CPPFLAGS -I/usr/include/curses_colr"
    LIBS="$LIBS -lcur_colr"

One other thing:  mutt has to be built with GNU make.  The standard SysV
UNIX make that comes with HP-UX won't work.

-- 
Gary Johnson                 | Agilent Technologies
[EMAIL PROTECTED]         | RF Communications Product Generation Unit
                             | Spokane, Washington, USA

Reply via email to