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=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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
