This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: 3.1 Bootstrap failure on Solaris 2.8
On Wed, Mar 28, 2001 at 04:38:48PM -0500, Brad Lucier wrote:
> >
> > On Wed, Mar 28, 2001 at 12:36:04PM -0800, Jeffrey Oldham wrote:
> > > Today, I experienced a similar problem for gcc 3.0 on
> > > i686-pc-linux-gnu. Source code: 2001-03-28 08:00 GMT
> >
> > I see this also. It appears to be a bit unpredictable. Try deleting
> > everything below $objdir/i686-pc-linux-gnu, then re-running 'make all'
> > from the top. When I did this it got past the above failure and
> > tripped over a binutils bug which I'm now chasing.
>
> In my case, my command line was
>
> (/bin/rm -rf *) ; ../configure ; (make bootstrap >& build.log) && ...
>
> so I was starting with a clean directory.
Yes, I do it that way too. Seriously, clean out i686-pc-linux-gnu and
'make all' from the top. I'm guessing there's detritus left over from
the 'make bootstrap' which confuses configure-target-libstdc++-v3.
zw