lua-users home
lua-l archive

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


> Hi. I downloaded the source for 5.2.4 and was able to "make linux".
>
> When I try "make install", I get:
>
> make all SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl -lreadline"

This is definitely wrong. I don't know why.

Try "make clean linux install".