lua-users home
lua-l archive

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


On Thu, 17 Feb 2011 14:17:33 +0200, steve donovan
<steve.j.donovan@gmail.com> wrote:
>Sounds like you need readline support - which gets provided
>automatically by the LUA_USE_LINUX - have a look in lconfig.h

Thanks for the tip. Is it OK to use those settings?

MYCFLAGS = -DLUA_USE_POSIX -DLUA_USE_DLOPEN -DLUA_USE_LINUX
MYLIBS= -ldl -lreadline -lhistory -lncurses