Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Unable to build zsh with pcre on Mac Homebrew
- X-seq: zsh-users 23821
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: <zsh-users@xxxxxxx>
- Subject: Re: Unable to build zsh with pcre on Mac Homebrew
- Date: Mon, 7 Jan 2019 14:45:01 +0000
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20190107144504euoutp0273ade067b5ba3843e8f5cfe5f2363c4b~3mCox-woo0784007840euoutp02Z
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1546872304; bh=hIoqvAfBNaVsl0x1YK8yY2Y9hidHY5MRHrwmnNpwnhI=; h=Subject:From:To:Date:In-Reply-To:References:From; b=DzIoAWNR7S4qzR3QpJfM/79zb6Bk3sKTr3WCO0Fyu6E8FHaMqSaafYeUUvJhtEQ7n f9WSlQq/9E5kIHLazOElYEN6vmm+dI2b40F8KkmHes0AFcxPChn9SRNOfS9IhB1VZh YIBgN9+DBUzUJpGEmGXAmCC38otl+IxIDp7pgn5c=
- In-reply-to: <CABZhJg-rBPx1C-GH+2TACpm5e_aUz0V45DiBHAY-5ar6EWkugQ@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: <CGME20190107135447epcas1p1ef8a8e73868d1d86f95e75acc64f7a4b@epcas1p1.samsung.com> <CABZhJg-rBPx1C-GH+2TACpm5e_aUz0V45DiBHAY-5ar6EWkugQ@mail.gmail.com>
On Mon, 2019-01-07 at 14:52 +0100, Jesper Nygårds wrote:
> I have done a "brew edit zsh", and then added the line ' "--enable-pcre", '
> to the configure options. Then I ran "brew install --build-from-source
> --verbose zsh". I can see from the output that configure is run with
> "--enable-pcre", but later in the log I see this:
>
> checking for pcre_compile... no
>
> checking for pcre_study... no
>
> checking for pcre_exec... no
>
> So I assume something is preventing the build from finding the pcre
> libraries, although the configure script has been run with such support.
You'll need to look in confg.log to see what it's actually compiling.
That should show the -I and -L options being applied to the tests (if
I've interpreted what goes to config.log correctly).
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author