[Mono-bugs] [Bug 29749][Min] Changed - mcs /nostdlib is broken
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
5 Sep 2002 22:28:25 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=29749
--- shadow/29749 Tue Sep 3 14:50:03 2002
+++ shadow/29749.tmp.5989 Thu Sep 5 18:28:25 2002
@@ -3,13 +3,13 @@
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Normal
+Priority: Minor
Component: Misc
AssignedTo: martin@gnome.org
ReportedBy: piersh@friskit.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -23,6 +23,19 @@
the equivalent csc.exe command line works fine.
I believe this is due to a more fundamental problem in mcs: you can't
reference a corlib.dll that's different from the one used to run mcs.exe.
this in turn breaks self-hosting on linux.
+
+------- Additional Comments From miguel@ximian.com 2002-09-05 18:28 -------
+How does this break self-hosting on Linux?
+
+The way the makefiles are setup, they will set the MONO_PATH before
+running Mono, so the correct corlib will be picked up (there is no
+need to do -nostdlib -r corlib.dll).
+
+The other issue can be investigated, but I have not been able to
+figure out the exact problem that people are having when self-hosting
+with the makefile.s
+
+Miguel.