lua-users home
lua-l archive

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


> FWIW, CFLAGS use "-DLUA_USE_LINUX". Is this the cause for the error,
> or do I need to further edit Makefile so it ignores libreadline and
> libhistory entirely?

Edit luaconf.h and adapt what LUA_USE_LINUX defines. In particular, remove
LUA_USE_READLINE.

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.