[Mono-bugs] [Bug 364674] New: mcs requires predefined types even with -noconfig -nostdlib
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Feb 25 16:43:25 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=364674
Summary: mcs requires predefined types even with -noconfig -
nostdlib
Product: Mono: Compilers
Version: 1.2.6
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: lauren.bedoule at gmail.com
QAContact: mono-bugs at lists.ximian.com
CC: lauren.bedoule at gmail.com
Found By: ---
I'm compiling my own mscorlib using mcs with -noconfig -nostdlib options, yet
it seems the compiler requires some predefined types:
System.Runtime.InteropServices._Attribute,
System.Runtime.InteropServices.ComImportAttribute,
System.Runtime.InteropServices.CoClassAttribute,
..
Is there any additional option, or am I supposed to provide a dummy
implementation of these types to complain with mcs?
Note: using the -nostdlib option works fine with csc compiler.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list