[Mono-list] mcs and mono package

2004-06-08 Thread Melinda
In this page: http://www.go-mono.org/download.html . The Virtual Execution System is available in package `mono'. Please refer to our Runtime description for more details on this part of the project. Optional packages are `libgdiplus' (if you want to do graphics), `winelib' (if you want to

RE: [Mono-list] mcs and mono package

2004-06-08 Thread jonathan.cooper
, June 08, 2004 12:42 PM To: Mono List Subject: [Mono-list] mcs and mono package In this page: http://www.go-mono.org/download.html . The Virtual Execution System is available in package `mono'. Please refer to our Runtime description for more details on this part of the project. Optional

Re: [Mono-list] mcs and mono package

2004-06-08 Thread Giuseppe Greco
The split between mono and mcs is historical... The mono package contains the execution environment source code, plus the pre-compiled class library. To get mono running, you just need this package. The mcs package contains the class library source code, and you need it only if you want to

RE: [Mono-list] mcs and mono package

2004-06-08 Thread Melinda
without installing mcs-xxx.tar.bz2 package. Thank you. Regards, Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Melinda Sent: Tuesday, June 08, 2004 12:42 PM To: Mono List Subject: [Mono-list] mcs and mono package In this page: http://www.go

Re: [Mono-list] mcs and mono package

2004-06-08 Thread Melinda
On Tue, 2004-06-08 at 18:30, Giuseppe Greco wrote: The split between mono and mcs is historical... The mono package contains the execution environment source code, plus the pre-compiled class library. Is it safe to tell people that: mono-xxx.tar.bz2 has compiler for C# inside? I am writing

Re: [Mono-list] mcs and mono package

2004-06-08 Thread KiOrKY
this is my way fir mono compile mono-cvs-snapshot and do make install compile mcs and do make install and re do make install in mono-cvs-snapshot for me, both are installed, and thats no problem ;) (checkinstall -D is very nice) if you have packages what about do this (install mono then mcs

Re: [Mono-list] mcs and mono package

2004-06-08 Thread Fred Blaise
wow... I open my mailbox... and http://fred.blaisern.com/gallery/actions/image_resized_view.php?prev_path=albums%2FOthersfilename=kiorky_flood.pngnew_width=934new_height=669 Quoting KiOrKY [EMAIL PROTECTED]: this is my way fir mono compile mono-cvs-snapshot and do make install compile

RE: [Mono-list] mcs and mono package

2004-06-08 Thread Miguel de Icaza
Hello, mono is the runtime (class libraries etc) mcs is the c# compiler Mbas is the vb.net compiler mint is the interpreter Hope this makes things a little clearer. I m sorry but that's not what I mean. I mean... what is difference between mono and mcs as package? I

Re: [Mono-list] mcs and mono package

2004-06-08 Thread Raja R Harinath
Hi, Melinda [EMAIL PROTECTED] writes: On Tue, 2004-06-08 at 18:30, Giuseppe Greco wrote: The split between mono and mcs is historical... The mono package contains the execution environment source code, plus the pre-compiled class library. Is it safe to tell people that: mono-xxx.tar.bz2 has

Re: [Mono-list] Mcs vs Mono package

2004-02-23 Thread Miguel de Icaza
I would like to know why there is a mono package and a mcs package if they create equal files: It is a historical difference. C-source code lives in `mono', C#-source code lives in `mcs'. To simplify the lives of those who do not have an existing working environment the compiled and portable

[Mono-list] Mcs vs Mono package

2004-02-05 Thread Nuno Afonso
Hi, I would like to know why there is a mono package and a mcs package if they create equal files: snip usr/bin/al.exe usr/bin/chktrust.exe usr/bin/cilc.exe usr/bin/disco.exe usr/bin/genxs.exe usr/bin/ilasm.exe usr/bin/mbas.exe usr/bin/mcs.exe usr/bin/monoresgen.exe usr/bin/secutil.exe