From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25543 invoked from network); 4 Apr 2007 15:14:28 -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.4 required=5.0 tests=AWL,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 15:14:28 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 26618 invoked from network); 4 Apr 2007 15:14:21 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Apr 2007 15:14:21 -0000 Received: (qmail 4968 invoked by alias); 4 Apr 2007 15:14:17 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23262 Received: (qmail 4957 invoked from network); 4 Apr 2007 15:14:16 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 4 Apr 2007 15:14:16 -0000 Received: (qmail 26246 invoked from network); 4 Apr 2007 15:14:16 -0000 Received: from vms044pub.verizon.net (206.46.252.44) by a.mx.sunsite.dk with SMTP; 4 Apr 2007 15:14:13 -0000 Received: from torch.brasslantern.com ([71.116.70.212]) by vms044.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JFZ00DWABMWKR90@vms044.mailsrvcs.net> for zsh-workers@sunsite.dk; Wed, 04 Apr 2007 10:13:45 -0500 (CDT) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id l34FDhXP009676 for ; Wed, 04 Apr 2007 08:13:43 -0700 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id l34FDhOw009675 for zsh-workers@sunsite.dk; Wed, 04 Apr 2007 08:13:43 -0700 Date: Wed, 04 Apr 2007 08:13:43 -0700 From: Bart Schaefer Subject: Re: zsh/pcre module causes core dump w/cvs co as of 2007-04-02 In-reply-to: <20070404114533.GA8303@scowler.net> To: zsh-workers@sunsite.dk Message-id: <070404081343.ZM9674@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <070402230029.ZM7255@torch.brasslantern.com> <20070404114533.GA8303@scowler.net> Comments: In reply to Clint Adams "Re: zsh/pcre module causes core dump w/cvs co as of 2007-04-02" (Apr 4, 7:45am) On Apr 4, 7:45am, Clint Adams wrote: } Subject: Re: zsh/pcre module causes core dump w/cvs co as of 2007-04-02 } } 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? No. In RPM-speke, the pcre package was present, but not pcre-devel. } > schaefer<502> [[ ab -pcre-match xy ]] } } Is #defining that to cond_match ever a good idea? I wouldn't think so, but I'm not sure what that was supposed to achieve.