From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5898 invoked by alias); 7 Jan 2003 11:36:33 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 5888 invoked from network); 7 Jan 2003 11:36:31 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by 209.249.29.67 with SMTP; 7 Jan 2003 11:36:31 -0000 Received: from free.redhat.lsd.ic.unicamp.br (aoliva.cipe.redhat.com [10.0.1.10]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id h07Ba9Y11493; Tue, 7 Jan 2003 06:36:10 -0500 Received: from free.redhat.lsd.ic.unicamp.br (localhost.localdomain [127.0.0.1]) by free.redhat.lsd.ic.unicamp.br (8.12.6/8.12.6) with ESMTP id h07Ba8O2006880; Tue, 7 Jan 2003 09:36:08 -0200 Received: (from aoliva@localhost) by free.redhat.lsd.ic.unicamp.br (8.12.6/8.12.6/Submit) id h07Ba3ns006876; Tue, 7 Jan 2003 09:36:03 -0200 To: Andrew Luande Cc: gnu@gnu.org, gcc@gcc.gnu.org Subject: Re: Compiling error References: <6238763931ED6642ACFCD1FD97D457B62087CB@NTSERVER> From: Alexandre Oliva Organization: GCC Team, Red Hat Date: Tue, 07 Jan 2003 11:51:00 -0000 In-Reply-To: <6238763931ED6642ACFCD1FD97D457B62087CB@NTSERVER> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-01/txt/msg00339.txt.bz2 On Jan 7, 2003, Andrew Luande wrote: > checking for C compiler default output... configure: error: C compiler > cannot create executables [snip] > gcc: installation problem, cannot exec `as': No such file or directory So that's why. You haven't installed an assembler, that GCC needs in order to produce object files. Get binutils, or install Sun's native packages for assembler and linker, depending on which your build of GCC was configured to use. If you don't know that, ask whoever built GCC for you. For further questions, use the gcc-help@gcc.gnu.org mailing list. This list is for discussion on development *of* GCC, not *with* GCC. Thanks, -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{redhat.com, gcc.gnu.org} CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist Professional serial bug killer