enca icon indicating copy to clipboard operation
enca copied to clipboard

i cannot compile enca with libiconv

Open oahcy opened this issue 6 years ago • 0 comments

i configure enca with command:./configure --with-libiconv=/usr/local/ becase my iconv header in /usr/local/include/iconv.h and lib in /usr/local/lib/libiconv.so but this not work error is: checking for iconv... yes checking for working iconv... no checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking whether iconv implementation is usable... no

oahcy avatar Apr 11 '19 10:04 oahcy