This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]