This is the mail archive of the gcc@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]

Re: Cannot bootstrap gcc compiler on main line


On Wed, Sep 12, 2001 at 06:32:34PM +0200, Peter Schmid wrote:
> I cannot bootstrap gcc 3.1 from the current cvs sources on the
> i686-pc-linux-gnu target. I employ gcc 3.0.1 for building the stage 1
> compiler. Binutils are version 2.11.90.0.23. 
> 
> Configure options:
> ../gcc/configure --enable-shared --enable-threads=posix --enable-languages=c,c++,f77,objc --disable-nls --enable-clocale=gnu

This should have been caught by configure test which should not define
HAVE_GAS_SHF_MERGE in your case (M and S attributes instead of m and s are
supported since yesterday in binutils CVS).
Can you check whether you have HAVE_GAS_SHF_MERGE defined in auto-host.h and
if yes check what config.log sais about this?

Thanks.

	Jakub


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