From owner-freebsd-questions@FreeBSD.ORG Mon Dec 21 21:14:25 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 577181065676 for ; Mon, 21 Dec 2009 21:14:25 +0000 (UTC) (envelope-from jeff.hamann@forestinformatics.com) Received: from bobby.forestinformatics.com (cvo-cr1-200-239.peak.org [69.59.200.239]) by mx1.freebsd.org (Postfix) with ESMTP id 9545D8FC0A for ; Mon, 21 Dec 2009 21:14:24 +0000 (UTC) Received: from [192.168.0.2] (rufus.forestinformatics.com [192.168.0.2]) by bobby.forestinformatics.com (8.13.4/8.13.4) with ESMTP id nBLLDar9044918; Mon, 21 Dec 2009 13:13:36 -0800 (PST) (envelope-from jeff.hamann@forestinformatics.com) From: Jeff Hamann Date: Mon, 21 Dec 2009 13:14:22 -0800 To: freebsd-questions@freebsd.org Message-Id: <298DC175-075F-4C40-AE06-116CE6A3523B@forestinformatics.com> Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on bobby.forestinformatics.com Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 21:14:25 -0000 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=3D"gcc -arch i386" \ CXX=3D"g++ -arch i386" \ OBJC=3D"gcc -arch i386" \ F77=3D"gfortran -arch i386" \ FC=3D"gfortran -arch i386" \ --with-python \ --with-openssl=20 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] $=20 A little help please? Thanks, Jeff. Jeff Hamann, PhD PO Box 1421 Corvallis, Oregon 97339-1421 541-754-2457 jeff.hamann[at]forestinformatics[dot]com http://www.forestinformatics.com