From owner-freebsd-questions@FreeBSD.ORG Thu May 19 07:37:05 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2CC016A4CE for ; Thu, 19 May 2005 07:37:04 +0000 (GMT) Received: from lily.ezo.net (nsc.ezo.net [68.23.200.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1936A43DB9 for ; Thu, 19 May 2005 07:37:04 +0000 (GMT) (envelope-from jflowers@ezo.net) Received: from www.ezo.net (peony.ezo.net [68.23.200.11]) by lily.ezo.net (8.12.6/8.12.6) with ESMTP id j4J7b4qD011531; Thu, 19 May 2005 03:37:04 -0400 (EDT) (envelope-from jflowers@ezo.net) From: "Jim Flowers" To: Mike Tancsa Date: Thu, 19 May 2005 03:38:15 -0500 Message-Id: <20050519073524.M94633@ezo.net> In-Reply-To: References: <20050518174933.M36988@ezo.net> X-Mailer: Open WebMail 2.10 20031002 X-OriginatingIP: 65.25.64.123 (jflowers) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 cc: freebsd-questions@freebsd.org Subject: Re: milter-ahead on 5.4-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 07:37:05 -0000 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 ---------- Original Message ----------- From: Mike Tancsa To: "Jim Flowers" 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 > mike@sentex.net, (http://www.tancsa.com) ------- End of Original Message -------