> What's the command that compiler the c# and run it ? > Do you have some samples ? First compile `mcs', like this: cd mcs; make linux Then go into the Mono C# compiler directory: cd mcs make mcs3.exe (That will build the compiler two times) Miguel.