lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Slackware64 13.37
> gcc-4.5.2
> glibc-2.13
> ncurses-5.9
> readline-5.2
> 
> 'make linux' bombed without the -lncurses option.

Strange... From a recent discussion of this issue here, the consensus was
that readline should know its dependencies.

Anyway, to fix this in your case, you don't need to edit src/Makefile; can do
	make linux MYLIBS=-lncurses