currently, Luarocks build/install shared libraries, for example on linux
    $ luarocks install luafilesystem
build lfs.so, and install it in /usr/local/lib

I want that
    $ luarocks install --static luafilesystem
build lfs.a and install it in /usr/local/lib
and install lfs.h in /usr/local/inc

The installation of include files request a new field in the rockspec.
The option --static has not effect on pure Lua modules.

François

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to