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 23279
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Vadim A. Misbakh-Soloviov" <mva@xxxxxxxx>
- Subject: Re: zsh/pcre module breakage when static build enabled
- Date: Sun, 25 Mar 2018 12:50:44 -0700
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=/bDzH7CZ9Cdq40t3QCB5rGxWS4GVVmgtfICXbITrOBA=; b=w8AQUdSUnsgNvImsPMNhSlkHCKPcy/Oipoy2Ju8/FcXU3ijEfTivFiyMxLY7Rz+xDc SCGwjHwUGOWN4g2Nl7qENtOy/lJOy4XwTEUS78FJgNiRjiNKJIWfohOJrhsHxCi4nRoy PMY4xzuwH20Tc6Fo6l1FxocmzHb9WKdfmgFKjmIkPNyjTunf7CXKJm+i4acKiQyiBzsm ilGW5YI0f6J5jZYLNit0qImy3ucAGhNzF+hAAJMMNKAR5JhMDivkz12Fl5UX7LMwIM35 dv6BLzqd7asRqBE9Z8Vzpg6dgCVQ6JIN92QRxiDJs7ULUs0+zgOdbd3hNP4556/EqWBi p2Rw==
- In-reply-to: <29268448.1ttGRCcLCz@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> <20180321021551.GA5797@tower.spodhuis.org> <1773846.yRQG0ivYf1@note> <29268448.1ttGRCcLCz@note>
On Sat, Mar 24, 2018 at 11:25 PM, Vadim A. Misbakh-Soloviov
<mva@xxxxxxxx> wrote:
>
> So, I guess, that `-lpthread` should be somehow upstreamed now, isn't it?
This is a somewhat strange situation, because zsh process/signal
handling is not compatible with POSIX threading.
Why is pcre linking to this? If pcre is actually starting threads,
there may be unexpected side-effects.
At the very least we'd need an additional configure test to detect
this pcre dependency.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author