[Mono-devel-list] missing libgobject-2.0-0.dll for Beta2 on FC2

Miguel de Icaza miguel at ximian.com
Tue Jun 15 00:48:55 EDT 2004


Hey,

> I'm compiling the GnomeHelloWorld.cs program using Beta2 on Fedora Core 2.
> 
> mcs /r:gtk-sharp /r:gnome-sharp /r:gdk-sharp GnomeHelloWorld.cs
> Compilation succeeded
> 
> Then I go to run it:
> 
> mono GnomeHelloWorld.exe
> 
> Unhandled Exception: System.DllNotFoundException: libgobject-2.0-0.dll
> in <0x00053> (wrapper managed-to-native) Gnome.Program:g_type_init ()
> in <0x0010b> Gnome.Program:.ctor (string,string,Gnome.ModuleInfo,string[],object[])
> in <0x0007c> GtkSamples.GnomeHelloWorld:Main (string[])

Check the .config file install in /usr/lib/mono/gac/glib-sharp and make
sure that it maps to the right libgobject-2 you have on your system.



More information about the Mono-devel-list mailing list