Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Building zsh/db/gdbm on MacOS Sequoia
- X-seq: zsh-workers 54853
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Building zsh/db/gdbm on MacOS Sequoia
- Date: Wed, 24 Jun 2026 10:54:35 -0700
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=VwdZd1wwKQVyLuqkBCda5oBRFFIdMninFjdaMkdkBYc=; fh=WLX7CNI4T+n7VYr7vrXhr3I4NeSBZzXL9w+34E9JxqI=; b=Z0dgOPjUVN9BGzqx/E8gOft+TJKF3tBq1xNPHSoC69y/Hjkbafs4WGnyNqI5FleA6D sZEtpvZExycnps4F39vFckTlh/O2IVonYDalpb9nupfJCCrWYZ5Uaq6V8bYv4kENcXeo nzft7bR/SCwM+xdICqkAbfoTGY6kxBcRd/TIcxk0NKi3ZJjQ+SvH/kcaMGWeTWC9pN70 372aHBdwazSQYnvSuJxSqiywTZaidQ62I8APZBhjHYh0K3XwNlJguJst/HkbSvdPsIRw k8QUxfsXiGuu9z4ZYKYi1UuDHQ+YIssdNPdosqMb9YK2LuJezMGGfchD/mnMZz1qApSz E+QQ==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1782323688; cv=none; d=google.com; s=arc-20240605; b=Ib4u+DQNFgRGYvtXwLcgihkiPiEZZm5Gftb6uo484s8u+2ZdG4BvK2Mh85Ht1Gowkm bgEyML7cI0q0m6j6TqvfXyChUZgxtJXMMSkv5h/9kN5lRMcZOkdxE1XwfpTR6FYLdogQ LHBX0RQ/x/Gjr9idSRb5RsNYlao0pQswqbYyZk/xIesuO/qxUL0RTmri/gdQPRvcGjvv oyZN63pio6uFKhj/vbMKzHeUDV/cjogAQnK7IhaOg2wRrvZHdBtfaaxIF+g5Ffbas59D nhwkmtTDB+dbEr+6awoMPDSOy7qkWNGhxytpvDVN8FuHxbbYyxJyuo7IeBMh5fJ7Ifn3 YEWg==
- Archived-at: <https://zsh.org/workers/54853>
- In-reply-to: <CAH+w=7ZtmCnY7FZGMmXX7bBKAtp06ogaj9-T3pFRnU=RydLg8Q@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7ZTZhV96MPY0WMQiysTJvccVL_G3xC++0=CmqDMuPzVMw@mail.gmail.com> <736970262.1236129.1782318610434@mail.virginmedia.com> <CAH+w=7ZtmCnY7FZGMmXX7bBKAtp06ogaj9-T3pFRnU=RydLg8Q@mail.gmail.com>
On Wed, Jun 24, 2026 at 10:46 AM Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> configure:7174: gcc -o conftest -Wall -Wmissing-prototypes -ggdb
> -I/opt/local/include -g conftest.c -lgdbm >&5
> ld: library 'gdbm' not found
> clang: error: linker command failed with exit code 1 (use -v to see invocation)
> configure:7174: $? = 1
>
> I should have looked for that before, but it remains unclear why it
> fails to find the library.
The PCRE tests are using "-L/opt/local/lib" but the GDBM tests are
not. However, I can't figure out where that's coming from.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author