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: [RFC] --with-iconv-path


On Fri, 6 May 2011, Doug Evans wrote:

> For reference sake, the binary lives in the expected location given
> --with-libiconv-prefix (i.e., bin/iconv), but how do I effect the
> necessary change without breaking anything.
> 
> If folks are happy with adding $WITH_LIBICONV_PREFIX/bin to the front
> of the search path instead (so no new configure option), I can do
> that.
> Seems reasonable, but I guess it *could* break someone's installation somewhere.
> OTOH, if people are passing --with-libiconv-prefix they may have
> iconvlist() in which case the iconv binary isn't used, so we're safe.

--with-libiconv-prefix gives a build-system path which may not be a 
directory present on the host system when the gdb binary is used, so I 
don't think it's suitable for this purpose (which should specify a host 
system path - which I suppose should be relocated if under $exec_prefix).

-- 
Joseph S. Myers
joseph@codesourcery.com


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