From owner-freebsd-questions Sun Jan 13 12:11:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f168.law15.hotmail.com [64.4.23.168]) by hub.freebsd.org (Postfix) with ESMTP id AFE0837B416 for ; Sun, 13 Jan 2002 12:11:36 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 13 Jan 2002 12:11:36 -0800 Received: from 24.157.255.31 by lw15fd.law15.hotmail.msn.com with HTTP; Sun, 13 Jan 2002 20:11:36 GMT X-Originating-IP: [24.157.255.31] From: "Matt Lazarou" To: freebsd-questions@FreeBSD.ORG Subject: CLR for FreeBSD 4.4-stable and a C# Compiler. Date: Sun, 13 Jan 2002 20:11:36 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 13 Jan 2002 20:11:36.0526 (UTC) FILETIME=[80DB0EE0:01C19C6E] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I picked up a book on C# Programming. C# is a langauge derived from C and C++, but it was created from the ground up. However, you don't need a C# editor to write the programs in. I used emacs and edit to write a simple program, but i can not compile the program. C# programs are created to run on Common Langauge Runtime (CLR). I was wondering if FreeBSD had a compatiable CLR runtime so i could execute the program. I did a query for it on google and got some results but most of the information wasn't to clear MS has released a CLR for FreeBSD yet to execute C# programs. Another problem i'm having is compiling C# Source Code. IE the extensionsto create the IL file you have to use the .cs naming convention so i named my file ie: hello.cs When i open a terminal to compile the source file called hello.cs i type: csc hello.cs to compile and i get the message command not found. Could i use a graphical development tool to maybe compile a C# Program? or is there another command that i should execute to compile the C# source code. I know that the command csc should be executed in a command line. Has anyone else tryed C# Programming on freebsd if so any help would be greatly apperciated. _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message