lua-users home
lua-l archive

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


On Mon, Feb 1, 2010 at 10:41, pan shizhu <pan.shizhu@gmail.com> wrote:
>> One can't link Lua statically to the Lua modules, not to the application itself.

> Why not? you can simply do this by adding the source of lua module
> into your project.

Err, I must be not fully awake yet :-)

One can't link Lua statically to the Lua modules if he links that
modules dynamically.

Better?

Alexander.