[Mono-devel-list] gtk-sharp from cvs

Lee Mallabone mono-docs at fonicmonkey.net
Mon Apr 14 14:38:12 EDT 2003


On Mon, 2003-04-14 at 15:44, Philip Nelson wrote:
> > They get mapped onto the correct libraries on linux. Same goes for any
> > 'win32' references you might find in the gtk-sharp sources.
> 
> How so?  Not being able to find these dll files caused my program to crash. 
> Perhaps I've missed something else?

In /etc/mono I have the attached file called 'config' - AFAIK that tells
mono to take care of everything.

I've installed gtk-sharp into /usr/local which means I needed to add
/usr/local/lib to the MONO_PATH environment variable before it picks
everything up correctly.

Hope that helps,

Lee.

-------------- next part --------------
<configuration>
	<dllmap dll="cygwin1.dll" target="libc.so.6" />
	<dllmap dll="libc" target="libc.so.6" />
	<dllmap dll="libxslt.dll" target="libxslt.so" />
	<dllmap dll="libmySQL.dll" target="libmysqlclient.so" />
	<dllmap dll="odbc32.dll" target="libodbc.so" />
	<dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so" />
	<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so" />
	<dllmap dll="libpango-1.0-0.dll" target="libpango-1.0.so" />
	<dllmap dll="libatk-1.0-0.dll" target="libatk-1.0.so" />
	<dllmap dll="libgdk-win32-2.0-0.dll" target="libgdk-x11-2.0.so" />
	<dllmap dll="libgdk_pixbuf-2.0-0.dll" target="libgdk_pixbuf-2.0.so" />
	<dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so" />
	<dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so" />
	<dllmap dll="oci" target="clntsh" />
</configuration>


More information about the Mono-devel-list mailing list