This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PR 10656 and PR 10657
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: java at gcc dot gnu dot org, <gcc at gcc dot gnu dot org>
- Date: Wed, 7 May 2003 18:30:50 -0400 (EDT)
- Subject: Re: PR 10656 and PR 10657
On 6 May 2003, Mark Mitchell wrote:
> These PRs represent serious problems with the Java front end -- problems
> that prevent building GCC if Java is enabled. Both problems occur on
> Solaris machines.
I have a patch for PR 10656, but cannot test it myself on Solaris 7. I
may have some help. Is tomorrow too late for 3.3?
> PR 10657 looks like it might be a problem on other systems as well;
> --disable-nls does not seem to be working correctly when building jc1.
I couldn't reproduce PR 10657. Solaris 8 has iconv() in libc, anyway, so
I don't believe this is a Solaris problem, nor that it should affect the
3.3 release.
(Java wants to use iconv() whenever it's available regardless of
--disable-nls. See also prs 10013, 9045.)
Jeff