Hello, The dll mapping trick that is used by Gtk# is not working with todays cvs of mono/mcs. It doesn't seem to be looking at $(prefix)/etc/mono/ config before trying to P/Invoke, and thus tries to open the windows dlls instead of the .so files. Was this accidently broken in the runtime? Thanks.