[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.2 alpha Makefile issue
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 3 Feb 2011 09:10:58 -0200
> The make target for linux still needs to include ncurses in order to
> compile on certain Red Hat flavored distros, including Centos.
>
> linux:
> $(MAKE) $(ALL) MYCFLAGS="-DLUA_USE_LINUX" MYLIBS="-Wl,-E -ldl
> -lreadline -lncurses"
>
> This is in the 5.1.4 Makefile, but someone either forgot why or
> thought that the RH bug this addresses might have been fixed by this time.
Indeed. We mostly have Ubuntu nowadays here and plain -lreadline works
fine for them and others, such as Mac OS X. Thanks for the report.
This has been discussed here before:
http://lua-users.org/lists/lua-l/2010-11/msg00220.html
Now, should it be -lncurses or -ltermcap?