From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25409 invoked by alias); 13 Mar 2003 23:06:00 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 25395 invoked by uid 71); 13 Mar 2003 23:06:00 -0000 Date: Thu, 13 Mar 2003 23:06:00 -0000 Message-ID: <20030313230600.25394.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Wolfgang Bangerth Subject: Re: bootstrap/9889: installation gcc 3.2.2 fails on Solaris 2.8 Reply-To: Wolfgang Bangerth X-SW-Source: 2003-03/txt/msg00794.txt.bz2 List-Id: The following reply was made to PR bootstrap/9889; it has been noted by GNATS. From: Wolfgang Bangerth To: Kinh Nguyen Cc: "Steven M. Christensen" , , Subject: Re: bootstrap/9889: installation gcc 3.2.2 fails on Solaris 2.8 Date: Thu, 13 Mar 2003 17:05:11 -0600 (CST) > I am using GCC version 2.8.1. When GCC compiles > under sub directory > ../sparc-sun-solaris2.8/libstdc++-v3 I believe it runs > configure command. The configure program looks for > Thead mode using the following statements: > ------ > echo $ac_n "checking for thread model used by > GCC""... $ac_c" 1>&6 > echo "configure:3868: checking for thread model used > by GCC" >&5 > target_thread_file=`$CC -v 2>&1 | sed -n 's/^Thread > model: //p'` > echo "$ac_t""$target_thread_file" 1>&6 > ---------- > In the old version of GCC (version 2.8.1), gcc -v > doesn't display line "Thread Mode" so configure > program aborts. configure should pick up the newly built gcc here, not the one that is already installed (libstdc++ should be compiled by the just bootstrapped compiler). I guess at the point where configure is invoked, some flag should be passed, but I don't know anything about the libstdc++ build machinery, to be honest. W. ------------------------------------------------------------------------- Wolfgang Bangerth email: bangerth@ticam.utexas.edu www: http://www.ticam.utexas.edu/~bangerth/