lua-users home
lua-l archive

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


Hello

In order to save space on a Linux appliance, I'd like to check if I
really need those shared libraries when compiling the Lua interpreter:

-lm -ldl -lreadline -lhistory -lncurses

What would I be missing by not including those?

Thank you.