From owner-freebsd-questions@FreeBSD.ORG Thu Jan 3 22:34:56 2008 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 EE9F816A419 for ; Thu, 3 Jan 2008 22:34:56 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E324113C4E9; Thu, 3 Jan 2008 22:34:55 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <477D6310.2060406@FreeBSD.org> Date: Thu, 03 Jan 2008 23:34:56 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: "O. Hartmann" References: <477D5FE2.4080008@mail.zedat.fu-berlin.de> In-Reply-To: <477D5FE2.4080008@mail.zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 7.0-PRE/AMD64: missing f77/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: Thu, 03 Jan 2008 22:34:57 -0000 O. Hartmann wrote: > Sorry about the noise, but I miss g77 or f77 on my FreeBSD 7.0-PRE box. > Where is it? Hasn't gcc 4.2 as incorporated in FreeBSD as the native > compiler also a native fortran 90 compiler? No, you need to install the gfortran port. This is presumably documented in the release notes. Kris