Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh/pcre module breakage when static build enabled
- X-seq: zsh-users 23261
- From: "Vadim A. Misbakh-Soloviov" <mva@xxxxxxxx>
- To: "<zsh-users@xxxxxxx>" <zsh-users@xxxxxxx>
- Subject: zsh/pcre module breakage when static build enabled
- Date: Tue, 20 Mar 2018 00:33:24 +0700
- Disposition-notification-to: "Vadim A. Misbakh-Soloviov" <mva@xxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi there!
I faced strange issue: when I build zsh-5.4.2 as static binary and trying to
run, for example, something like that:
> $ [[ 'foo→bar' =~ .([^[:ascii:]]). ]]; print $MATCH
I'm getting following errors:
> zsh: module `zsh/pcre' has no such feature: `C:pcre-match'
> zsh: -pcre-match not available for regex
Although, when I rebuild it as dynamically linked binary, pcre starting to
work again
I think, it looks like a bug.
Isn't it a way to fix it?
Attachment:
signature.asc
Description: This is a digitally signed message part.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author