Re: Mutt 1.3.28 configure problem -- gcc 2.95/Solaris 7

2002-03-15 Thread Daniel Eisenbud
On Wed, Mar 13, 2002 at 11:19:43AM -0600, Drew Raines <[EMAIL PROTECTED]> wrote: > Dominik Mierzejewski <[EMAIL PROTECTED]>: > > > > What's in the last lines of configure.log? > >$ tail -15 config.log >char **argv; > >int main() { > >return f (e, argv, 0) != argv[0] || f (e, a

Re: Mutt 1.3.28 configure problem -- gcc 2.95/Solaris 7

2002-03-13 Thread Drew Raines
Dominik Mierzejewski <[EMAIL PROTECTED]>: > > What's in the last lines of configure.log? $ tail -15 config.log char **argv; int main() { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } configure:1231: checking how to run the C preprocessor co

Re: Mutt 1.3.28 configure problem -- gcc 2.95/Solaris 7

2002-03-13 Thread Dominik Mierzejewski
On Wednesday, 13 March 2002, Drew Raines wrote: > I have built the past 10 releases of Mutt with the exact compiler and > configure options I'm using today. Why does it fail now? I'm still using > gcc, an ANSI-compliant compiler. > >$ head -1 VERSION >1.3.28 >$ cat CONFIGURE >.

Mutt 1.3.28 configure problem -- gcc 2.95/Solaris 7

2002-03-13 Thread Drew Raines
I have built the past 10 releases of Mutt with the exact compiler and configure options I'm using today. Why does it fail now? I'm still using gcc, an ANSI-compliant compiler. $ head -1 VERSION 1.3.28 $ cat CONFIGURE ./configure \ --prefix=/opt/pkgs/mutt-1.3.28 \

Re: ./configure Problem

2000-12-08 Thread Charles Cazabon
J. David Boyd <[EMAIL PROTECTED]> wrote: > > And (stupid question mode ON) do I need a copy of sendmail to send mail? No. You need an MTA, but this could be nullmailer (appropriate for a dial-up machine or workstation in a LAN), qmail, postfix, exim, or even sendmail. Charles -- -

Re: ./configure Problem

2000-12-08 Thread J. David Boyd
ecember 07, 2000 3:30 PM Subject: Re: ./configure Problem > On Thu, Dec 07, 2000 at 02:33:51PM -0500, J. David Boyd wrote: > > Good afternoon. > > > > I'm using Cywin 1.1.6 under Win 98 SE. > > > > When I run ./configure, it says that it can find no place

Re: ./configure Problem

2000-12-07 Thread Charles Krug
On Thu, Dec 07, 2000 at 02:33:51PM -0500, J. David Boyd wrote: > Good afternoon. > > I'm using Cywin 1.1.6 under Win 98 SE. > > When I run ./configure, it says that it can find no place where the mail is > stored. I then created a var/spool/mail, and it configured, but of course > doesn't find

./configure Problem

2000-12-07 Thread J. David Boyd
Good afternoon. I'm using Cywin 1.1.6 under Win 98 SE. I believe that I am missing something very obvious, and here is my problem. This is not a mutt problem, per se, probably, and if I need to ask this question elsewhere, feel free to let me know! When I run ./configure, it says that it can fi

Re: ./configure problem with 1.3.5 on Solaris

2000-07-26 Thread cgreen
On Wed, Jul 26, 2000 at 12:25:58PM +0200, Dirk Pirschel wrote: > * [EMAIL PROTECTED] wrote on Wed, 26 Jul 2000: > > > What is this trying to tell me and what do I need to fix? E.g. *how* > > do I "Try using libiconv instead" ? > > http://clisp.cons.org/~haible/packages-libiconv.html > OK, than

Re: ./configure problem with 1.3.5 on Solaris

2000-07-26 Thread Dirk Pirschel
* [EMAIL PROTECTED] wrote on Wed, 26 Jul 2000: > What is this trying to tell me and what do I need to fix? E.g. *how* > do I "Try using libiconv instead" ? http://clisp.cons.org/~haible/packages-libiconv.html -Dirk

./configure problem with 1.3.5 on Solaris

2000-07-26 Thread cgreen
I am trying to build 1.3.5 on a Solaris 2.6 system. 1.2.4 builds fine there, I have also build 1.3.5 on Linux OK, but 1.3.5 on Solaris gives:- checking for iconv... yes checking whether this iconv is good enough... no configure: error: Try using libiconv instead What is this trying