[Mono-devel-list] System.Collections.Generic - build on Linux?

Michal Moskal michal.moskal at gmail.com
Thu Jul 21 04:59:42 EDT 2005


On 7/21/05, Vladimir Lushnikov <vladimir.lushnikov at gmail.com> wrote:
> I was wondering what kind of support there is for Generics and Partial
> classes in MSC at the moment? I noticed that in my SVN checkout of
> Mono and msc there exists a few classes with the proposed
> functionality, but I was wondering how to compile them into the GAC,
> since "make" & "make install" say that there are no targets for
> compilation.

./configure --with-preview
make && make install

Then use gmcs (instead of mcs) for compilation of your 2.0 code.

-- 
   Michal Moskal,
   http://nemerle.org/~malekith/



More information about the Mono-devel-list mailing list