From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16154 invoked by alias); 30 Jan 2011 00:41:14 -0000 Received: (qmail 16146 invoked by uid 22791); 30 Jan 2011 00:41:14 -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:41:10 +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 p0U0f8Pj086219; Sat, 29 Jan 2011 16:41:08 -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 p0U0f8lc086218; Sat, 29 Jan 2011 16:41:08 -0800 (PST) (envelope-from sgk) Date: Sun, 30 Jan 2011 17:08:00 -0000 From: Steve Kargl To: Alberto Carrami?ana Cc: fortran@gcc.gnu.org Subject: Re: fortran compiler Message-ID: <20110130004108.GB86125@troutmask.apl.washington.edu> References: <5F951FAB-ADF6-40D0-B18C-3718148B6A7C@inaoep.mx> <20110130000347.GA86024@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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/msg00308.txt.bz2 On Sat, Jan 29, 2011 at 06:24:00PM -0600, Alberto Carrami?ana wrote: > > Hi Steve, > > Seems I got a more obscure problem. I downloaded gfortran and tried to > compile a simple program, > > gfortran areas.f > > and got the following message, > > gfortran: error trying to exec 'as': execvp: No such file or directory > > My needs don't go beyond to relatively simple numerical computations for > myself (products, integrals, solving ecs through Newton's method, etc...) > (cc'd fortran@gnu) If you would have kept the discussion on the fortran@gnu mailing list, I'm sure someone could help you. I don't use a Mac (or Windows for that matter). I assume you downloaded from http://gcc.gnu.org/wiki/GFortranBinaries. You may need to install some Mac specific package via fink, but whatever it is I can't help you. -- Steve