[Mono-list] mcs 2.10.2 compiles fine, gmcs crashes
Paul F. Johnson
paul at all-the-johnsons.co.uk
Sat Dec 10 12:33:24 EST 2011
Hi,
> I have a simple Helloworld console app that compiles fine with mcs,
> but gmcs crashes with:
using System;
namespace foo
{
public class foo
{
static void Main()
{
Console.Writeline("Hello world");
}
}
}
Works fine for me[1] ;)
Seriously though, any chance of the source, if it's built from source,
OS, distro etc?
Paul
[1] Standard disclaimer - it worked when I wrote it on paper ;)
--
Vertraue mir, ich weiss, was ich mache...
More information about the Mono-list
mailing list