Its like the chicken-egg problem. Which came first? You have to have a mcs binary to compile mcs.
See http://www.go-mono.com/download.html Normally, i would tell you to go to http://mono.baselabs.org/ to get some Linux RPMs which contain mono binaries, but it is down at the time of writing this email. If you use Debian, try http://www.debianplanet.org/mono/ If you can't get any packaged binaries, get the latest Release of Mono which is 0.13. A mono release contains binaries. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Grigoras Sent: Wednesday, August 14, 2002 11:02 AM To: [EMAIL PROTECTED] Subject: RE: [Mono-list] install problems !? Thanks a lot, for these (first) advices ! But, when I try to build mcs ....after jay/ directory on the second directory (mcs/ ) again an error. make[1]: Entering directory `/usr/local/mono/mcs/mcs' ../jay/jay -ctv < ../jay/skeleton.cs cs-parser.jay > cs-parser.cs ../jay/jay: 2 rules never reduced ../jay/jay: 29 shift/reduce conflicts, 1 reduce/reduce conflict. mcs /target:exe -o mcs.exe assign.cs attribute.cs driver.cs cs-parser.cs cs-tokenizer.cs tree.cs location.cs cfold.cs class.cs codegen.cs const.cs constant.cs decl.cs delegate.cs enum.cs ecore.cs expression.cs genericparser.cs interface.cs literal.cs modifiers.cs namespace.cs parameter.cs pending.cs report.cs rootcontext.cs statement.cs support.cs typemanager.cs make[1]: mcs: Command not found make[1]: *** [mcs.exe] Error 127 It suppose to exist a binary 'mcs' ? Thanks again ! Daniel G --- Daniel Morgan <[EMAIL PROTECTED]> wrote: > The mono build scripts do not include the mcs > binaries nor does it build mcs > for you. > You need to build mcs from cvs. > > See http://www.go-mono.com/anoncvs.html > on how to use anon cvs. > > Once mcs built, then you can: > cp ~/mono/mcs/mcs/mcs* ~/mono/install/bin > cp ~/mono/mcs/class/lib/* ~/mono/install/lib > __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
