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



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Wxlua-users mailing list
Wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to