This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Unresolved reference to libiconv_close in GCC 3.0
- To: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Subject: Unresolved reference to libiconv_close in GCC 3.0
- From: "McCracken, Bob" <bmccra03 at sprintspectrum dot com>
- Date: Tue, 3 Jul 2001 09:31:11 -0500
When building the java section of GCC 3.0 I got a failure when it was unable
to
resolve references to libiconv_close().
All I know at this point is:
1) While I do have libiconv and it does contain that function, I don't see
"-liconv" among the other libs in the link command line.
2) The other libs in the command line, libz and libiberty, are static and
part of the GCC package, but my libiconv is shared.
3) It seems odd to me that libiconv_close() would be called without a prior
call
to libiconv_open(), but there's no reference in the error messages to any
other function in that library.
Thanks for any suggestions.
Bob McCracken