libiconv 1.15

wattie

Verified User
Joined
May 31, 2008
Messages
953
Location
Bulgaria
On FreeBSD when I tried ./build iconv to update to the newest version, I got the following error:

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.
 
Back
Top