[Mono-bugs] [Bug 67376][Nor] Changed - cygwin build fails, can't install Mono
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 6 Oct 2004 00:09:44 -0400 (EDT)
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 logic@jrlogic.dyndns.org.
http://bugzilla.ximian.com/show_bug.cgi?id=67376
--- shadow/67376 2004-10-05 06:33:43.000000000 -0400
+++ shadow/67376.tmp.30814 2004-10-06 00:09:44.000000000 -0400
@@ -447,6 +447,21 @@
packages from the mono web site. The cygwin glib packages depend on
cygwin, while the mono binaries are compiled with -mno-cygwin. So
linking the two together leads to hangs like this.
In the future we should probably add a check to configure which checks
for this, but it is not yet done.
+
+------- Additional Comments From logic@jrlogic.dyndns.org 2004-10-06 00:09 -------
+After removing the cygwin iconv and glib libaries, then installing
+the mono iconv and glib packages in cygwin/usr, I can build but still
+hang at:
+
+make[3]: Entering directory `/home/logic/tmp/monoinstall/mono-
+1.1.1/mono/monoburg'
+gcc -mno-cygwin -g -o monoburg ./monoburg.c parser.c -D_REENTRANT -
+I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I. -lgthread-
+2.0 -lglib-2.0 -lintl -liconv
+./monoburg ./sample.brg > sample.c
+
+What else can I do to help solve this problem?
+