Closed twwtusr closed 8 months ago
At first glance, it looks like you do not have libintl or libiconv loaded on your system.
libiconv appears to be there:
$ pkg info | grep libiconv
libiconv-1.17 Character set conversion library
And libintl should come with the gettext package:
$ pkg info | grep gettex
gettext-0.21.1 GNU gettext meta package
Your loader (ld) which is strangely /usr/local/bin/ld cannot find them.
Hello, I have downloaded 0.77 Relase and ran:
./configure && gmake
Which gave me these errors:I tried to Google the errors but wasn't able to fix them. Any help?