Re: Can't compile mutt 1.3.4

2000-06-29 Thread Lars Hecking
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:

Re: Can't compile mutt 1.3.4

2000-06-29 Thread David Champion
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 > > >

Re: Can't compile mutt 1.3.4

2000-06-29 Thread Mark Berry
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

Re: Can't compile mutt 1.3.4

2000-06-28 Thread Dirk Pirschel
* 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

Re: Can't compile mutt 1.3.4

2000-06-28 Thread Wari Wahab
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 > [...]

Can't compile mutt 1.3.4

2000-06-28 Thread Dirk Pirschel
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

Re: Can't compile mutt 1.3.4

2000-06-28 Thread Thomas Roessler
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