From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28289 invoked by alias); 7 May 2003 22:56:01 -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 28253 invoked by uid 71); 7 May 2003 22:56:00 -0000 Date: Wed, 07 May 2003 22:56:00 -0000 Message-ID: <20030507225600.28252.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Jeff Sturm Subject: Re: bootstrap/10657: java section can not find ;ibiconv Reply-To: Jeff Sturm X-SW-Source: 2003-05/txt/msg00515.txt.bz2 List-Id: The following reply was made to PR bootstrap/10657; it has been noted by GNATS. From: Jeff Sturm To: gcc-gnats@gcc.gnu.org, , , Cc: Subject: Re: bootstrap/10657: java section can not find ;ibiconv Date: Wed, 7 May 2003 18:53:02 -0400 (EDT) In the root of your failing build tree, can you run grep iconv config.cache and paste the output? In particular, I'm interested in am_cv_func_iconv, am_cv_lib_iconv and am_cv_lib_iconv_ldpath. I could not reproduce this problem on my Solaris 8 machine yet. Moreover, Solaris 8 does not have a separate libiconv, it is integrated with libc. I'm guessing your problem may occur if all the following are true: a) Your bootstrap compiler is GCC and lives in a different --prefix than that you are configuring for b) GNU libiconv is installed in the same prefix as your bootstrap compiler c) libiconv is not available in /usr/lib or one of the system search paths Jeff