I typed:
mcs Test.cs
I also tried mcs /t:exe /main:Test Test.cs but with the same result.
Note that mcs /t:module Test.cs works fine.

Here is Test.cs:

using System;
class Test{
  public static void main(){
    Console.WriteLine("Hello world\nHow are you today?");
  }
}

This is a Debian woody installed from DebianPlanet yesterday.
What's wrong with that?

_________________________________________________________________
Rejoignez MSN Hotmail, le plus important service de messagerie 
http://www.hotmail.com/fr



_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to