lua-users home
lua-l archive

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


On Sat, Aug 9, 2014 at 12:41 PM, Larry Wyble <llwyble@suddenlink.net> wrote:

>> Looks like maybe you need -lncurses ?

> I'm not getting you. I have ncurses installed You mean I need -lncurses
> in the Makefile? Why wouldn't it already be in there if it's required?
> Makes no sense to me.  ??

Try this:

make -C src clean all SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl
-lreadline -lncurses"

 - Jeff