[MonoDevelop] Mono Error : mcs command not found

Hari phariparam at gmail.com
Mon Aug 25 21:36:41 UTC 2014


I have downloaded and installed mono-3.6.0 in my Red Hat Linux 6.5
system(Virtual Box) from the url :
*http://origin-download.mono-project.com/sources/mono/
<http://origin-download.mono-project.com/sources/mono/>*



I did the following steps for the mono installation:



1.       tar -xvf mono-3.6.0.tar.bz2

2.       The extract path is /opt/test/mymono/mono-3.6.0

3.       cd mono-3.6.0

4.       ../configure --prefix=/usr/local

5.       make && make install



After the successful mono installation I tried to compile a sample c#
program



1. copied the sample Program.cs file to ../mono-3.6.0/mcs folder

2. cd ../mono-3.6.0/mcs

3. mcs Program.cs

Error:
 *bash: mcs: command not found*

Thanks for your help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20140825/8d17bcba/attachment.html>


More information about the Monodevelop-list mailing list