Hi,
I've been trying to compile Evolution to see how it would fare to be a pim alternative to the (not many) existing solutions.
All dependencies seem to be met (Evolution Data Server, GtkHTML, libsoup), but configure stops at:
checking for iconv in -liconv... yes
checking if iconv() handles UTF-8... no
configure error: You need to install a working iconv implementation, such as ftp://ftp.gnu.org/pub/gnu/libiconv
At first I was thinking of an unicode issue, so I uninstalled libiconv and gettext and recompiled them from the latest sources. Still no luck. Cross compilation fails in the same way.
So far I can only google this on Gentoo, which looks very similar to the problem here:
http://archives.gentoo.org/gentoo-ppc-dev/msg_02215.xmlAny input is much appreciated, Thanks!
zdevil