Re: Investigating "can't resolve symbol"?
[
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: 2011年1月28日 03:15:24 +0100
On 2011年1月27日 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.