bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 6.7 build breaks on i686


From: Thiago Jung Bauermann
Subject: Re: 6.7 build breaks on i686
Date: Mon, 03 Mar 2008 13:14:55 -0300

On Mon, 2008-03-03 at 04:32 -0800, address@hidden wrote:
> gdb-6.7/bfd/elf32-i386.c: In function `elf_i386_tls_transition':
> gdb-6.7/bfd/elf32-i386.c:1174: warning: duplicate `const'
> gdb-6.7/bfd/elf32-i386.c:1174: warning: duplicate `const'
> make[4]: *** [elf32-i386.lo] Error 1

Indeed, this was a problem. I see that in current CVS HEAD and in the
bfd version inside the GDB 6.8 branch this is fixed by not using a
redundant 'const' in the variable declaration.

> I also cannot make gdb 6.7 on a Fedora 2.4.22-1.2174.nptl, because I
> get the same error and have no idea how to get past it.
> 
> Can anyone help? Ilya, any input?

You could try running configure with --disable-werror.

I didn't have problems compiling 6.7 with GCC 4.1.x, so it seems that
newer GCC versions are more forgiving about this problem.
-- 
[]'s
Thiago Jung Bauermann
Software Engineer
IBM Linux Technology Center





reply via email to

[Prev in Thread] Current Thread [Next in Thread]