lua-users home
lua-l archive

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


On Thu, 27 Jan 2011 21:46:52 -0200, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>It's because modules loaded in Lua require access to the C API functions
>that are linked into the Lua interpreter. "-Wl,-E" tells the linker to
>export those symbols to dynamically linked modules.

Thanks for the information.