This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Iconv / Solaris
On Thu, Aug 27, 2009 at 02:30:30PM -0600, Tom Tromey wrote:
> The initial problem here is that iconv will not accept "wchar_t" as an
> encoding on this platform. I see we only have one AC_TRY_RUN in gdb
> ... am I right in assuming that these are not ok?
They are not OK. Please don't add another if you can avoid it. I
think the one that's there is for long long printf? I used to have
to override the cache variable... haven't checked lately.
> If they are not ok, I think we can just add a new setting to
> configure.host. This is simpler to implement.
I'm not sure how to do this without hardcoding it by platform. If the
user has external libiconv, do we still want a change?
--
Daniel Jacobowitz
CodeSourcery