This is the mail archive of the gdb-patches@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: Failure to link GDB 7.5


> But your suggestion pointed me in the right direction: I eventually
> succeeded by running "make INTL='-L/home/e/eliz/lib -liconv'".

You shouldn't need that, it should all be done automatically.
But to figure out why, you'll probably need to dig into the AM_ICONV
function. Personally, I find it simplest to embed the libiconv sources
in my GDB sources, and let GDB do all the work (if the libiconv sources
are in-tree, it automatically builds them, and GDB automatically uses
that build).

-- 
Joel


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