Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh/pcre module causes core dump w/cvs co as of 2007-04-02
- X-seq: zsh-workers 23261
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: zsh/pcre module causes core dump w/cvs co as of 2007-04-02
- Date: Wed, 4 Apr 2007 07:45:33 -0400
- In-reply-to: <070402230029.ZM7255@xxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <070402230029.ZM7255@xxxxxxxxxxxxxxxxxxxxxx>
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?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author