[Mono-list] mscorlib.dll vs corlib.dll

Jonathan Wheelhouse wheelhouse@pacific.net.au
Wed, 19 Nov 2003 22:07:14 +1100


Jackson Harper <jackson@ximian.com>:
> 
> You are missing a crucial step in your update-orama. After cvs updating
> mono, you should rerun autgen.sh

Yes, I do run autogen.sh; I just left that out of my email.  I have a
script that does the cvs update and the autogen.sh
------------------------------------------------------------------------
#!/bin/bash

export CVSROOT=:pserver:anonymous@anoncvs.go-mono.com:/mono
cvs -z3 update -dP mcs mono gtk-sharp
cd mono
./autogen.sh --prefix=/usr/local

exit 0
------------------------------------------------------------------------

Thanks
Jonathan