> $ export > PKG_CONFIG_PATH=/Library/Frameworks/Gtk.framework/Resources/dev/lib/pkgconfig:/Library/Frameworks/Cairo.framework/Resources/dev/lib/pkgconfig:/Library/Frameworks/GLib.framework/Resources/dev/lib/pkgconfig > > $ ./configure --enable-gtk=yes
You do not need the option. The problem is probably that the runtime library path (DYLD_LIBRARY_PATH) needs to point in /Library/Frameworks/Gtk.framework/Resources, or somewhere under that directory where .dylib files are found. Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
