This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60with Solaris 8
- From: Jeff Sturm <jsturm at one-point dot com>
- To: "Dr. David Kirkby" <drkirkby at ntlworld dot com>
- Cc: rodrigc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Date: Wed, 26 Dec 2001 09:52:14 -0500 (EST)
- Subject: Re: bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60with Solaris 8
On Wed, 26 Dec 2001, Dr. David Kirkby wrote:
> ---problem after autogen is installed and gcc-3.0.3 bootstraps properly----
>
> # cd /usr/local/src/gcc-3.0.3
> # configure --prefix=/usr/local/stow/gcc-3.0.3
> # make bootstrap
> # make install
Could the problem here be related to configuring in the source tree? Try
e.g.:
mkdir -p /usr/local/build/gcc-3.0.3
cd /usr/local/build/gcc-3.0.3
/usr/local/src/gcc-3.0.3/configure --prefix=/usr/local/stow/gcc-3.0.3
make bootstrap
make install
Jeff