El jue, 13-11-2003 a las 09:47, George Kodinov escribió:
> >>While this is OK on linux (there's a 'mcs' shell script there to run 
> >>'mono mcs.exe ...') on Win32 this causes the MS.NET runtime to be used 
> >>to run mcs.exe. And since there're some 1.1 methods in Mono it won't run 
> >>if only 1.0 is installed.
> >>    
> >>
> >
> >Do you know which methods?  I find it surprising that we are using new
> >features. 

The default build for mcs uses NET_1_1. You have to compile everything
in mcs with -d:NET_1_0 to not use 1.1 features.

-Gonzalo


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

Reply via email to