Re: libiconv -- not required on solaris



The apriopriate part of configure.in is:

AC_CHECK_LIB(iconv, iconv_open, , [
         AC_CHECK_FUNC(iconv_open, , [
                         AC_MSG_ERROR([*** You need iconv for balsa.])
                         ])
         ])

It loooks first for iconv and then, if iconv is not found, it should 
fallback to libc implementation (by checking if iconv_open is available). 
I guess it does not work for you as advertised, does it?

/Pawel

On 2001.10.09 10:44 James McPherson wrote:
> Hi all,
> libiconv doesn't exist on solaris - the iconv_open function is in libc.
-- 
Pawel Salek, Theoretical Chemistry, SCFAB, Stockholm
http://www.theochem.kth.se/~pawsa/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]