[Mono-list] Create a shared library

Yves Goergen nospam.list at unclassified.de
Thu Oct 28 13:23:35 EDT 2010


On 28.10.2010 18:34 CE(S)T, Jose A. Salvador Vanaclocha wrote:
> Matt Calder escribió:
>> Is it possible to compile a C# library, using mono,
>> into a native shared library on a linux system? I would like to then
>> call that shared library from other languages (python and R).

> PS -> I don't know any tool to transform .NET library in a native shared 
> library on a linux system. Moreover, what is a linux native shared 
> library? A piece of code write in c??

I believe he would like to compile a .NET/Mono assembly that can be used
like any other .so dynamically linked library. This is at least possible
on Windows but it requires disassembling the compiled .dll into IL code,
then modifying some tables in it and re-assembling it.

-- 
Yves Goergen "LonelyPixel" <nospam.list at unclassified.de>
Visit my web laboratory at http://beta.unclassified.de


More information about the Mono-list mailing list