[Mono-bugs] [Bug 59287][Wis] Changed - automake cache does not work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 29 May 2004 05:24:09 -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 lupus@ximian.com.

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

--- shadow/59287	2004-05-28 22:08:03.000000000 -0400
+++ shadow/59287.tmp.25906	2004-05-29 05:24:09.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 59287
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: INVALID
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -29,6 +29,18 @@
 configure: error: changes in the environment can compromise the build
 configure: error: run `make distclean' and/or `rm
 /home/benm/.var/automakecache' and start over
 configure: error: /bin/sh './configure' failed for libgc
 
 I have an automake cache set up, but it should not be failing this frequently.
+
+------- Additional Comments From lupus@ximian.com  2004-05-29 05:24 -------
+Try to put 
+CC="${CC}"
+in the AC_OUTPUT of mono/configure.in instead of zoltan's change in:
+ac_configure_args="$ac_configure_args --disable-embed-check
+--with-libgc-threads=$libgc_threads CC=$CC"
+Ask Zoltan if that fixes the issue he had. Either way, this is not
+an issue in mono and you didn't even bother to tell if you did what
+automake suggests (run `make distclean' and/or `rm
+/home/benm/.var/automakecache' and start over.)
+