From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7227 invoked by alias); 8 May 2003 13:58:24 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 7198 invoked by uid 48); 8 May 2003 13:58:23 -0000 Date: Thu, 08 May 2003 13:58:00 -0000 Message-ID: <20030508135823.7197.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jsturm@gcc.gnu.org, mark@codesourcery.com, nobody@gcc.gnu.org, warren.dodge@tek.com From: jsturm@gcc.gnu.org Reply-To: jsturm@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jsturm@gcc.gnu.org, mark@codesourcery.com, nobody@gcc.gnu.org, warren.dodge@tek.com, gcc-gnats@gcc.gnu.org Subject: Re: bootstrap/10657: java section can not find ;ibiconv X-SW-Source: 2003-05/txt/msg00612.txt.bz2 List-Id: Synopsis: java section can not find ;ibiconv Responsible-Changed-From-To: unassigned->jsturm Responsible-Changed-By: jsturm Responsible-Changed-When: Thu May 8 13:58:23 2003 Responsible-Changed-Why: I'll take it. State-Changed-From-To: open->analyzed State-Changed-By: jsturm State-Changed-When: Thu May 8 13:58:23 2003 State-Changed-Why: There are two distinct aspects of this PR: - why does the bootstrap fail - why does jc1 need iconv when configured with --disable-nls The first is a consequence of bootstrapping from a gcc compiler coninstalled with GNU libiconv. I don't know how to fix it easily, since configuration and libiconv detection is performed with the bootstrap compiler, not the stage1 compiler. Nevertheless the problem should be documented. For the second, it's debateable whether jc1 should try to use -liconv in this case. The Java language requires Unicode support. One option is to not build the java frontend at all with --disable-nls. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10657