Compiling libunac-1.8.0 on FreeBSD
Submitted by andrew.hankinson on Fri, 10/02/2009 - 13:36
If you’re having a problem finding iconv on FreeBSD when trying to install libunac:
- Make sure you have GNU libiconv installed from the ports collection.
- Run the configure script with the following linker argument
sudo ./configure LDFLAGS="/usr/local/lib/libiconv.so -R/usr/local/lib"
- Login to post comments