Hello all,
I got the following build error after I pulled the latest git version of Guile:
<a bunch of stuff that seems irrelevant here>
CCLD libguile-2.0.la
Undefined symbols:
"_iconv", referenced from:
_rpl_iconv in libgnu.a(iconv.o)
(maybe you meant: _mem_iconveh, _iconveh_close , _rpl_iconv_open
, _mem_cd_iconveh , _str_iconveh , _rpl_iconv , _iconveh_open ,
_rpl_iconv_close , _str_cd_iconveh )
"_iconv_close", referenced from:
_rpl_iconv_close in libgnu.a(iconv_close.o)
(maybe you meant: _rpl_iconv_close)
"_iconv_open", referenced from:
_rpl_iconv_open in libgnu.a(iconv_open.o)
_rpl_iconv_open in libgnu.a(iconv_open.o)
(maybe you meant: _rpl_iconv_open)
ld: symbol(s) not found
collect2: ld returned 1 exit status
This continued even when I rebuilt everything starting from autogen.sh.
It looks like a link error involving gnulib and libiconv, but I'm not
sure how to debug it. My libiconv is up-to-date, and everything built
fine before I pulled.
Thanks
Noah