[Mono-bugs] [Bug 38941][Nor] Changed - mcs.bat et al should set MONO_CFG_DIR

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sat, 1 Mar 2003 10:50:36 -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 gonzalo@ximian.com.

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

--- shadow/38941	Sat Mar  1 05:04:12 2003
+++ shadow/38941.tmp.23007	Sat Mar  1 10:50:36 2003
@@ -1,23 +1,23 @@
 Bug#: 38941
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Windows 2000
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Runtime tries to locate Machine.config in wrong directory
+Summary: mcs.bat et al should set MONO_CFG_DIR
 
 Description of Problem:
 
 On Windows, Mono tries to locate the machine.config in the wrong 
 directory.  In version 0.21 of Mono it tries to locate the machine.config 
 in C:\cygwin\home\lalo\go-mono\install\etc\mono.  Apparently this is 
@@ -69,6 +69,16 @@
 
 
 
 How often does this happen? 
 
 Always
+
+------- Additional Comments From gonzalo@ximian.com  2003-03-01 10:50 -------
+Oh. Yes. I built that one and that's my machine.config path :).
+
+I suggest using MONO_CFG_DIR environment variable. If your
+machine.config file is in c:\gert\etc\mono, make that variable be:
+c:\gert\etc or c:/gert/etc.
+
+I think that mcs.bat et al should define this environment variable
+according to the place where mono is installed.