Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh/pcre module breakage when static build enabled
- X-seq: zsh-users 23283
- From: "Vadim A. Misbakh-Soloviov" <mva@xxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: zsh/pcre module breakage when static build enabled
- Date: Mon, 26 Mar 2018 16:41:48 +0700
- Disposition-notification-to: Vadim A. Misbakh-Soloviov <mva@xxxxxxxx>
- In-reply-to: <2320204.0CN0jtCPyd@note>
- 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
- References: <3073701.qdQlh9y6XZ@note> <20180326053715.GA37203@tower.spodhuis.org> <2320204.0CN0jtCPyd@note>
> Although, I'm not sure if it is okay for it to be `-pthread`, and not `-
> lpthread`.
Well, my test shows that it is okay, and result is pretty similar.
> Well, I'll try to check if manual fixing of libpcre's pkg-config file would
> help. Now it really looks like libpcre issue.
Also my tests shows that, well, actually it may be an issue of how zsh uses
pcre's pkg-config file.
I don't know how to get such a "private" libs using `pcre-config` tool, but
pkg-config itself is fine about that:
> $ pkg-config --libs libpcre # dynamic
> -lpcre
> $ pkg-config --libs --static libpcre # static
> -lpcre -pthread
Attachment:
signature.asc
Description: This is a digitally signed message part.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author