[Mono-list] Newbie - How to invoke compiler after installing?

LKeene lionel.keene at gmail.com
Mon Mar 2 16:22:21 EST 2009




Jonathan Pobst wrote:
> 
>> I've installed Mono 2.2 using the default installation parameters on
>> my Wndows XP box. Then, at the command prompt, I tried changing to the
>> compiler directory (the directory containing gmcs.exe) via:
> 
> The easiest way is to go to your Start Menu, and run the "Mono-2.2 
> Command Prompt".  It will set up your environment for you.
> 
> Then just go to c:\MonoTest, and type:
> 
> gmcs -pkg:dotnet simple.cs.
> 
> Jonathan
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 

Great! That worked. Am I correct in assuming that to run Simple.exe under
the Mono runtime (as opposed to Microsoft's) I simply type "mono simple.exe"
?

Also, does the mono compiler accept the same arguments as Microsoft's
command-line compiler? Thanks everyone!

-L


-- 
View this message in context: http://www.nabble.com/Newbie---How-to-invoke-compiler-after-installing--tp22296012p22296829.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list