View Single Post
Old 02-13-2004, 07:41 PM   #2 (permalink)
sdeming
Code Monkey
 
Join Date: Jul 2002
Location: Michigan
Posts: 85
sdeming is on a distinguished road
Strange, I just copied and compiled that code without any problems on RH9 and Mono.
Code:
$ mcs Hello.cs 
Compilation succeeded
$ mono Hello.exe
Hello World

$
Perhaps running mcs with the "-v" option will shed some light on this? Also, which version are you running (mcs --version)? I am currently using:
Code:
$ mcs --version
Mono C# compiler version 0.29.99.42746
__________________
Scott
B4 09 BA 09 01 CD 21 CD 20 53 63 6F 74 74 24
sdeming is offline   Reply With Quote