From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13427 invoked by alias); 10 May 2005 08:17:53 -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 13395 invoked from network); 10 May 2005 08:17:49 -0000 Received: from unknown (HELO cirse.extra.cea.fr) (132.166.172.102) by sourceware.org with SMTP; 10 May 2005 08:17:49 -0000 Received: from cincidele.saclay.cea.fr (cincidele.saclay.cea.fr [132.166.192.111]) by cirse.extra.cea.fr (8.12.10/8.12.10/CEAnet-Internet.4.0) with ESMTP id j4A8HmAN000992 for ; Tue, 10 May 2005 10:17:48 +0200 (MEST) Received: from pisaure.intra.cea.fr (unverified) by cincidele.saclay.cea.fr (Content Technologies SMTPRS 4.3.17) with ESMTP id for ; Tue, 10 May 2005 10:17:48 +0200 Received: from muguet.saclay.cea.fr (muguet.saclay.cea.fr [132.166.192.6]) by pisaure.intra.cea.fr (8.12.11/8.12.11) with ESMTP id j4A8G0h6026338 for ; Tue, 10 May 2005 10:16:01 +0200 (envelope-from papadopo@shfj.cea.fr) Received: from priadam-int.shfj.cea.fr (priadam.shfj.cea.fr [132.166.81.3]) by muguet.saclay.cea.fr (8.12.10/8.12.10/CEAnet-internes.4.0) with ESMTP id j4A8HlTt013226 for ; Tue, 10 May 2005 10:17:47 +0200 (MEST) Received: from uriens.shfj.cea.fr by priadam-int.shfj.cea.fr via smtpd (for muguet.saclay.cea.fr [132.166.192.6]) with ESMTP; Tue, 10 May 2005 10:17:47 +0200 Received: from [172.16.4.41] (marehaut [172.16.4.41]) by uriens.shfj.cea.fr (8.12.10/8.12.10/SHFJ) with ESMTP id j4A8HkaU002049 for ; Tue, 10 May 2005 10:17:47 +0200 (MEST) Message-ID: <42806E2A.7030002@shfj.cea.fr> Date: Tue, 10 May 2005 09:43:00 -0000 From: Dimitri Papadopoulos-Orfanos User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.7) Gecko/20050414 MIME-Version: 1.0 To: gcc@gcc.gnu.org Subject: Re: building gcc 4.0.0 on Solaris References: <426FAC48.903@shfj.cea.fr> <4277C858.7070006@specifixinc.com> <427F88E0.2020502@shfj.cea.fr> In-Reply-To: <427F88E0.2020502@shfj.cea.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-05/txt/msg00443.txt.bz2 Hi, > I have installed binutils-2.16. > > Things work better in the sense that I get much farther into building > the Java libraries. I still hit a problem: > > [...] > ar rc .libs/libgcj0_convenience.a [... around 100.000 characters ...] > internal error: error_message(58) > [...] > > Is this a known issue? I've worked around this by changing all occurrences of AR="ar" in sparc-sun-solaris2.8/libjava/libtool to AR="/usr/local/binutils/bin/ar". Using GNU's ar fixes the problem indeed. I have another problem later on, again in sparc-sun-solaris2.8/libjava: /tmp/GCC/gcc/xgcc -shared-libgcc [...] -o .libs/libgcj.so.6.0.0 collect2: ld terminated with signal 11 [Segmentation Fault] Any clue? Has anyone attempted to use GNU binutils 2.16 to build gcc on Solaris? In any case it looks like gcc cannot be built on Solaris using standard GNU binutils releases. -- Dimitri Papadopoulos