[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Error building LUA 5.2.3 under Ubuntu 12.04
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 29 Sep 2014 14:47:27 -0300
> /usr/local/lib/libreadline.so: undefined reference to `tputs'
http://www.lua.org/manual/5.2/readme.html#install says:
If you're running Linux and get compilation errors, make sure you have
installed the readline development package. If you get link errors after
that, then try "make linux MYLIBS=-ltermcap".
Same thing in http://www.lua.org/work/doc/#install .