[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua won't build
- From: Jeff Pohlmeyer <yetanothergeek@...>
- Date: Sat, 9 Aug 2014 12:57:02 -0500
On Sat, Aug 9, 2014 at 12:41 PM, Larry Wyble <llwyble@suddenlink.net> wrote:
>> Looks like maybe you need -lncurses ?
> I'm not getting you. I have ncurses installed You mean I need -lncurses
> in the Makefile? Why wouldn't it already be in there if it's required?
> Makes no sense to me. ??
Try this:
make -C src clean all SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl
-lreadline -lncurses"
- Jeff