[5.1.4] Do I need those shared libraries?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: [5.1.4] Do I need those shared libraries?
- From: Gilles Ganault <gilles.ganault@...>
- Date: 2011年4月14日 11:41:22 +0200
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.