Re: gettext/libiconv and libtool problem

2010-03-13 Thread Charles Wilson
On 3/13/2010 1:36 AM, Roger While wrote: > gettext supplies libintl.la. > That file requires libiconv.la. That is what would be supported by a 'build-depends:' tag -- which is exactly how that is handled by more powerful package management systems like rpm, deb, apt, and even ebuild. The origina

gettext/libiconv and libtool problem

2010-03-12 Thread Roger While
Charles Wilson wrote Roger While wrote: > > gettext has a requirement on libiconv2. > libiconv2 contains only the cygiconv dll and nothing else. > > OK. So we have a typical (libtooled) autoconf/automake configure which has > a AM_GNU_GETTEXT([external]). > > Fine, the configure proceeds and prod

Re: gettext/libiconv and libtool problem

2010-03-11 Thread Charles Wilson
Roger While wrote: > > gettext has a requirement on libiconv2. > libiconv2 contains only the cygiconv dll and nothing else. > > OK. So we have a typical (libtooled) autoconf/automake configure which has > a AM_GNU_GETTEXT([external]). > > Fine, the configure proceeds and produces something like

Re: gettext/libiconv and libtool problem

2010-03-11 Thread Larry Hall (Cygwin)
On 3/11/2010 12:29 PM, Roger While wrote: gettext has a requirement on libiconv2. libiconv2 contains only the cygiconv dll and nothing else. OK. So we have a typical (libtooled) autoconf/automake configure which has a AM_GNU_GETTEXT([external]). Fine, the configure proceeds and produces someth

gettext/libiconv and libtool problem

2010-03-11 Thread Roger While
gettext has a requirement on libiconv2. libiconv2 contains only the cygiconv dll and nothing else. OK. So we have a typical (libtooled) autoconf/automake configure which has a AM_GNU_GETTEXT([external]). Fine, the configure proceeds and produces something like - checking for GNU gettext in lib