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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Gary R. Van Sickle" To: Subject: RE: Seg fault in home-built mutt Date: Sun, 23 Feb 2003 14:45:51 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <20030223181719.IJGD25821.mtiwgwc17.worldnet.att.net@mtiwgwc17.worldnet.att.net> Importance: Normal > On 21 Feb 2003, "Gary R. Van Sickle" > wrote: > > (building mutt the cygwin way) > > I use the following in my "makemutt" build script, which I > > thought I included in the src package: > > > export PREFIX=/usr > > > > export MAILPATH=/var/spool/mail > > > > OPTS="--with-mailpath=/var/spool/mail --with-regex > > --enable-pop --enable-imap --enable-locales-fix --with-ssl \ > > --enable-buffy-size \ > > --enable-external-dotlock \ > > --prefix=/usr \ > > --sysconfdir=/etc \ > > --libexecdir=\$(sbindir) \ > > --localstatedir=/var \ > > --datadir=\$(prefix)/share \ > > --with-docdir=${DIR_INST_DOC} \ > > " > > Ok. I don't get it. I've taken that, removed --with-regex and > added --enable-external-dotlock and I'm still getting > differences from the std package, specifically I get: > -USE_DOTLOCK +DL_STANDALONE > +HAVE_REGCOMP -USE_GNU_REGEX > +HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR > +HAVE_GETSID > > First line looks okay, and the second we can expect. But how am > I getting the others? Is it because functionality within Cygwin > and/or libraries have changed since you built yours, do you > think? That's what I'd suspect, especially on the "GET_SID", I know there've been a lot of machinations going on with the stuff that ends in "ID". Lemme lose the "--with-regex" too... ...yep, I get the same differences. I'll have to investigate what not using the build-in GNU regex is going to do, but I'd hope the rest of the differences are all positive. -- Gary R. Van Sickle Brewer. Patriot. -- 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/