lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Jay Carlson:
>>> Not fixing this also breaks compatibility with C# programs under linux
>>> that cannot link to the static lib (you don't want to link it statically
>>> into mono).
> 
> Which distro packages Mono and doesn't package Lua at least as well or better? Wait, I don't care. :-)
> 

You missed the point. C# programs are forced to "dlopen" the shared lua
lib, unless you compile the static lua lib into mono itself... and that
is something you do NOT want (check "cdhowie/Eluant" on github).