[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: error compiling lua 5.1.4 on ubuntu64bit
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 7 Jun 2010 12:12:15 +0200
On Mon, Jun 7, 2010 at 12:04 PM, Valerio Schiavoni
<valerio.schiavoni@gmail.com> wrote:
> Hello,
> trying to compile lua 5.1.4 on a clean ubuntu 64 bit installation, I get the
> following error.
> Ideas?
The problem is that you do not have readline installed - apt-get is
your friend here.
It's possible to build Lua without readline but it does make the
command prompt more usable.
steve d.