From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17639 invoked by alias); 27 May 2003 19:01:07 -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 17603 invoked from network); 27 May 2003 19:01:07 -0000 Received: from unknown (HELO mail.libertysurf.net) (213.36.80.91) by sources.redhat.com with SMTP; 27 May 2003 19:01:07 -0000 Received: from localhost.localdomain (212.83.190.166) by mail.libertysurf.net (6.5.026) id 3ECC3D02001481BD; Tue, 27 May 2003 21:01:05 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Eric Botcazou To: Josh Subject: Re: Bootstrap failure on Sparc Solaris2.8 Date: Tue, 27 May 2003 19:13:00 -0000 User-Agent: KMail/1.4.3 Cc: gcc@gcc.gnu.org References: <2441889.1054058536778.JavaMail.nobody@wamui08.slb.atl.earthlink.net> In-Reply-To: <2441889.1054058536778.JavaMail.nobody@wamui08.slb.atl.earthlink.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200305272102.52792.ebotcazou@libertysurf.fr> X-SW-Source: 2003-05/txt/msg02303.txt.bz2 > There is in fact a pthread.h header file in my $(objdir)/gcc/include > directory Ok, this means that at least one fix was applied to the header. Now could you post the definitions of the two macros at stake, i.e PTHREAD_MUTEX_INITIALIZER and PTHREAD_COND_INITIALIZER, as they appear in this header file, including any surrounding #if/#endif? -- Eric Botcazou