[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua won't build
- From: Larry Wyble <llwyble@...>
- Date: Sat, 9 Aug 2014 13:09:36 -0500
I'll be damned. lol
How could you tell from that error that I needed to call -lncurses?
Anyway, Thanks a bunch.
On Sat, 9 Aug 2014 12:57:02 -0500
Jeff Pohlmeyer <yetanothergeek@gmail.com> wrote:
> 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
>