[Mono-bugs] [Bug 29651][Min] New - Mono runtime should be statically linked to `mono'
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
29 Aug 2002 20:23:52 -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=29651
--- shadow/29651 Thu Aug 29 16:23:52 2002
+++ shadow/29651.tmp.25845 Thu Aug 29 16:23:52 2002
@@ -0,0 +1,21 @@
+Bug#: 29651
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: miguel@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono runtime should be statically linked to `mono'
+
+Currently the `mono' binary is dynamically linked with libmono, which
+means that we are using the `slow' version of libmono (PIC code), I would
+like to see the `mono' binary statically linked.