Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Building zsh/db/gdbm on MacOS Sequoia
- X-seq: zsh-workers 54852
- 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:46:34 -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=FRARPIvC2W0eJ+yIWqkbTeC31D27kbpIk9EvTnV1n08=; fh=WLX7CNI4T+n7VYr7vrXhr3I4NeSBZzXL9w+34E9JxqI=; b=WOUKzCZNlTMspmocJvTgH5fI23p1CoA67vZTxyWIqmhoA8QF4B5Sk81khYnDUarJvS LLh2e0bGQk/FeBdCSGMHNq5gqeXHLGY8SWMrf6lB7BSx32VqRbR51w1433HOxKcKZXv9 QvgzpI+f09TXvnTUA96HdR7Q6s7z+CB3mQRyzXohgixCRut6e7A9TwrnfG5som3f2oG1 SFhf6QRUVkU8A1gtOjB2KUUJ66gJKbw2uDsNBD+DKAdWHkxqf8ZLIQHYg4fVda1LVb4W HTUEymVF6uyMxvaPmOEoftGF1uTOhxW+/ncXFomTXG0iwcR9iEnHgzChyMxIKUXeABVv VZEQ==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1782323207; cv=none; d=google.com; s=arc-20240605; b=GlLox54jsfgQQr84dToO9cYdyOSZbGWS10WDCoGRPqbu5X7cxDxsPCwXN7MhVv5uQz 5ZIRzQ+2yTiNCbI6fHcGZ0CN/VdjHk1OcARUD/XTfocv74M0nVDDAFaerLhvVN/wAZSH oM09hngeu3g13m4tvjrD9e7AI0fHawcLCgM82gCM8cdL3fSYmSObtSXc7JzBKd1kGp7O C/EysDRw/tNZEIVreaQLbS6IzyZo9zYBE/UicnHJggqVIzibjPVAroVzOC5vbXkIRtj3 lz2c03dyODJJ99ndiryD6vPUjbxViy7DAeV+fDfHcOwPdnyCGDUBccil/kL3411KMarT nKSw==
- Archived-at: <https://zsh.org/workers/54852>
- In-reply-to: <736970262.1236129.1782318610434@mail.virginmedia.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7ZTZhV96MPY0WMQiysTJvccVL_G3xC++0=CmqDMuPzVMw@mail.gmail.com> <736970262.1236129.1782318610434@mail.virginmedia.com>
On Wed, Jun 24, 2026 at 9:30 AM Peter Stephenson
<p.w.stephenson@xxxxxxxxxxxx> wrote:
>
> I guess the search for gdbm_open failed somehow? Is another library
> also needed that isn't linked at this point?
checking for gdbm.h... yes
checking for gdbm_open in -lgdbm... no
Hmm, config.log:
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author