adesklets expects iconv calls to be in libc, so it's not
linking to the external library -- in fact, it is in glibc
for quite some time now. From what I see from google (I do
not have a slackware machine at hand right now) you could
probably perform (just look at your system for the exact
parameters, it is possible I am slightly wrong):
./configure CFLAGS="$CFLAGS -liconv -L/usr/local/include"
Alternatively, if you do not intend using non ASCII
characters on you desklets, you may remove the:
line from
src/config.h after
the configuration phase, but before the build. I will add a
supplementary test in the autoconf script for next release,
as I also experienced this recently with a user using Darwin.
Regards,