lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Miguel Guirao wrote:
> 
> I'm compiling LUA under OpenSuSE 10.3 kernel 2.6, after issuing make linux I
> get this:
> 
> guirao@guirao:~/NSM/lua-5.1.4> make linux cd src && make linux

The problem is that the lua makefiles are built with
the assumption that the readline library is always
available under linux.  This is a packaging error,
and should be reported as a bug.

-- 
William Pursell