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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75815 --- shadow/75815 2005-08-20 20:29:52.000000000 -0400 +++ shadow/75815.tmp.4574 2005-08-21 18:15:37.000000000 -0400 @@ -10,13 +10,12 @@ Component: packaging AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: -Cc: Summary: Database Program Fails to Run on Cygwin Description of Problem: Running a simple database program runs in a Mono Command Prompt on Mono 1.1.8 and 1.1.8.3, but fails to complete when running in Cygwin . @@ -102,6 +101,19 @@ Console.WriteLine("Test Done."); } } ------- Additional Comments From [EMAIL PROTECTED] 2005-08-20 20:29 ------- *** Bug 75414 has been marked as a duplicate of this bug. *** + +------- Additional Comments From [EMAIL PROTECTED] 2005-08-21 18:15 ------- +The fix is to change this line in Mono-1.1.8.3/bin/mono: + +export MONO_CFG_DIR="C:/PROGRA~1/MONO-1~1.3/etc:$MONO_CFG_DIR" + +to: + +export MONO_CFG_DIR="C:/PROGRA~1/MONO-1~1.3/etc" + +Wade, could you apply this to the windows installer ? + + _______________________________________________ mono-bugs maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-bugs
