[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Investigating "can't resolve symbol"?
- From: Gilles Ganault <gilles.ganault@...>
- Date: Fri, 28 Jan 2011 03:15:24 +0100
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.