[Mono-list] Mono 0.10 is out.

Miguel de Icaza miguel@ximian.com
27 Mar 2002 22:02:36 -0500


> Now we can build mcs4.exe from a mcs.exe. What stage are we going to be
> able to build a bootstrap mcs so we can then build a stage 2 and stage 3
> compiler?

You can build all the stages ;-)

The only issue is that the makefile is not setup to do this right now. 
But if you change all the occurrences of "csc" with "mcs" in the
makefile, and change the options from csc-style to mcs-style you can run
the standard test, which is "make test".

I just did not do it last night, I was very tired.

I am still considering adding csc-compatible command line parsing, so
that we do not need to maintain different targets.  There is a small
ambiguity, but I believe this is livable with (ie, if you try to compile
a file called "/debug:on" :-)

Miguel.