Jackson Harper <[EMAIL PROTECTED]>:
> 
> 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:[EMAIL PROTECTED]:/mono
cvs -z3 update -dP mcs mono gtk-sharp
cd mono
./autogen.sh --prefix=/usr/local

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

Thanks
Jonathan
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to