This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/5167: gcc-3.0.2 fails to bootstrap on Solaris 2.6
- From: rodrigc at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, rodrigc at gcc dot gnu dot org, steven dot sabean at sun dot com
- Date: 1 Jan 2002 23:56:21 -0000
- Subject: Re: bootstrap/5167: gcc-3.0.2 fails to bootstrap on Solaris 2.6
- Reply-to: rodrigc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, rodrigc at gcc dot gnu dot org, steven dot sabean at sun dot com, gcc-gnats at gcc dot gnu dot org
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