[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: error compiling lua 5.1.4 on ubuntu64bit
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 7 Jun 2010 09:19:50 -0300
> It's possible to build Lua without readline but it does make the
> command prompt more usable.
Here's one way:
cd src; make linux; rm lua lua.o; make posix MYLIBS="-ldl -Wl,-E"