[Mono-bugs] [Bug 80062][Nor] Changed - gmcs fails to find existing assembly while linking

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue May 22 07:49:05 EDT 2007


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 rharinath at novell.com.

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

--- shadow/80062	2007-05-22 07:45:04.000000000 -0400
+++ shadow/80062.tmp.3503	2007-05-22 07:49:05.000000000 -0400
@@ -232,6 +232,14 @@
 Can you try to reference the 1.0 profile version of the dll directly?
  i.e, use
 
   -r:/usr/lib/mono/1.0/Mono.Cairo.dll
 
 instead of compiling the source files.
+
+------- Additional Comments From rharinath at novell.com  2007-05-22 07:49 -------
+Note also: technically speaking, the compiler should not use the GAC,
+either for direct references (-r:) or for indirect assembly references.
+In that sense, this is a dup of bug 79811.
+
+However, since the compiler uses System.Reflection, we end up using
+the GAC at surprising places.


More information about the mono-bugs mailing list