lua-users home
lua-l archive

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


On 28 February 2018 at 11:04, Andrew Gierth <andrew@tao11.riddles.org.uk> wrote:
> Also, another thing: it would be useful to have a non-interactive
> version of the lua standalone binary built by default in addition to the
> interactive one. The problem with the interactive one is that it pulls
> in not only readline but any dependency of readline, which has been
> causing me compatibility problems (specifically, readline pulling in a
> different version of libncurses than the lcurses module was linked
> against).

You get such a thing if you don't compile lua with LUA_USE_READLINE.