Bill Allombert on Sat, 11 Feb 2012 19:51:02 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: termcap detection do not work |
On Mon, Feb 06, 2012 at 08:55:39PM +0100, Bill Allombert wrote: > Dear PARI developers, > > I am just discovering that my patch 7ee734dd7b for termcap support > does not work, because config/get_readline is doing: > > RLLIBS="$RLLIBS -lncurses" > ... > RLLIBS="$RLLIBS -ltermcap" > $CC $CFLAGS $extraflag $RLINCLUDE -o $exe rl_version.c $RLLIBS 2> /dev/null > > So we try to compile with -lncurses -ltermcap which does not work since by > hypothesis, -lncurses is not available. > So I am proposing the fix in attachment. ... which I just commited. I also commited the patch for the mingw installer. Cheers, Bill.