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 23280
- 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 09:53:25 +0700
- Disposition-notification-to: Vadim A. Misbakh-Soloviov <mva@xxxxxxxx>
- In-reply-to: <CAH+w=7Y6E5r4W9VdermWM8pEVtR45POLbGvNCMq-JfAsb2OyZQ@mail.gmail.com>
- 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> <29268448.1ttGRCcLCz@note> <CAH+w=7Y6E5r4W9VdermWM8pEVtR45POLbGvNCMq-JfAsb2OyZQ@mail.gmail.com>
> Why is pcre linking to this? If pcre is actually starting threads,
> there may be unexpected side-effects.
I don't know :(
But I know that dynamic version of libpcre links to pthread as well:
> $ ldd /lib64/libpcre.so.1
> linux-vdso.so.1 (0x00007ffd63be6000)
> libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f7e8015e000)
> libc.so.6 => /lib64/libc.so.6 (0x00007f7e7fd9a000)
> /lib64/ld-linux-x86-64.so.2 (0x00007f7e805f0000)
// And even libpcre2 links to it.
And I don't see any kind of `--enable-threads` or `--enable-pthread` in their
ebuilds (package manager build scripts), so, I guess, they links to pthread on
their own, and not on maintainers decision.
Attachment:
signature.asc
Description: This is a digitally signed message part.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author