On Tue, Oct 22, 2013 at 01:43:04AM +0200, Ulrich Lauther wrote:
On Mon, Oct 21, 2013 at 09:02:22PM +0000, Michael Elkins wrote:
>How can I fix the descibed behavior?

Did you link Mutt with with libncursesw (the wide-char version)?  This can
happen when you link against libncurses instead.

Yes, changing in the Makefile the MUTTLIBS line to
       MUTTLIBS =  /lib/i386-linux-gnu/libncursesw.so.5
helps.

However,
       MUTTLIBS =  -L/lib/i386-linux-gnu -lncursesw
gives
       /usr/bin/ld: cannot find -lncursesw

Why?

Make sure you have installed the libncursesw5-dev package.
--
PGP key 4096R/4054DBFA DD1E A7F4 7860 2D5E 7BDE  459E DB99 9B42 4054 DBFA

Reply via email to