On FreeBSD when I tried ./build iconv to update to the newest version, I got the following error:
However going manually into the folder and compiling:
went OK with no errors.
It should be something wrong in the build script.
Code:
/usr/bin/ld: cannot find -lintl
However going manually into the folder and compiling:
Code:
cd libiconv-1.15
./configure
make install
went OK with no errors.
It should be something wrong in the build script.