зеркало из https://github.com/mono/mail-archives.git
114 строки
4.1 KiB
HTML
114 строки
4.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 59540][Nor] New - Probs in Compilation with MBAS (MCS works still fine)
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="016666.html">
|
|
<LINK REL="Next" HREF="016668.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 59540][Nor] New - Probs in Compilation with MBAS (MCS works still fine)
|
|
</H1>
|
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 59540][Nor] New - Probs in Compilation with MBAS (MCS works still fine)">bugzilla-daemon@bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Thu, 3 Jun 2004 04:57:20 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="016666.html">[Mono-bugs] [Bug 59537][Nor] New - improve NameTable performance
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016668.html">[Mono-bugs] [Bug 59540][Nor] Changed - Probs in Compilation with MBAS (MCS works still fine)
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16667">[ date ]</a>
|
|
<a href="thread.html#16667">[ thread ]</a>
|
|
<a href="subject.html#16667">[ subject ]</a>
|
|
<a href="author.html#16667">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:banirban@novell.com.">banirban@novell.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=59540">http://bugzilla.ximian.com/show_bug.cgi?id=59540</A>
|
|
|
|
--- shadow/59540 2004-06-03 04:57:20.000000000 -0400
|
|
+++ shadow/59540.tmp.7596 2004-06-03 04:57:20.000000000 -0400
|
|
@@ -0,0 +1,50 @@
|
|
+Bug#: 59540
|
|
+Product: Mono: Compilers
|
|
+Version: unspecified
|
|
+OS: Red Hat 9.0
|
|
+OS Details:
|
|
+Status: NEW
|
|
+Resolution:
|
|
+Severity:
|
|
+Priority: Normal
|
|
+Component: Basic
|
|
+AssignedTo: <A HREF="mailto:banirban@novell.com">banirban@novell.com</A>
|
|
+ReportedBy: <A HREF="mailto:banirban@novell.com">banirban@novell.com</A>
|
|
+QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
+TargetMilestone: ---
|
|
+URL:
|
|
+Cc:
|
|
+Summary: Probs in Compilation with MBAS (MCS works still fine)
|
|
+
|
|
+Reported by Jochen Wezel
|
|
+
|
|
+After refreshing my RedHat 9 system with Beta 2 from download page, I
|
|
+cannot compile assemblies with references to standard libraries with a
|
|
+normal compilation command.
|
|
+
|
|
+The first version works fine, but not the second:
|
|
+=================================================
|
|
+
|
|
+[<A HREF="mailto:root@lwezel">root@lwezel</A> mono-dev]# mbas testmbas.vb /r:/usr/lib/mono/1.0/System.dll
|
|
+--------
|
|
+MonoBASIC: THIS IS STILL ALPHA AND UNSUPPORTED SOFTWARE, USE AT YOUR OWN
|
|
+RISK.
|
|
+--------
|
|
+Compilation succeeded
|
|
+[<A HREF="mailto:root@lwezel">root@lwezel</A> mono-dev]# mbas testmbas.vb /r:System.dll
|
|
+--------
|
|
+MonoBASIC: THIS IS STILL ALPHA AND UNSUPPORTED SOFTWARE, USE AT YOUR OWN
|
|
+RISK.
|
|
+--------
|
|
+error BC0006: Can not find assembly `System.dll'
|
|
+Log:
|
|
+
|
|
+Compilation failed: 1 Error(s), 0 warnings
|
|
+[<A HREF="mailto:root@lwezel">root@lwezel</A> mono-dev]#
|
|
+
|
|
+
|
|
+And MCS works fine:
|
|
+===================
|
|
+
|
|
+[<A HREF="mailto:root@lwezel">root@lwezel</A> mono-dev]# mcs test.cs /r:System.dll
|
|
+Compilation succeeded
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="016666.html">[Mono-bugs] [Bug 59537][Nor] New - improve NameTable performance
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016668.html">[Mono-bugs] [Bug 59540][Nor] Changed - Probs in Compilation with MBAS (MCS works still fine)
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16667">[ date ]</a>
|
|
<a href="thread.html#16667">[ thread ]</a>
|
|
<a href="subject.html#16667">[ subject ]</a>
|
|
<a href="author.html#16667">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|