Hi all,
I'm trying to compile a special version of transmission for use with TorrentfluxNG (previously TorrentfluxB4RT). This is the error I get:
Libiconv is installed from ports:
System is a clean install of 10.1 (not an upgrade from 9 or 10)
Any ideas how to get past this?
Many thanks
Mike
I'm trying to compile a special version of transmission for use with TorrentfluxNG (previously TorrentfluxB4RT). This is the error I get:
Code:
./libtransmission.a(utils.o): In function `to_utf8':
/root/tf_temp/transmission-2.73/libtransmission/utils.c:1300: undefined reference to `libiconv_open'
/root/tf_temp/transmission-2.73/libtransmission/utils.c:1302: undefined reference to `libiconv'
/root/tf_temp/transmission-2.73/libtransmission/utils.c:1304: undefined reference to `libiconv_close'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
Stop.
make[1]: stopped in /root/tf_temp/transmission-2.73/libtransmission
*** Error code 1
Stop.
make: stopped in /root/tf_temp/transmission-2.73
Code:
# pkg info | grep libiconv
libiconv-1.14_6 Character set conversion library
Code:
# uname -a
FreeBSD xxx.xxx.xxx.com 10.1-RELEASE FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
Any ideas how to get past this?
Many thanks
Mike