[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [5.1.4] Do I need those shared libraries?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 14 Apr 2011 07:27:24 -0300
> 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.