[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [5.1.4] Can't navigate in interpreter
- From: Gilles Ganault <gilles.ganault@...>
- Date: Thu, 17 Feb 2011 13:27:30 +0100
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