Yesterday I posted a question about whether it was possible
to install mutt for oneself without having the root
writing permissions. The only advice I received was
to run configure with the prefix pointed to my home directory.
This is what I did from the very beginning:
  ./configure --prefix=/home/professor/duzhin
-- but without success.
I also tried to add
 --with-docdir=/home/professor/duzhin/doc
following one suggestion, but this did not change anything.

Is there anybody who could help?

I am on a Sparcstation under SunOS 5.6.
Appended below are the tails of gmake's and gmake install's outputs:

--------- gmake -----------

/home/professor/duzhin/tmp/mutt-1.0pre3/pager.c:1613: undefined reference to
32addch'
/home/professor/duzhin/tmp/mutt-1.0pre3/pager.c:1625: undefined reference to
32attrset'
/home/professor/duzhin/tmp/mutt-1.0pre3/pager.c:1640: undefined reference to
32attrset'
/home/professor/duzhin/tmp/mutt-1.0pre3/pager.c:1653: undefined reference to
32attrset'
/home/professor/duzhin/tmp/mutt-1.0pre3/pager.c:1655: undefined reference to
32attrset'
gmake[2]: *** [mutt] Error 1
gmake[2]: Leaving directory /auto/stdfsv1-f1/home3/duzhin/tmp/mutt-1.0pre3'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory /auto/stdfsv1-f1/home3/duzhin/tmp/mutt-1.0pre3'
gmake: *** [all-recursive-am] Error 2

--------- gmake install --------

/home/professor/duzhin/tmp/mutt-1.0pre3/pager.c:1625: undefined reference to
32attrset'
/home/professor/duzhin/tmp/mutt-1.0pre3/pager.c:1640: undefined reference to
32attrset'
/home/professor/duzhin/tmp/mutt-1.0pre3/pager.c:1653: undefined reference to
32attrset'
/home/professor/duzhin/tmp/mutt-1.0pre3/pager.c:1655: undefined reference to
32attrset'
gmake[1]: *** [mutt] Error 1
gmake[1]: Leaving directory /auto/stdfsv1-f1/home3/duzhin/tmp/mutt-1.0pre3'
gmake: *** [install-recursive] Error 1

Reply via email to