[Mono-list] mono and corlib out of sync?

Nick Drochak ndrochak@gol.com
Fri, 27 Sep 2002 07:25:32 +0900


| -----Original Message-----
| From: mono-list-admin@ximian.com 
| [mailto:mono-list-admin@ximian.com] On Behalf Of Daniel Morgan
| Sent: Friday, September 27, 2002 1:22 AM
| To: Edmund Zynda III; mono-list@go-mono.com
| Subject: RE: [Mono-list] mono and corlib out of sync?
| 
| 
| I got these directions from gonzalo, this should help you 
| build latest mono/mcs.

Some small fixes and notes...

| [2] Keeping the stuff up to date
| ----------------------------------
| Once you have followed the above steps, do these ones to keep 
| your installation up to date:
| 
| 1. In mcs directory,
| 
| 	cvs -z3 update

Better to use: cvs -z3 update -Pd
Otherwise, you won't get new files added to CVS nor have removed files
deleted.

| 	make -f makefile.gnu
| 
| 2. Use the mono-build.sh script to update, rebuild and 
| install mono from CVS.

I always do a CVS update of mono-build.sh before running it.  Sometimes
there are fixes/improvements there as well.


Nick D.