[Gtk-sharp-list] Help me on mono and C# installation

Antonio Mart¨ªnez Alvarez amartinez@atc.ugr.es
Tue, 13 Apr 2004 18:40:18 +0200


Xianyong Fang wrote:
> I have installed Mono for windows in my computer(My computer is
running windows 2000 system). Also I installed
> Cygwin and Gtk#. Mono and Gtk# are installed to usr/local in cygwin.
But in cygwin, when i change the directory to
>bin in cygwin and input mono, the reply is "bash:mono: command not
found". So what's wrong with it? And how to
>tackle it?

This is what I do when I run mcs and mono in a cygwin bash console, just
write mono.bat and mcs.bat:

$ mcs.bat someprogram.cs -r:gtk-sharp -r: bla bla bla
$ mono.bat someprogram.exe

It works for me. On the other hand, mono and mcs (without the .bat)
works for me in a normal dos shell console.

--
Antonio Mart¨ªnez