This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH] Avoid multiple symbols from locale_charset
- From: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- To: libc-alpha at sourceware dot org
- Date: Wed, 20 Sep 2006 09:31:43 -0400 (EDT)
- Subject: [PATCH] Avoid multiple symbols from locale_charset
Ulrich,
Please excuse the cross-posting to this mailing list
but I haven't been able to get a response from you on
the following issue and no mailing list appears to exist
for gettext. The current gcc trunk uses the intl code from
gettext which (including the current release) appears to
generate duplicate symbols for _locale_charset if libiconv
is present when intl/localecharset.c is compiled. The
gcc developers want any changes run pass the gettext
developers and you appear to be the maintainer of the
intl code in that package. The change I have proposed to
eliminate the duplicate symbols has been proposed by
others as well as is shown at...
http://gcc.gnu.org/ml/gcc-patches/2006-09/msg00434.html
I would greatly appreciate any comments you could make
on this patch to the gcc-patches mailing list. Thanks
in advance.
Jack