[Mono-list] Building msc fails beacuse there is no csc

Adam Treat manyoso@yahoo.com
Mon, 1 Apr 2002 17:00:17 -0800


csc.exe is the Microsoft C# compiler.  Since, mcs (that is mono's C# 
compiler) is itself written in C#, you'll need to compile it with csc.exe or 
a prebuilt binary of mcs.  Make sense?  To get csc.exe you'll need to 
download and install Microsoft's .NET SDK. The only other alternative is to 
download Mono 0.10 and follow the instructions for compiling mcs.  Note: you 
will have to have csc.exe to compile Mono's class library regardless, as mcs 
is not capable of this quite yet.

Hope this helps,

Adam

On Monday 01 April 2002 03:46 pm, you wrote:
> I tried different ways to compile Mono (linux and Windows cygwin), but
> without success. The problem seems to be that I have no csc program,
> either in linux or in windows (csc.exe).
> I have no idea what program is this. I downloaded and installed
> everything as said in the download page.
>
> Can someone help me with this? Also, does it already compile on linux?
>
> Thanks,