bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with Solaris 8

Jeff Sturm jsturm@one-point.com
Wed Dec 26 09:37:00 GMT 2001


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



More information about the Gcc-bugs mailing list