This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: install libiberty.h
On Thu, Dec 27, 2012 at 6:55 PM, Alex Reece <awreece@gmail.com> wrote:
> Hey,
>
> I'm trying to install libiberty via binutils and I've run into a few
> issues I could use some clarification on.
What are you using the installed version of libiberty for? It is not
designed to be used outside of GCC/GDB/binutils. Likewise for bfd
also.
I would recommend you use gnulib instead of libiberty for a
portability library. As a replacement for bfd, I recommend using
libelf/libdwarf instead.
Thanks,
Andrew Pinski