Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 3 Jan 2002 09:11:10 -0500 From: Jason Tishler To: Greg Matheson Cc: Cygwin Subject: Re: procmail (and SmartList) on cygwin Message-ID: <20020103141110.GF1940@dothill.com> Mail-Followup-To: Greg Matheson , Cygwin References: <017101c181a0$b47a29e0$738ffe0c AT pwork> <20011210134958 DOT A2088 AT dothill DOT com> <20011231153810 DOT A16346629 AT IBM973237G> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011231153810.A16346629@IBM973237G> User-Agent: Mutt/1.3.24i Greg, On Mon, Dec 31, 2001 at 03:38:10PM +0800, Greg Matheson wrote: > On Mon, 10 Dec 2001, Jason Tishler wrote: > > Otherwise, you can try my attached build recipe. Note the following: > > > 2. Building procmail under Cygwin is a little touchy. Sometimes I > > have to restart the make part to get the build to complete. > > and > > > mv INSTALL INSTALL.txt > > apply autoconf patch > > make LN=cp # /usr/sbin/ssmtp > > make BASENAME=/tmp/procmail/usr/local BINS='new/procmail.exe new/lockfile.exe new/formail.exe new/mailstat' install > > I had trouble with autoconf (not the GNU autoconf program), > determining how many 16 byte arguments execv() takes, but > sticking the autoconf.h at the above site in procmail-3.22, ... Did you apply the patch from the above mentioned email? IIRC, then it should have solved the problem with the execv() test. > Why is it necessary to rename LN=ln to cp? IIRC, to workaround missing ".exe" suffixes -- cp can handle them, ln cannot. Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/