From owner-freebsd-questions@FreeBSD.ORG Sun Nov 16 14:58:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA1AC16A4CE for ; Sun, 16 Nov 2003 14:58:13 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F41C43FDF for ; Sun, 16 Nov 2003 14:58:12 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id hAGMw9b23945; Sun, 16 Nov 2003 17:58:09 -0500 (EST) From: Jerry McAllister Message-Id: <200311162258.hAGMw9b23945@clunix.cl.msu.edu> To: valerian_ro@yahoo.com (Valerian Galeru) Date: Sun, 16 Nov 2003 17:58:07 -0500 (EST) In-Reply-To: <20031116212617.95190.qmail@web12506.mail.yahoo.com> from "Valerian Galeru" at Nov 16, 2003 01:26:17 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: C X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 22:58:13 -0000 > > Can anyone tell the name of the package that contain > the C, something simillar to Borland C++ in windows... I am not sure what you are asking for sure. Do you mean a port to install C? You don't need that. The system already will have a C compiler if you do a regular full install. Take a look at man cc and also look in the FreeBSD handbook. ////jerry