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.6


> What is wrong with my libiconv?  (There's no other libiconv on this
> system, which is why I built my own some time ago.)

I do not think it's your libiconv. It looks like the link command is
missing the reference to libiconv (something like -liconv, or /path/to/
libiconv.so in your case [which I find a little unusual on a Unix system]).
It is probably a consequence of how you configured GDB. I think that
if you configure with --with-libiconv-prefix=/path/to/libiconv/prefix,
everything should work (famous last words).

-- 
Joel


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