From owner-freebsd-questions@FreeBSD.ORG Mon Dec 21 23:31:45 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 9D7911065694 for ; Mon, 21 Dec 2009 23:31:45 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp03.sth.basefarm.net (ch-smtp03.sth.basefarm.net [80.76.149.214]) by mx1.freebsd.org (Postfix) with ESMTP id 594678FC18 for ; Mon, 21 Dec 2009 23:31:45 +0000 (UTC) Received: from c83-255-48-78.bredband.comhem.se ([83.255.48.78]:63655 helo=falcon.midgard.homeip.net) by ch-smtp03.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1NMrif-00074p-AE for freebsd-questions@freebsd.org; Tue, 22 Dec 2009 00:31:19 +0100 Received: (qmail 73532 invoked from network); 22 Dec 2009 00:31:13 +0100 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 22 Dec 2009 00:31:13 +0100 Received: (qmail 19091 invoked by uid 1001); 22 Dec 2009 00:31:13 +0100 Date: Tue, 22 Dec 2009 00:31:13 +0100 From: Erik Trulsson To: Jeff Hamann Message-ID: <20091221233113.GA16625@owl.midgard.homeip.net> References: <298DC175-075F-4C40-AE06-116CE6A3523B@forestinformatics.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <298DC175-075F-4C40-AE06-116CE6A3523B@forestinformatics.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-Originating-IP: 83.255.48.78 X-Scan-Result: No virus found in message 1NMrif-00074p-AE. X-Scan-Signature: ch-smtp03.sth.basefarm.net 1NMrif-00074p-AE 015b0bd758a7a48f7049a9ffe0bdf425 Cc: freebsd-questions@freebsd.org Subject: Re: Where is gfortran in FreeBSD 7.2 Release (i386)? 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: Mon, 21 Dec 2009 23:31:45 -0000 On Mon, Dec 21, 2009 at 01:14:22PM -0800, Jeff Hamann wrote: > I've been trying to figure out where gfortran went since it doesn't appear in the /usr/ports collection in FreeBSD 7.2 (i386). > > I need it to build plots of numerical "things" and use the following lots: > > ./configure \ > CC="gcc -arch i386" \ > CXX="g++ -arch i386" \ > OBJC="gcc -arch i386" \ > F77="gfortran -arch i386" \ > FC="gfortran -arch i386" \ > --with-python \ > --with-openssl > > My web searches turn up lots of on-responses (i.e. you shouldn't be using fortran anway's it's dead...), and I seem to have gcc42 installed. > > $ gcc -v > Using built-in specs. > Target: i386-undermydesk-freebsd > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 4.2.1 20070719 [FreeBSD] > $ > > A little help please? Install the lang/gcc44 port which includes Fortran support. The Fortran compiler will be installed as gfortran44. -- Erik Trulsson ertr1013@student.uu.se