This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Serious internationalization problems: revert?


On Fri, Oct 19, 2001 at 07:27:27AM -0400, Richard Kenner wrote:
> A recent change introduced three problems:
> 
> (1) In some configurations, intl.h is not found.

You mean libintl.h, right? I just checked in a patch which should
resolve this.

> (2) Some configurations complain that make can't find -liconv, since
>     it gets erroneously considered a dependency.

I need more information in order to understand where this is coming
from.  It is supposed to notice the absence of libiconv and not use
it.

> (3) There are dozens of warnings about missing declarations and format
>     arg mismatches.

This is because upstream gettext is coded to a weaker set of warning
switches than GCC uses.  I'll be looking at this after the critical
problems are resolved.

zw


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