Derek Ekins wrote: > Hi, > I am trying to install mono from svn on a fresh machine - no pre existing > mono. > I have checked out the source. > Run ./autogen.sh > and then try make get-monolite-latest > to which I am told that no rule to make target exists.
This means that you don't have a makefile at all, which in turn means that autogen.sh did not complete successfully. Since autogen.sh is chatty like hell, you just have to read its output to be able to figure out what went wrong. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
