From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9718 invoked by alias); 27 May 2003 16:53:11 -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 9627 invoked from network); 27 May 2003 16:53:07 -0000 Received: from unknown (HELO blount.mail.mindspring.net) (207.69.200.226) by sources.redhat.com with SMTP; 27 May 2003 16:53:07 -0000 Received: from [192.168.167.45] (helo=wamui07.slb.atl.earthlink.net) by blount.mail.mindspring.net with esmtp (Exim 3.33 #1) id 19KhhC-00051R-00; Tue, 27 May 2003 12:53:06 -0400 Received: from [192.168.167.59] by EarthlinkWAM via HTTP; Tue May 27 12:53:06 EDT 2003 Message-ID: <8134855.1054054386555.JavaMail.nobody@wamui07.slb.atl.earthlink.net> Date: Tue, 27 May 2003 17:08:00 -0000 From: Josh To: ebotcazou@libertysurf.fr Subject: Re: Bootstrap failure on Sparc Solaris2.8 Cc: gcc@gcc.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg02294.txt.bz2 I have now tried to bootstrap with the snapshot dated 20030526, with the same result: eh_alloc.cc fails at line 81, with or without LIBCXXFLAGS set. I probably shouldn't have, but I did, go in and change the files listed below, commenting out initializations of the __gthread_mutex_t type. This allowed the bootstrap to finish. In directory libstdc++-v3/include/libsupc++: eh_alloc.cc In directory libstdc++-v3/include/bits: stl_alloc.h, stl_threads.h Thanks again. --Josh -------Original Message------- From: Eric Botcazou Sent: 05/23/03 12:05 PM To: Josh Subject: Re: Bootstrap failure on Sparc Solaris2.8 > > > I've configured with the following options in a separate objects directory > (gcc-objs), using gcc-3.2.3 as the starting compiler: ../gcc-3.3/configure > --prefix=/compiler/gcc-3.3 \ > --with-ld=/compiler/gcc-3.2.3/bin/ld > --with-gnu-ld \ > --with-as=compiler/gcc-3.2.3/bin/as \ > --with-gnu-as \ > --disable-nls \ > --enable-threads=posix > > Then: > make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 > -fno-implicit-templates' boostrap-lean Did you set CONFIG_SHELL before configuring? Do you use GNU make? -- Eric Botcazou >