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 23822
- From: Jesper Nygårds <jesper.nygards@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Unable to build zsh with pcre on Mac Homebrew
- Date: Mon, 7 Jan 2019 16:18:42 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=z3YhzpKNgAjhjvBkE+E5rJTkaD1nQTug0ZyoNz9dZI4=; b=Bm1l8sKhY6SNKZnx5Rfv+pnh2wzrGc98uw/zdY5yQn9QHMjeoxJ4RHVnGjYjLuisC4 8xMN2UsGGiCGh4vskSLn9oeqkvpTqP3GUCYq/2re0mBn+hwzxBXZE22aU26vU5hEV4OY ndu+O32D8nTrsTqhWg8gmaz82vReL0WVbbFfQ9i021zKyskS0h/5L+5JrlYDdzTyBfMQ pHPIZyUirOmo34a7SbDUx4NTLL5w0BvxvL9l5XFe3CXrOxySgwroFBCzMMYWUAqm7XyW Kki7CtdPhMoG/GwtA+ek6yhZ7qG49AKuLeO3kPHPU5Uk8ZCrXlVjpHpUH6wZ+Iu0M2eF 1BZA==
- In-reply-to: <1546872301.4214.8.camel@samsung.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> <1546872301.4214.8.camel@samsung.com>
On Mon, Jan 7, 2019 at 3:46 PM Peter Stephenson <p.stephenson@xxxxxxxxxxx>
wrote:
> 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).
>
I see the following, is that of any help?
configure:8340: checking for pcre_compile
configure:8340: clang -o conftest -Wall -Wmissing-prototypes -O2 -Wl,-x
conftest.c -lgdbm -liconv -ldl -lncursesw -lm -lc >&5
Undefined symbols for architecture x86_64:
"_pcre_compile", referenced from:
_main in conftest-4c943a.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
configure:8340: $? = 1
configure: failed program was:
<snip>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author