Hi! I'm Luca, the maintainer of gdb7.x on FreeBSD ports. I've found a strange situation where gdb's configure script fails to use libbfd and disable ELF support. the problem was that during configuration, the /usr/local/lib/libbfd.a was used, instead of the gdb's one. This library was compiled with libintl support, then the bfd's test program build failed. This patch should solve this issue, building bfd's testing program using the gdb's one. Thanks in advance for the support Luca PS: please use my address in cc, I'm not in the mailing-list!