Alan Knowles wrote:
> 
> 
> > Alexander? How does this work? I don't remember installing libiconv yet
> > it compiles on Linux.
> >
> 
> iconv is part of glibc on linux - there is a 'emulator???' package available
> on bsd - we found the page last night it comes up quickly when you look for
> libiconv & bsd on google.

OK, that should be an easy fix in configure. Could you add

AC_SEARCH_LIBS(iconv_open, iconv)

to see if that helps? It will be ignored if iconf is part of glibc
because
configure always first checks whether the function is present in the
default compilation environment.

Emile

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to