From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 550 invoked by alias); 5 Jun 2009 14:59:56 -0000 Received: (qmail 506 invoked by uid 48); 5 Jun 2009 14:59:42 -0000 Date: Fri, 05 Jun 2009 14:59:00 -0000 Message-ID: <20090605145942.505.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/40339] gcc: error trying to exec 'as': execvp: No such file or directory In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dsandler at paychex dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-06/txt/msg00298.txt.bz2 ------- Comment #6 from dsandler at paychex dot com 2009-06-05 14:59 ------- (In reply to comment #5) > You haven't told us haw you have configured gcc, if it was a native build or > cross, etc. > If it is a native build, checking that /usr/bin/as exists is the first step. > You can e.g. strace the gcc driver to find out where exactly it is looking for > as. I'm working on getting an answer regarding the configuration of gcc from our SA group, as I'm not an SA. I can tell you that /usr/bin/as does exist. All of my work has been done on HP-UX 11.23 and IA64 boxes, so I'm very new to RHEL5 and x86_64. Could you tell me how to strace the gcc driver? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40339