This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Serious internationalization problems: revert?
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: Serious internationalization problems: revert?
- From: Zack Weinberg <zack at codesourcery dot com>
- Date: Fri, 19 Oct 2001 08:20:51 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <10110191127.AA23428@vlsi1.ultra.nyu.edu>
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