[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Shared libraries
- From: hasufell <hasufell@...>
- Date: Thu, 15 May 2014 11:16:21 +0000
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).