On Mon, 2008-11-24 at 17:45 -0600, Zachary Richmond wrote: > I have been trying to get monodevelop to run on OpenSolaris. I have > finally busted through to success. However, what I discovered along the > way is that when building/installing gtk-sharp on a 64-bit machine is > very troublesome because the generated Makefiles for gtk-sharp did not > have CFLAGS correctly. Specifically, eventhough I had the same > environment variables set, including CFLAGS=-m64 for building mono and > everything else, for some reason for all the Makefiles in gtk-sharp -m64 > was not added to the list of flags. I have no idea why, since I have > only finally discovered the problem.
The configure script was discarding CFLAGS environment setting and overwriting the variable. We had a bug report on this with a patch from Diego Petteno which I committed to trunk today. If you want to see the patch, it's on: http://bugzilla.novell.com/show_bug.cgi?id=443175 _______________________________________________ Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/gtk-sharp-list