This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]