On Wed, 18 May 2005 13:53:11 -0500, in sentex.lists.freebsd.questions
you wrote:

>I am trying to install milter-ahead but having trouble getting it to
>./configure on 5.4 or 5.3 due to problems with gcc.  Works OK on 4.9.
>
>Has anybody done this that will give me a push in the right direction?

Here is what I did to get it to compile

Download
http://www.snert.com/Software/download/libsnert-1.40.tgz
http://www.snert.com/Software/download/milter-ahead-0.8.tgz

tar -xzpf each

cd com/snert/src/lib/
/usr/bin/sed -i.bak "s,-fvolatile,," configure
./configure
make
cd ../milter-ahead
/usr/bin/sed -i.bak "s,-fvolatile,," configure
./configure
make
make install


        ---Mike
--------------------------------------------------------
Mike Tancsa, Sentex communications http://www.sentex.net
Providing Internet Access since 1994
[EMAIL PROTECTED], (http://www.tancsa.com)
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to