[Mono-list] SIGILL in I18N on OSX
Robert Shade
rshade@dvsconsulting.com
Mon, 22 Mar 2004 16:15:40 -0500
> were you able to run any GTK# apps? in gtk-sharp/sample?
> did you change /usr/local/etc/mono/config at all? .so --> .dylib?
Yes. Changed .so to .dylib
> I get a gtksharpglue dll not found exception. Those are in
> /usr/local/lib/libgtksharpglue.so, ... (I even renamed them to .dylib,
> and I tried a entry in the config, no change).
Try:
export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/local/lib
rob