<<< Date Index >>>     <<< Thread Index >>>

Re: What should go into 1.5.7?



Hello,

> Unfortunately, I haven't been able to test it yet, because mutt's build
> prerequisites seem to have passed me by.  When I run autoconf, I get errors:

What OS/Distribution do you use? For Debian Sarge, I use the following:

        export CFLAGS="-O2"
        aclocal -I m4 && autoheader2.50 && (cd m4 && make -f Makefile.am.in ) 
&& automake && autoconf2.50
        ./configure --enable-hcache --enable-imap --with-slang --with-ssl
        make AUTOHEADER=autoheader2.50 AUTOCONF=autoconf2.50

For Solaris:

        export LD_OPTIONS="-R/opt/csw/lib -L/opt/csw/lib -R/opt/csw/bdb4/lib 
-L/opt/csw/bdb4/lib"
        export 
PATH="/opt/forte8/SUNWspro/bin:/usr/ccs/bin:/usr/bin:/usr/openwin/bin:/opt/csw/bin:/local/bitkeeper/bin"
        export CPPFLAGS="-I/opt/csw/include"
        export CFLAGS="-fast"
        ./prepare --enable-hcache --enable-imap --with-slang=/opt/csw 
--with-ssl=/opt/csw

Greetings,
        Thomas