From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28938 invoked by alias); 1 Jan 2002 23:56:21 -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 28906 invoked by uid 61); 1 Jan 2002 23:56:21 -0000 Date: Tue, 01 Jan 2002 15:56:00 -0000 Message-ID: <20020101235621.28905.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, rodrigc@gcc.gnu.org, steven.sabean@sun.com From: rodrigc@gcc.gnu.org Reply-To: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, rodrigc@gcc.gnu.org, steven.sabean@sun.com, gcc-gnats@gcc.gnu.org X-Mailer: gnatsweb 2.9.3 Subject: Re: bootstrap/5167: gcc-3.0.2 fails to bootstrap on Solaris 2.6 X-SW-Source: 2002-01/txt/msg00020.txt.bz2 List-Id: Synopsis: gcc-3.0.2 fails to bootstrap on Solaris 2.6 State-Changed-From-To: open->feedback State-Changed-By: rodrigc State-Changed-When: Tue Jan 1 15:56:20 2002 State-Changed-Why: We have successful bootstrap reports on Solaris 2.6 here: http://gcc.gnu.org/gcc-3.0/buildstat.html Can you follow the instructions at: http://gcc.gnu.org/install/specific.html#*-*-solaris2* and set the CONFIG_SHELL environment variable to /bin/ksh and re-running the make? According the make.log file you submitted, there are other instances in the gcc build where libtool --tag is used without failure. I suspect that in the boehm-gc part of the build, it is using the wrong libtool (ie. one installed on your system, instead of the one that is built with gcc). This problem may be occurring because of some incompatibilities in the gcc makefiles with the default Bourne shell on Solaris. Can you let me know if this helps? http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5167