lua-users home
lua-l archive

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


On Thu, 14 Apr 2011 07:27:24 -0300, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>Edit luaconf.h and adapt what LUA_USE_LINUX defines. In particular, remove
>LUA_USE_READLINE.

Thanks, that did it.

>However, you probably just want LUA_USE_POSIX, so try make posix if you
>don't want/need/can't support for loading dynamic libraries.

Unfortunately, I do need to load libraries (LuaSocket, etc.)