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

Andreas Färber andreas.faerber at web.de
Mon Mar 2 15:32:55 EST 2009


Hello,

Am 02.03.2009 um 21:25 schrieb lionel keene:

> "gmcs -r:System.Windows.Forms.dll -r:System.Drawing.dll c:\Mono Test 
> \simple.cs"

Whenever you have spaces in your file path, you need to quote it or  
it's interpreted as multiple files.

> After hunting aroud online I changed appended the following to my PATH
> system variable:
>
> ";C:\Program Files\Mono-2.2\bin"

> I get an error claiming "gmcs is not recognized as an internal or
> external command"

If gmcs is located in that directory it should work, in theory...

Andreas



More information about the Mono-list mailing list