[Mono-bugs] [Bug 26904][Nor] New - -L directive doesn't override system path
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
24 Jun 2002 17:58:43 -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 michael@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=26904
--- shadow/26904 Mon Jun 24 13:58:43 2002
+++ shadow/26904.tmp.30868 Mon Jun 24 13:58:43 2002
@@ -0,0 +1,31 @@
+Bug#: 26904
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: michael@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: -L directive doesn't override system path
+
+Using:
+
+mcs -L ../foo
+
+Appeared to scan the system prefix before the -L paths, which is somewhat
+sub-optimal when things change dramatically, the command line was:
+
+mcs --unsafe --target library -L ../glib -L ../pango -r glib-sharp -r
+pango-sharp -o atk-sharp.dll --recurse '*.cs'
+
+removing glib-sharp from the install made it build.
+
+I know not if mcs shares an assembly space with the code it's compiling.