From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21481 invoked from network); 4 Apr 2007 11:45:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.8 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 4 Apr 2007 11:45:49 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 17556 invoked from network); 4 Apr 2007 11:45:44 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Apr 2007 11:45:44 -0000 Received: (qmail 25724 invoked by alias); 4 Apr 2007 11:45:39 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23261 Received: (qmail 25713 invoked from network); 4 Apr 2007 11:45:38 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Apr 2007 11:45:38 -0000 Received: (qmail 17201 invoked from network); 4 Apr 2007 11:45:37 -0000 Received: from acolyte.scowler.net (216.254.112.45) by a.mx.sunsite.dk with SMTP; 4 Apr 2007 11:45:34 -0000 Received: by acolyte.scowler.net (Postfix, from userid 1000) id 1B0B45C06B; Wed, 4 Apr 2007 07:45:33 -0400 (EDT) Date: Wed, 4 Apr 2007 07:45:33 -0400 From: Clint Adams To: zsh-workers@sunsite.dk Subject: Re: zsh/pcre module causes core dump w/cvs co as of 2007-04-02 Message-ID: <20070404114533.GA8303@scowler.net> Mail-Followup-To: zsh-workers@sunsite.dk References: <070402230029.ZM7255@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <070402230029.ZM7255@torch.brasslantern.com> User-Agent: Mutt/1.5.13 (2006-08-11) On Mon, Apr 02, 2007 at 11:00:29PM -0700, Bart Schaefer wrote: > As it happens, I inadvertently compiled with --enable-pcre on a system > that had the libraries but not the header files for PCRE. Obviously > this is pilot error, but it shouldn't lead to a crash. Is pcre-config present? > schaefer<500> [[ ab -pcre-match xy ]] > zsh: unrecognized condition: `ab' > schaefer<501> zmodload zsh/pcre > schaefer<502> [[ ab -pcre-match xy ]] Is #defining that to cond_match ever a good idea?