[Gtk-sharp-list] Gtk# on Mac

Chris Ridd chris.ridd@isode.com
Sun, 21 Nov 2004 08:44:04 +0000


On 20/11/04 9:31 pm, Steve Eichert <steve.eichert@gmail.com> wrote:

> I've been trying to get MonoDevelop and thus Gtk# installed on my Mac for=
 a
> couple days now without luck. =A0I've been following the instructions at
> http://www.mono-project.com/using/macos.html. =A0At this point I'm
> getting a bunch of DllNotFoundException's when trying to run
> MonoDevelop, or any Gtk# app. =A0I've exported the proper evironment
> variables such as: DYLIB_LIBRARY_PATH, and LD_LIBRARY PATH but I'm
> still not having any luck. =A0
>=20
> Can anyone offer and guidance?

Try DYLD_LIBRARY_PATH instead. This bug in the page has been reported *many=
*
times.

Alternatively, find all your .dll.config files, and set the target values t=
o
include the full path to the dylibs. Then you can forget about the
environment variable.

Cheers,

Chris