From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 19:01:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DC8D1065686 for ; Wed, 28 Jan 2009 19:01:27 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (brucec-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:c09::2]) by mx1.freebsd.org (Postfix) with ESMTP id C17448FC0A for ; Wed, 28 Jan 2009 19:01:26 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 9489A19268; Wed, 28 Jan 2009 14:01:15 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on muon X-Spam-Level: X-Spam-Status: No, score=-2.5 required=8.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 Received: from gluon (unknown [IPv6:2a01:348:10f:0:240:f4ff:fe57:9871]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Wed, 28 Jan 2009 14:01:15 -0500 (EST) Date: Wed, 28 Jan 2009 19:01:06 +0000 From: Bruce Cran To: "V. M. Tame-Reyes" Message-ID: <20090128190106.5b610b99@gluon> In-Reply-To: <497F7CE3.8070105@instec.cu> References: <497F7CE3.8070105@instec.cu> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Question about install of Fortran compiler 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: Wed, 28 Jan 2009 19:01:27 -0000 On Tue, 27 Jan 2009 16:30:11 -0500 "V. M. Tame-Reyes" wrote: > > Hello FreeBSD community, > > I had a friend download all the files in freeBSD ports site > (the official one) so i have a large collection of .tbz files > but i don't seem to be able to find a correct fortran 77 > compiler, i already installed c compiler, but calling g77 > wouldn't work. > > Any help anyone could provide ? With the import of GCC 4.2 the Fortran compiler was removed from the base system a few versions ago. There are several in the ports system you can install instead. -- Bruce Cran