lua-users home
lua-l archive

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


On Tue, May 17, 2005 at 06:56:14PM -0500, Javier Guerra wrote:
> also it might help using a statically linked lua binary.  i haven't used it, 
> but the elf statifier (http://statifier.sourceforge.net/) seems like the 
> appropriate tool
For linux one can build nice small statics with
http://www.fefe.de/dietlibc/
(preinstalled on some distros; in config set CC='diet -Os gcc')

Downside: it's really static, dlopen not working.