[Mono-list] Newbie - How to invoke compiler after installing?
Jonathan Pobst
monkey at jpobst.com
Mon Mar 2 16:38:55 EST 2009
> 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"
> ?
Yep!
> Also, does the mono compiler accept the same arguments as Microsoft's
> command-line compiler? Thanks everyone!
I think there are a couple of very obscure ones that gmcs does not
accept, but everything commonly used is the same.
You can type "gmcs /?" to list some of the ones it accepts.
Jonathan
More information about the Mono-list
mailing list