Message-Id: <200302231817.h1NIHQW03429@delorie.com> 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 X-Newsgroups: gmane.os.cygwin Subject: RE: Seg fault in home-built mutt From: news AT garydjones DOT mailshell DOT com References: <20030219073021 DOT MFEL2030 DOT mtiwgwc16 DOT worldnet DOT att DOT net AT mtiwgwc16 DOT worldnet DOT att DOT net> User-Agent: Xnews/4.11.09 X-No-Archive: yes To: cygwin AT cygwin DOT com X-Gate: Hamster/1.3.23.185 NewsToMail-Gate Date: Sun, 23 Feb 2003 18:41:57 +0100 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? -- 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/