lua-users home
lua-l archive

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


Hi,

I'm trying to compile Lua on an Linux machine with
luasocket dynamically linked in.

Do you mean "statically linked in"? Do you want to have a monolythic executable with everything
in it or can you load Lua modules from LUA_PATH?

[]s,
Diego