David Champion writes:
> On 2000.06.29, in <[EMAIL PROTECTED]>,
> "Mark Berry" <[EMAIL PROTECTED]> wrote:
> > On Thu, Jun 29, 2000 at 12:39:26AM +0200, Thomas Roessler wrote:
> > > > checking for iconv... yes
> > > > checking whether this iconv is good enough... no
> > > > configure: error: Try using libiconv instead
> > > >
> > > Get libiconv from http://clisp.cons.org/~haible/.
> >
> > I downloaded libiconv-1.3.tar.gz and followed the generic install.
> > However I still get the same warning as above. Can anyone tell me what
> > I am doing wrong?
>
> Using Solaris? At line 4312 of configure, insert this line:
> mutt_cv_iconv_good=yes
Maybe he didn't delete config.cache. Or he needs to supply
LDFLAGS=-R/where/ever on the configure line. A look into
config.log will clear this up.