Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2002 15:37:30 -0600 (CST)
From:      Conrad Sabatier <conrads@home.com>
To:        Matt Lazarou <optical_longhaul@hotmail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: CLR for FreeBSD 4.4-stable and a C# Compiler.
Message-ID:  <XFMail.20020113153730.conrads@home.com>
In-Reply-To: <F168WtIIZS2TRqf69aZ000210f3@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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 <conrads@home.com>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20020113153730.conrads>