Lars Hecking <[EMAIL PROTECTED]> wrote:
>
> Compiling mutt requires an ANSI/ISO C compiler. The bundled compiler
> on HP-UX 10.20 is a broken K&R C compiler. You either need to buy an
> ANSI compiler off HP, or install gcc.
The ANSI compiler might actually be installed. A quick test is to type
the command "cc -Ae" and see if you get a complaint about the option.
If you don't, then you already have a compiler
> HP's make tool is broken. I suggest you install GNU make.
I don't know why you are saying this, because I have built every version
of Mutt using HP's make. In fact, I don't use any GNU tools at all to
do the job (except for gzip, of course).
Not to say that there's anything wrong with the GNU tools, but the HP
tools work just fine.
> --with-slang[=DIR] use S-Lang instead of ncurses
> --with-curses=DIR ncurses is installed in
It's true that Mutt will not compile without one of these packages.
Mutt can't be used with any stock curses library that I know of. HP's
color-curses library does not work the way Mutt expects.
> --enable-flock Use flock() to lock files
> --disable-fcntl Do NOT use fcntl() to lock files
> --disable-warnings turn off compiler warnings (not recommended)
> --enable-nfs-fix Work around an NFS with broken attributes caching
> --enable-buffy-size Use file size attribute instead of access time
> --enable-locales-fix The result of isprint() is unreliable
> --disable-nls do not use Native Language Support
>
> Zero or more of these options may be necessary on your system.
I've never had to use these on HPUX. It does the right thing with
these.
> $ make install
>
> The latter step may require root or other sysadmin privileges.
That will be necessary on HPUX, because dot-locking is used, and
setgid-mail privileges are needed on the mutt-dotlock program.
--
David DeSimone | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED] | that there is no man really clever who has not
Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson
Convex Division | PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44