On Fri, 2003-01-03 at 06:57, Quel Qun wrote: > --- Original Message --- > From: "Frederic Crozat" <[EMAIL PROTECTED]> <...> > >It is not that I want or don't want to include mono.. I have > absolutely no > >time to package or maintain it.. Feel free to package it and > upload to > >contrib.. > > > I did a while ago: > > http://www.mandrake.com/en/archives/cooker/2002-12/msg00772.php > > GTK# is still there, but mono has disappeared. I played a bit > with GTK# and the C# compiler. The tutorial apps seem to build > and run fine (under linux). In theory, console apps should be > able to run under the MS .NET environment, but I haven't tried. > > I will try to find some time and refresh these packages this > week-end.
So here they are in /incoming again:
libgc-6.1-2mdk.src.rpm
mono-0.17-2mdk.src.rpm
gtk-sharp-0.6-3mdk.src.rpm
Now you can write and compile console apps that run both in linux and
windows:
$ cat hello.cs
using System ;
class Hello
{
public static void Main(String[] args)
{
Console.WriteLine("mono: is alive and well...") ;
}
}
$ mcs hello.cs
Compilation succeeded
$ mono hello.exe
mono: is alive and well...
$ cp hello.exe /mnt/windows/My\ Documents/
Reboot (I installed the .NET framework, but you should be able to use
mono as well).
C:\My Documents\> hello
mono: is alive and well...
Groovy.
> --
> Quel Qun <[EMAIL PROTECTED]>
signature.asc
Description: This is a digitally signed message part
