This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/10657: java section can not find ;ibiconv
- From: Jeff Sturm <jsturm at one-point dot com>
- To: gcc-gnats at gcc dot gnu dot org, <gcc-bugs at gcc dot gnu dot org>, <mark at codesourcery dot com>, <warren dot dodge at tek dot com>
- Date: Wed, 7 May 2003 18:53:02 -0400 (EDT)
- Subject: Re: bootstrap/10657: java section can not find ;ibiconv
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