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
- To: zackw at stanford dot edu (Zack Weinberg)
- Subject: Re: 3.1 Bootstrap failure on Solaris 2.8
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Wed, 28 Mar 2001 16:38:48 -0500 (EST)
- Cc: oldham at codesourcery dot com (Jeffrey Oldham), lucier at math dot purdue dot edu (Brad Lucier), gcc-bugs at gcc dot gnu dot org
>
> 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.
Brad