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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
