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:
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
> > >
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 follo
* Wari Wahab wrote on Thu, 29 Jun 2000:
> For me, after a successful ./configure, it won't 'make' at all
>
> wari@spider:~/src/mutt-1.3.4 > make
> make: *** No rule to make target `m4/curslib.m4', needed by
> `aclocal.m4'. Stop.
I had the same problem.
Try automake; autoconf; ./configure.
-Di
For me, after a successful ./configure, it won't 'make' at all
wari@spider:~/src/mutt-1.3.4 > make
make: *** No rule to make target `m4/curslib.m4', needed by
`aclocal.m4'. Stop.
* Dirk Pirschel <[EMAIL PROTECTED]> [000629 06:37]:
> Hi *,
>
> pirschel@tux:~/tmp/mutt-1.3.4 > ./configure
> [...]
Hi *,
pirschel@tux:~/tmp/mutt-1.3.4 > ./configure
[...]
checking for iconv... yes
checking whether this iconv is good enough... no
configure: error: Try using libiconv instead
Any suggestions?
-Dirk
On 2000-06-29 00:13:56 +0200, Dirk Pirschel wrote:
> pirschel@tux:~/tmp/mutt-1.3.4 > ./configure
> [...]
> checking for iconv... yes
> checking whether this iconv is good enough... no
> configure: error: Try using libiconv instead
> Any suggestions?
Get libiconv from http://clisp.cons.org/~haib