Am 09.06.2008 um 09:25 schrieb Abdelrazak Younes:
Stefan Schimanski wrote:
Am 09.06.2008 um 08:28 schrieb Abdelrazak Younes:
Stefan Schimanski wrote:
It seems he does not link against iconv, although it is found
when calling cmake.
Works fine on Windows. Maybe try to upgrade libintl and iconv?
It's very strange. In fact -liconv is part of the linker command
line. But still iconv is not properly linked in.
I think (not sure) the libintl in your system must be linked with
the same libiconv as your application. Maybe that's the problem?
Yes, I think it is. It seems he picks up libintl from MacPorts and
iconv from /usr/lib. Now cmake refuses every attempt to make him link
also against the libiconv from MacPorts.
Stefan