From owner-freebsd-questions Sun Jan 13 13:38:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dolphin.idleplay.net (cx2037703-a.kenner1.la.home.com [24.39.27.145]) by hub.freebsd.org (Postfix) with ESMTP id 0CDB137B416 for ; Sun, 13 Jan 2002 13:38:15 -0800 (PST) Received: (from conrads@localhost) by dolphin.idleplay.net (8.11.6/8.11.6) id g0DLbUj01430; Sun, 13 Jan 2002 15:37:30 -0600 (CST) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 13 Jan 2002 15:37:30 -0600 (CST) Organization: @Home Network From: Conrad Sabatier To: Matt Lazarou Subject: Re: CLR for FreeBSD 4.4-stable and a C# Compiler. Cc: freebsd-questions@FreeBSD.ORG 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 On 13-Jan-2002 Matt Lazarou wrote: > > Another problem i'm having is compiling C# Source Code. > > 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. Did you install some package you found somewhere to support this language? There is no "csc" in the base FreeBSD system. Without a 3rd-party package of some sort, you're going to be just plain SOOL as far as using this language under FreeBSD. The "command not found" error in the shell can mean only one of a few possible things, by the way: 1) The command (file) is nowhere to be found on the system. 2) The command (file) exists, but is not in your PATH. 3) You mistyped the command name, resulting in a non-existent command/filename -- Conrad Sabatier Do not sleep in a eucalyptus tree tonight. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message