Menu

#21 Can't find iconv

v1.0 (example)
open
nobody
None
5
2024-10-08
2024-10-08
No

In configure.ac, there is line:
AC_CHECK_LIB(iconv, iconv_open)

After that, there should be another check:
AC_CHECK_LIB(iconv,libiconv_open)

Different iconv versions use different symbol names for same functions.

Discussion


Log in to post a comment.