[Mono-bugs] [Bug 67376][Nor] Changed - cygwin build fails, can't install Mono
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Oct 2004 06:33:43 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67376
--- shadow/67376 2004-10-04 22:55:42.000000000 -0400
+++ shadow/67376.tmp.14270 2004-10-05 06:33:43.000000000 -0400
@@ -438,6 +438,15 @@
lpsapi -lole32
./genmdesc ./cpu-pentium.md cpu-pentium.h pentium_desc
then hangs again.
+
+------- Additional Comments From vargaz@gmail.com 2004-10-05 06:33 -------
+You need to uninstall the cygwin glib,iconv packages and use the
+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.
+