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" <[email protected]> Visit my web laboratory at http://beta.unclassified.de _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
