From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30266 invoked by alias); 18 Oct 2005 13:39:53 -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 30258 invoked by uid 22791); 18 Oct 2005 13:39:51 -0000 Received: from ns1.clicvu.com (HELO admin01-nyc.clicvu.com) (209.10.150.70) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 18 Oct 2005 13:39:51 +0000 Received: from smtp.clicvu.com ([192.168.0.71]) by admin01-nyc.clicvu.com (Post.Office MTA v3.5.3 release 223 ID# 0-64039U1000L100S0V35) with ESMTP id com for ; Tue, 18 Oct 2005 09:34:24 -0400 Content-type: text/plain Date: Tue, 18 Oct 2005 13:39:00 -0000 From: 6q38-9n4r@xemaps.com Subject: Trouble building gcc on solaris To: gcc-help@gcc.gnu.org X-SW-Source: 2005-10/txt/msg00106.txt.bz2 Message-ID: <20051018133900.ZrXDjFz1KqOTq53qLgsZPgP8KWlXaY_CaOk-v7SBmuU@z> I'm having trouble building gcc 4.0.1 on solaris 2.8. (I do have a previous gcc binary available to the shell.) The output of uname -a is: SunOS otcdv2 5.8 Generic_117350-22 sun4u sparc SUNW,Sun-Fire-880 Here is the tail of the output from "make bootstrap": checking for MAP_ANON(YMOUS)... yes checking whether mmap with MAP_ANON(YMOUS) works... yes checking whether to enable maintainer-specific portions of Makefiles... no updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating mkheaders config.status: creating config.h make: Fatal error in reader: Makefile, line 50: Unexpected end of line seen Current working directory /var/tmp/gccbld/build-sparc-sun-solaris2.8/fixincludes *** Error code 1 make: Fatal error: Command failed for target `all-build-fixincludes' I can supply the full output, and any files produced by the build. Note, this build is taking place in a different directory tree to the source. Any help greatly appreciated, Ivor.