From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13220 invoked by alias); 19 Jan 2004 20:30:06 -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 13200 invoked from network); 19 Jan 2004 20:30:05 -0000 Received: from unknown (HELO ops2.one-point.com) (216.234.116.146) by sources.redhat.com with SMTP; 19 Jan 2004 20:30:05 -0000 Received: from localhost (jsturm@localhost) by ops2.one-point.com (8.11.6/8.11.6) with ESMTP id i0JKU0M17272; Mon, 19 Jan 2004 15:30:00 -0500 Date: Mon, 19 Jan 2004 20:30:00 -0000 From: Jeff Sturm To: Gerald Pfeifer cc: Gabriel Dos Reis , Tom Tromey , Eric Botcazou , , Subject: Re: Building GCC with native Solaris ld fails In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-01/txt/msg01369.txt.bz2 On Mon, 19 Jan 2004, Gerald Pfeifer wrote: > > No problem for me on Solaris 2.5.1, 2.6, 7, 8 and 9 two days ago. And I > > haven't seen any report like yours in the bug database. > > > > What is your exact configuration (OS, as, ld)? > > SunOS nunki 5.9 Generic_112233-08 sun4u sparc SUNW,Ultra-60 > as: Sun WorkShop 6 update 2 Compiler Common 6.2 Solaris_9_CBE 2001/04/02 > ld: Software Generation Utilities - Solaris Link Editors: 5.9-1.377 > > and > > ./configure --prefix=... --enable-languages=c,c++,objc,java --disable-checking FYI, I could not reproduce this on a new build (I usually use GNU binutils on Solaris though). But I only have Solaris 8. Or perhaps it succeeds anyway if you have enough swap. I have about 1.5GB. Note that the Solaris kernel supports absurdly long command lines (~390KB), so you may not be getting incremental linking at all. Is there a PR open for the libgcj.so link (big, slow, etc.)? I don't remember one. Jeff