[Mono-list] Problems building mono on cygwin

Dietmar Maurer dietmar@ximian.com
Tue, 04 Sep 2001 08:29:31 +0200


Nick Drochak wrote:

> > You are still using an old version of mono  - please update mono from cvs.
> >
> > - Dietmar
> >
>
> I did get the latest version of mono before each of these attempts.  Perhaps
> I am not using the correct cvs command?  Here is what I use:
> cvs -z3 update -Pd mcs mono
>
> I have these set as well:
> CVSROOT=nickd@mono-cvs.ximian.com:/cvs/public
> CVS_RSH=ssh
>
> Am I doing something incorrectly there?
>

The logs you sent shows that it still tries to configure libffi, but this was
removed some time ago. So you must have an old version. Maybe you should do a
new checkout: cvs -z3 co mono

- Dietmar