[Mono-bugs] [Bug 37187][Nor] Changed - mcs doesn't search libraries in /lib on windows by default
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 27 Jan 2003 07:25:30 -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=37187
--- shadow/37187 Fri Jan 24 10:30:13 2003
+++ shadow/37187.tmp.1464 Mon Jan 27 07:25:30 2003
@@ -1,22 +1,21 @@
Bug#: 37187
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: groith@tcrz.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: mcs doesn't search libraries in /lib on windows by default
Please fill in this template when reporting a bug, unless you know what
you are doing.
Description of Problem:
@@ -101,6 +100,9 @@
.MySqlConnection' to 'System.Data.IDbConnection'
MySqlTest.cs(513) error CS-0006: Could not find any applicable
function for this
argument list
Compilation failed: 4 error(s), 0 warnings
+
+------- Additional Comments From gonzalo@ximian.com 2003-01-27 07:25 -------
+What if you set MONO_PATH variable in mcs.bat to be %MONO_BASEPATH%\lib?