From owner-freebsd-questions@FreeBSD.ORG Thu Jun 7 17:51:53 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E82816A421 for ; Thu, 7 Jun 2007 17:51:53 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 30F5113C48A for ; Thu, 7 Jun 2007 17:51:53 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (sky_cpfw-1.tulsatech.org [70.168.226.130]) by a.cs.okstate.edu (Postfix) with ESMTP id 3E374A06AC; Thu, 7 Jun 2007 12:51:52 -0500 (CDT) Message-ID: <466845B6.5020003@cs.okstate.edu> Date: Thu, 07 Jun 2007 12:51:50 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.0 (X11/20070517) MIME-Version: 1.0 To: "Benton, William E" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 17:51:53 -0000 Written by Benton, William E on 06/07/07 12:15>> > does BSD have any compilers onboard that the user can access? ANSI c??? > or others?? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" man -k compiler yields a few results (ogrepped for relevance): c89(1) - POSIX.2 C language compiler c99(1) - standard C language compiler f77(1), g77(1) - GNU project Fortran 77 compiler gcc(1) - GNU project C and C++ compiler