Subject: Re: mutt package not working...
To: Andrew Brown <atatat@atatdot.net>
From: None <itojun@iijlab.net>
List: tech-pkg
Date: 08/04/2000 02:10:41
>i can't get mutt-1.2.5 to build from pkgsrc.  all goes well until the
>final link step and then i get this:
>    cc ... -Wl,-R/usr/pkg/lib -L/usr/pkg/lib ... -lncurses ...
						    ~~~~~~~
>
>to "../../mk/bsd.pkg.mk" as included by the pkg's makefile, but no
>dice.  the only way i can get this new mutt to build (with no
>ncurses.h, but having found a libncurses) is by adding
>
>  --with-curses=/usr/pkg
>
>to CONFIGURE_ARGS in the pkg's makefile, but that doesn't seem right
>to me.
>
>any clues?

	does mutt really require ncurses?
	- if it does not require ncurses, it shouldnot use -lncurses.
	- if it does, --with-curses=/usr/pkg looks just fine.

itojun