[Mono-bugs] [Bug 76850][Wis] Changed - Problem running mono make on solaris 9

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Nov 29 15:59:34 EST 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76850

--- shadow/76850	2005-11-29 13:57:25.000000000 -0500
+++ shadow/76850.tmp.5283	2005-11-29 15:59:34.000000000 -0500
@@ -329,6 +329,23 @@
 
 
 I have also downloaded mono 1.1.10 and it also aborts in the exact same
 place.
 
 I am also using gcc 3.4.2
+
+------- Additional Comments From vargaz at gmail.com  2005-11-29 15:59 -------
+This is most likely a problem with the installation of glib on your
+system. Check that an example program using glib, like this one:
+
+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+#include <glib.h>
+
+void main ()
+{
+}
+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+
+compiles and links:
+
+gcc `pkg-config --cflags --libs glib-2.0` test.c
+


More information about the mono-bugs mailing list