Re: multiple definitions of symbol _locale_charset

2006-09-08 Thread Jack Howarth
Andrew, Doesn't the proposed patch to intl/localcharset.c pretty much fall under the obvious rule? Jack

Re: multiple definitions of symbol _locale_charset

2006-09-08 Thread Jack Howarth
Andrew, Thanks for the hint. I make the patch as being only... === --- intl/localcharset.c (revision 116795) +++ intl/localcharset.c (working copy) @@ -23,6 +23,13 @@ # include #endif +#if !HAVE_ICONV + +/* Provide our varian

Re: multiple definitions of symbol _locale_charset

2006-09-08 Thread Andrew Pinski
http://gcc.gnu.org/ml/gcc-patches/2006-01/msg00667.html -- Pinski

multiple definitions of symbol _locale_charset

2006-09-08 Thread Jack Howarth
I notice a warning in the Darwin PPC build of gcc trunk against libiconv 1.10. There appears to be a duplicate symbol for _locale_charset in both ./../intl/libintl.a(localcharset.o) and /sw/lib/libiconv.dylib(localcharset.o). Shouldn't the presence of duplicate symbols in the linkage of cc1plu