[Mono-list] building from CVS

Gonzalo Paniagua Javier gonzalo@ximian.com
04 Jul 2003 02:36:50 +0200


El vie, 04-07-2003 a las 02:16, Reggie Burnett escribió:
> Pardon the newbie question but I haven’t built Mono from CVS for some
> time now and with the ever-changing landscape, I seem to always be
> asking how.  ☺  I’m sure the problem is my general lack of building
> processes on *nix.
> 
> 
> Anyway, whether I use /mono/doc/mono-build.sh or work straight from a
> cvs checkout I have done manually, I get the same problem.
> 
>  When I downloaded the 0.24 source tarball, I simply had to do a
> ./configure –prefix=/usr/local in each directory and make; make
> install.  When updating from CVS, there is no configure script so I
> run ./autogen.sh –prefix=/usr/local.  This churns for a while and then
> fails telling me if can’t find a directory related to libgc.  

Remove your old mono directory and get a fresh checkout. This will get
mono/libgc directory.

-Gonzalo