This is the mail archive of the gcc@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]

Unresolved reference to libiconv_close in GCC 3.0


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


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