[Mono-bugs] [Bug 36936][Wis] New - mint is reporting wrong corlib.dll directory
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 19 Jan 2003 02:33:24 -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 novitk@pobox.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36936
--- shadow/36936 Sun Jan 19 02:33:24 2003
+++ shadow/36936.tmp.4789 Sun Jan 19 02:33:24 2003
@@ -0,0 +1,39 @@
+Bug#: 36936
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: novitk@pobox.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mint is reporting wrong corlib.dll directory
+
+When mint is invoked and it expects to find corlib.dll in a '../lib'
+directory on Windows, but if not found it reports a wrong one(
+/usr/local/lib).
+
+Steps to reproduce the problem:
+1. Run mint with any test program.
+2. Make sure that corlib.dll is missing from ../lib
+
+Actual Results:
+
+this message gets printed:
+<<<
+The assembly corlib.dll was not found or could not be loaded.
+It should have been installed in the `/usr/local/lib' directory.
+>>>
+Expected Results:
+<<<
+The assembly corlib.dll was not found or could not be loaded.
+It should have been installed in the `c:\mono\src\mono-0.18\mono\lib'
+directory.
+>>>