From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18448 invoked by alias); 30 Jan 2011 00:03:54 -0000 Received: (qmail 18435 invoked by uid 22791); 30 Jan 2011 00:03:54 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from troutmask.apl.washington.edu (HELO troutmask.apl.washington.edu) (128.95.76.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 30 Jan 2011 00:03:49 +0000 Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.4/8.14.4) with ESMTP id p0U03lUw086034; Sat, 29 Jan 2011 16:03:47 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.4/8.14.4/Submit) id p0U03ls3086033; Sat, 29 Jan 2011 16:03:47 -0800 (PST) (envelope-from sgk) Date: Sun, 30 Jan 2011 13:15:00 -0000 From: Steve Kargl To: Alberto Carrami?ana Cc: fortran@gcc.gnu.org Subject: Re: fortran compiler Message-ID: <20110130000347.GA86024@troutmask.apl.washington.edu> References: <5F951FAB-ADF6-40D0-B18C-3718148B6A7C@inaoep.mx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5F951FAB-ADF6-40D0-B18C-3718148B6A7C@inaoep.mx> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org X-SW-Source: 2011-01/txt/msg00307.txt.bz2 On Sat, Jan 29, 2011 at 05:50:02PM -0600, Alberto Carrami?ana wrote: > > I just got a new mac and installed the files from my older, now defunct, mac. > g77 is not working and I do need a fortran compiler for simple use. I write > simple fortran programs (100 to 1000 lines) for own calculations. > > I hope you can help me. > > g77 is dead. Go to the gfortran wiki, which google can help you find. Start reading. -- Steve