[Mono-list] No C# installer found after installing mono-2.2 from source

Robert Jordan robertj at gmx.net
Mon Feb 23 06:16:32 EST 2009


adol wrote:
> Hi people,
> 
> I've just installed Mono 2.2 from source on a shiny new CentOS 5.2 box.
> ./configure --prefix=/usr/local/
> make
> make install
> 
...

> 
> I searched for gmcs and mcs but I didn't find them installed on my box...
> Obviusly, something went wrong when installing Mono.... I've no idea why it
> didn't install any c# compiler...

Well, the "make & make install" steps above are emitting a lot of diag
messages. One of them, usually the last ;-), is containing the reason
of why mcs wasn't built.

Robert



More information about the Mono-list mailing list