Re: milter-ahead on 5.4-RELEASE

2005-05-19 Thread Jim Flowers
Worked like a charm.  Many thinks.

Didn't think to remove -fvolatile from the lib configure as well as that ran
without complaint.

--
Jim Flowers<[EMAIL PROTECTED]>

-- Original Message ---
From: Mike Tancsa <[EMAIL PROTECTED]>
To: "Jim Flowers" <[EMAIL PROTECTED]>
Cc: freebsd-questions@freebsd.org
Sent: Wed, 18 May 2005 21:19:30 -0400
Subject: Re: milter-ahead on 5.4-RELEASE

> 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)
--- End of Original Message ---

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: milter-ahead on 5.4-RELEASE

2005-05-18 Thread Mike Tancsa
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]"


milter-ahead on 5.4-RELEASE

2005-05-18 Thread Jim Flowers
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?

Thanks.

--
Jim Flowers<[EMAIL PROTECTED]>

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"