[Mono-dev] Static Bundling

Robert Jordan robertj at gmx.net
Tue Dec 18 12:51:06 EST 2007


Ricardo Ruiz wrote:
> Using Mono v1.2.6 on Linux. We are bundling a simple WinForms app with
> mkbundle.exe and wish to statically link the runtime libs. When the
> resulting executable is run on a box with no Mono installed, it fails to
> run because it can't find: libgdiplus.so. After installing the library,
> it fails because it can't find: libMonoPosixHelper.so. 
>  
> What are my options? Is there a way to force these libs to also be
> linked into the bundle? Am I dependent on a Mono installation even if I
> statically bundle the application? 

You have to deploy those libs together with your bundle.

Robert




More information about the Mono-devel-list mailing list