Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

zsh/pcre module breakage when static build enabled



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