From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32261 invoked by alias); 31 Jan 2011 15:39:37 -0000 Received: (qmail 32211 invoked by uid 22791); 31 Jan 2011 15:39:35 -0000 X-SWARE-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_20 X-Spam-Check-By: sourceware.org Received: from smtp6.ouhsc.edu (HELO smtp6.ouhsc.edu) (157.142.11.18) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 31 Jan 2011 15:39:29 +0000 Received: from ex-hub-01.hsc.net.ou.edu (ex-hub-01.hsc.net.ou.edu [10.101.1.12]) by smtp6.ouhsc.edu (8.14.3/8.14.3) with ESMTP id p0VFdJ3k002087 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Mon, 31 Jan 2011 09:39:19 -0600 Received: from db-8.hsc.net.ou.edu (10.64.19.224) by pobox.ouhsc.edu (10.101.1.25) with Microsoft SMTP Server id 8.3.137.0; Mon, 31 Jan 2011 09:39:27 -0600 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 (Apple Message framework v1082) Subject: Re: fortran compiler From: David Bourne In-Reply-To: <1296477319.26388.ezmlm@gcc.gnu.org> Date: Mon, 31 Jan 2011 19:17:00 -0000 Content-Transfer-Encoding: quoted-printable Message-ID: <13500D06-1F55-4942-841B-BEE64F2C350E@boomer.org> References: <1296477319.26388.ezmlm@gcc.gnu.org> To: GFortran X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2011-01-31_07:2011-01-31,2011-01-31,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=-240 reason=mlx engine=5.0.0-1012030000 definitions=main-1101310083 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/msg00325.txt.bz2 gfortran is the way to go. You need Xcode installed first. If its a new computer with Snow Leopard the= latest XCode is what you want. The install DVD may have it otherwise the l= ink http://developer.apple.com/technologies/tools/ should lead you to it. See http://gcc.gnu.org/wiki/GFortranBinariesMacOS to get gfortran for Mac OS 10.4, 10.5 or 10.6. David On Jan 31, 2011, at 6:35 AM, fortran-digest-help@gcc.gnu.org wrote: > From: Alberto Carrami=F1ana > Date: January 29, 2011 5:50:02 PM CST > To: fortran@gcc.gnu.org > Subject: fortran compiler >=20 >=20 >=20 > Dear GNUs gurus, >=20 > I just got a new mac and installed the files from my older, now defunct, = mac.=20 > g77 is not working and I do need a fortran compiler for simple use. I wri= te=20 > simple fortran programs (100 to 1000 lines) for own calculations. >=20 > I hope you can help me.=20 >=20 > Alberto