[Mono-bugs] [Bug 72435][Nor] New - [PATCH] configure.in: detect dysfunctional gmcs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Feb 2005 21:56:39 -0500 (EST)


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 robertj@gmx.net.

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

--- shadow/72435	2005-02-09 21:56:39.000000000 -0500
+++ shadow/72435.tmp.5753	2005-02-09 21:56:39.000000000 -0500
@@ -0,0 +1,26 @@
+Bug#: 72435
+Product: Mono: Tools
+Version: 1.1
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: XSP
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: robertj@gmx.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] configure.in: detect dysfunctional gmcs
+
+Mono always compiles & installs the gmcs compiler even
+when NET_2_0 has not been selected (--with-preview=yes, AFAIK)
+
+XSP's configure.in gets fooled by the existing gmcs and chokes
+later because the NET_2_0-assemblies beyond mscorlib are not
+installed.
+
+The attached patch probes whether gmcs is running.