[Mono-bugs] [Bug 22120] New - mcs requires -r System.Xml while csc doesn't
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Mar 2002 10:49:30 -0000
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=22120
--- shadow/22120 Tue Mar 19 05:49:30 2002
+++ shadow/22120.tmp.20283 Tue Mar 19 05:49:30 2002
@@ -0,0 +1,21 @@
+Bug#: 22120
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: lupus@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs requires -r System.Xml while csc doesn't
+
+When compiling a program that uses System.Xml, it is necessary to add
+-r System.Xml to the command line for mcs. csc seems to figure it out by
+itself. Dunno if it happens with all the libraries or only for the core ones.