[Mono-bugs] [Bug 540790] New: gmcs with nostdlib option crashes on AttributeUsageAttribute

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Sep 21 14:50:10 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=540790


           Summary: gmcs with nostdlib option crashes on
                    AttributeUsageAttribute
    Classification: Mono
           Product: Mono: Compilers
           Version: 2.0.x
          Platform: x86-64
        OS/Version: Ubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: bclexa at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14)
Gecko/2009090216 Ubuntu/9.04 (jaunty) Firefox/3.0.14

I can't compile my corlib surrogate on Mono

Reproducible: Always

Steps to Reproduce:
Compile attached file with the following command line:
gmcs -noconfig -nostdlib+ -target:library ./test.cs
Actual Results:  
Stacktrace is printed

Expected Results:  
It should compile

I need these bizarre things for my project 
http://code.google.com/p/lexa-jsm/

The attached file compiles fine on windows
csc /noconfig /nostdlib+ /target:library c:\test\test.cs

It would be nice to have my project available on non-microsoft systems also

-- 
Configure bugmail: http://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