in the /usr/lib/mono/gac you'll find some other dirs, each one has a dir named like this "1.0.0.0__35e10195dab3c99f" (or something similar :) inside you'll find a .dll and a .dll.conf file. in the .dll.conf file there is a sort of .dll -> .so mapping, like this one:
<configuration>
<dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
<dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0.so.0"/>
<dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0"/>
<dllmap dll="gnome-2" target="libgnome-2.so.0"/>
<dllmap dll="gnomecanvas-2" target="libgnomecanvas-2.so.0"/>
<dllmap dll="gnomeprint-2-2" target="libgnomeprint-2-2.so.0"/>
<dllmap dll="gnomeprintui-2-2" target="libgnomeprintui-2-2.so.0"/>
<dllmap dll="gnomeui-2" target="libgnomeui-2.so.0"/>
</configuration>
so there should be one .dll.conf file making reference to a wrong .so file. the problem is I tried to find a gtksharpglue reference in my mono installation and I can't find it
hope may help...
best [EMAIL PROTECTED]
Israel
On Sat, 2004-09-25 at 01:43 -0500, Jonel Rienton wrote:
hi, i managed to install monodevelop in my mac, however, when i start it, it's throwing a System.DllNotFoundException: gtksharpglue , have anyone of you guys experience this? thanks, j _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
|
Israel Fdez Cabrera [EMAIL PROTECTED] Dpto. Desarrollo. Segurmatica. Ciudad La Habana, Cuba. |
<<attachment: smiley-6.png>>
