From owner-freebsd-questions@FreeBSD.ORG Mon Jun 22 08:10:30 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 978591065698 for ; Mon, 22 Jun 2009 08:10:30 +0000 (UTC) (envelope-from jason.w.barnes@gmail.com) Received: from mail-ew0-f215.google.com (mail-ew0-f215.google.com [209.85.219.215]) by mx1.freebsd.org (Postfix) with ESMTP id 2E8458FC1F for ; Mon, 22 Jun 2009 08:10:29 +0000 (UTC) (envelope-from jason.w.barnes@gmail.com) Received: by ewy11 with SMTP id 11so4142485ewy.19 for ; Mon, 22 Jun 2009 01:10:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=lQKcPb1iVOBY3ExYE/5wuc8fSw9+hPf2cjOjUNaVrMo=; b=Avrmk0417JV2TiwckiTR/tUyoxEhuIsEyOSQccW1t7u/inxKHxUdca5Y0hKFL4yISB rPExEm6hP83mtLFK86yGQswnNP6Kq2lu+BwYQW8/H834Usx7TvMPTNBecn7Mz3SI2Rie EFyojf7tnTlVyXhrRST+M8/g+UdDil1BCBHF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=tPHVyu3UqBT8vxK1FjPpXem5IsLY9AVsOhIZMetGjvUT6yKYwGlmEjSTEYMzGZDmBy DqF07140mzgX0v0OSRnaDqiRl1BEFZZyc/ve8AbLydkh2PSGa7Yp/AuNqa72HL1nWilX 9Yd1ZFD7agsfevh1rEDskcyrsFjuGKebpWwFg= MIME-Version: 1.0 Received: by 10.216.49.209 with SMTP id x59mr2084563web.195.1245656849786; Mon, 22 Jun 2009 00:47:29 -0700 (PDT) Date: Mon, 22 Jun 2009 00:47:29 -0700 Message-ID: From: Jason Barnes To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: fortran in AMD64 FreeBSD-7.2-RELEASE 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, 22 Jun 2009 08:10:31 -0000 I have recently migrated to FreeBSD 7. In doing so I realized that g77 is no longer provided with the OS (no jokes about Fortran use, plz ;) this is legacy code). The online resources that I've found suggest installing the "gfortran" port, however I don't see one in my ports tree for 7.2-RELEASE. I'd use ifc but that's marked as i386 only and I'm on an AMD64 box. How do I get g77 running on FreeBSD 7.2-RELEASE? Thanks in advance for any help that you can provide with my conundrum . . . - Jason