2006/1/29, Kirill Kononenko <[EMAIL PROTECTED]>:
[EMAIL PROTECTED]:~/CS$ cat helloworld.cs
using System;
public class HelloWorld
{
public static void Main()
{
Console.WriteLine("Hello C# World");
}
}
[EMAIL PROTECTED]:~/CS$ cscc -o helloworld.exe helloworld.cs
[EMAIL PROTECTED]:~/CS$ ilrun helloworld.exe
ello C# World*** glibc detected *** free(): invalid next size (fast): 0x08249e70 ***
Aborted
[EMAIL PROTECTED]:~/CS$
Lost an H somewhere !!
CheersHi All,
I don't know if many have noticed the great news... But the
Hello!World! does work with the new Just-In-Time Compiler.
Due to some last minute changes there are some funny exceptions,
though: http://maybe.dotgnu.info:8000/~krokas/pnet_2005_12_20/testcases/hello.il
:)
(taken from the #mono irc channel)
[EMAIL PROTECTED]:~/CS$ cat helloworld.cs
using System;
public class HelloWorld
{
public static void Main()
{
Console.WriteLine("Hello C# World");
}
}
[EMAIL PROTECTED]:~/CS$ cscc -o helloworld.exe helloworld.cs
[EMAIL PROTECTED]:~/CS$ ilrun helloworld.exe
ello C# World*** glibc detected *** free(): invalid next size (fast): 0x08249e70 ***
Aborted
[EMAIL PROTECTED]:~/CS$
Lost an H somewhere !!
Praveen A
--
"GNU is the system, and Linux is the kernel."
A proud GNU user http://www.gnu.org
Me scribbles at http://www.pravi.co.nr
_______________________________________________ Developers mailing list [email protected] http://dotgnu.org/mailman/listinfo/developers
