From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4600 invoked by alias); 15 Apr 2002 17:46:55 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 4591 invoked from network); 15 Apr 2002 17:46:53 -0000 Received: from unknown (HELO axccl3.bo.infn.it) (131.154.11.5) by sources.redhat.com with SMTP; 15 Apr 2002 17:46:53 -0000 Received: from archimede.bo.infn.it (archimede.bo.infn.it [131.154.11.27]) by axccl3.bo.infn.it (8.9.3/8.9.3) with ESMTP id TAA06442; Mon, 15 Apr 2002 19:46:15 +0200 (MET DST) Date: Mon, 15 Apr 2002 11:18:00 -0000 From: Yvonne Becherini To: Rupert Wood cc: Subject: RE: cannot exec `as' In-Reply-To: <616BE6A276E3714788D2AC35C40CD18D120058@whale.softwire.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-04/txt/msg00150.txt.bz2 > > when I compile my c++ files, I get the following message: > : > > g++: installation problem, cannot exec `as': No such file or > > directory > > Presumably you've installed a binary distribution of GCC on an operating > system that doesn't have system binutils installed by default. > > Install GNU binutils. You should be able to get it from the same place > that you got GCC. I'm running gcc - 2.96 on Redhat 7.2, I have 'as' in /usr/bin/as, but g++ cannot link to that. Thanks, Yvonne