This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libiberty


On Sun, Jan 03, 2010 at 05:21:29PM -0500, Chris Sutcliffe wrote:
> I'm building gdb for MinGW and I was wondering if gdb needs to use
> it's own libiberty?  If not, is it possible to link against the
> libiberty included as part of binutils?  How would I go about doing so
> assuming it is possible?

Generally GDB needs to use its own copy.  Applications using libiberty
always include their own copy for this reason.

In practice, it may work, but you'd have to do it by hand.
The build system does not support this.

-- 
Daniel Jacobowitz
CodeSourcery


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