From: Francesco M. <f18...@ya...> - 2006-05-24 14:47:46
|
Josh Turpen ha scritto: > <i>(see "Do Not Link Modules to the Lua Core Libraries"), right ?</i> > > No no no :) > > > What's described in the wiki is <i>static</i> linking, not dynamic > linking. You do NOT want to statically link each module with the lua > binaries, but you DO want to dynamically link. This way each module is > sharing a copy of the single lua binary, precisely what the wiki > describes you want to do. yes, I meant that: latest wxLua (CVS or snapshots) does exactly that. When SHARED==1, it builds everything linking to DLLs and the "wx.dll" is created linking it against the verbatim lua core so that it should be compatible with all other lua modules. Francesco |