Re: Statically linking to Lua from multiple shared libaries
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Statically linking to Lua from multiple shared libaries
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2010年5月21日 11:11:56 -0300
> I have a project that has code multiple shared libraries, two of
> which are linking to lua statically.
This is asking for trouble.
> This makes me think that there is some static data in Lua that is not
> contained in lua_State and that is causing this problem.
Exactly. It's the dummynode problem.