[Mono-bugs] [Bug 65458][Maj] Changed - build (configure) in libgc is broken on Windows

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Sep 2004 21:59:00 -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 atsushi@ximian.com.

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

--- shadow/65458	2004-09-07 18:15:37.000000000 -0400
+++ shadow/65458.tmp.16678	2004-09-07 21:59:00.000000000 -0400
@@ -64,6 +64,25 @@
 Additoinally, I haven't updated autoconf. It had been 2.59/2.13 since the
 last June.
 
 ------- Additional Comments From vargaz@freemail.hu  2004-09-07 18:15 -------
 As I said on the list, the included libgc should work just fine, so
 you don't need to specify --with-gc=boehm. 
+
+------- Additional Comments From atsushi@ximian.com  2004-09-07 21:59 -------
+After some updates, I could recover my runtime buildable with
+"--with-gc=boehm" (explicit specification).
+
+configure without --with-gc option (or --with-gc=included) still
+results in an error.
+
+configure: configuring in libgc
+configure: running /bin/bash './configure' --prefix=/usr/local 
+'--enable-maintainer-mode' '--enable-compile-warnings'
+'--with-gc=included' 'CFLAGS=-I /opt/gnome2.4.1/include' 'CPPFLAGS=-I
+/opt/gnome2.4.1/include' 'LDFLAGS=-L/opt/gnome2.4.1/bin
+-L/usr/local/bin' --disable-embed-check --with-libgc-threads=win32
+--cache-file=/dev/null --srcdir=.
+configure: error: invalid feature name: maintainer-mode
+configure: error: /bin/bash './configure' failed for libgc
+
+