Subject: Re: GDB6 in current fails to compile
To: Vincent <10.50@free.fr>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: current-users
Date: 07/05/2006 09:23:15
Vincent <10.50@free.fr> writes:

> In file included from /usr/src/gnu/dist/gdb6/bfd/aout32.c:23:
> /usr/src/gnu/dist/gdb6/bfd/aoutx.h: In function 'aout_32_final_link':
> /usr/src/gnu/dist/gdb6/bfd/aoutx.h:5255: error: too many arguments to
> function 'bfd_hash_table_init_n'

Do you have a src/gnu/usr.bin/gdb6/arch/i386/bfd.h? That file was
accidentally left over from some previous work, and I removed it
yesterday.

But this also looks funny:
  -I/usr/src/gnu/usr.bin/gdb6/bfd/../arch/i386
since it should be:
  -I/usr/src/gnu/usr.bin/gdb6/bfd/arch/i386

I'm wondering what happened that added that "..". I see you have some
tuning options in mk.conf; what else is in there?

        - Nathan