Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Building zsh/db/gdbm on MacOS Sequoia
- X-seq: zsh-workers 54858
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Cc: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Building zsh/db/gdbm on MacOS Sequoia
- Date: Sat, 27 Jun 2026 04:56:33 +0200
- 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-20260327; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=rjaQC/AwWI+kdxh02OnlidyaEnqxzvh5VCgLV5Isz7I=; fh=bo9jo4meAErhg6uFpE97scwjr4JAHJF1G6uT7uBnVBs=; b=U4lxGtsf3luce17NV2/AhQaSAUOSWxpsYukHv32/IaaLwzzTu0yqVwctnIEntTyceF lJrqc/vf8xHCPh3e+44nmsskDNrRyBgpqhO6yp5dB6AHuN57hrezgvWb3ZpzuKLxLekM uJ7Bk9mCYQhYldcZGMmwThwkBXa4ZHlLoiyirPwQdWWF8wiG475r42gUZ1MtRmzY3PGG gaTr5cQDJscAKDYGhKBx7pcPO68zN7b7ndwyppmj5495p17/+dgKewCC3Ha+dMa2AJj1 UBX0UAvklB44Xp9JyRQt722T9KmqMTA5FdMWdm5RbkCvH9+RYXl7lzKZnY9MBNmZ57jF oScQ==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1782529007; cv=none; d=google.com; s=arc-20260327; b=Oz9QVM9g/jX2HC+34MmI44PUo5/19kvMe4XqYdfASf6s4KjCQdfiDP71iVw19w4Qls NCvV8xYuTLSHmR/ZF54MK0WJI2/4Ak6GUCwaNAWW97x/6YadX06rT9oeKsMgrIsMEH1M hvGaj20/3pkhJL6CpdTVr2Q9jwHzA9/xHWGU2MR1Bnd7hpGsHNCMUkaM3u/wMywDyiMA 0HrHq0mWn21Lm9p7EzMCQb+NRmPcDdznLTgNomuQeYFOAJolFGPsv5PYy78BbsPxl1bu /fu+8t+zvgmGRDhdvZtTh419V0TDOun5duUhzoCc+oPEQjmNWlY07NpKYR2bmgYVovUe DbKQ==
- Archived-at: <https://zsh.org/workers/54858>
- In-reply-to: <CAH+w=7ZOPwNPoX6szFs=xtHUWqPfQ-=F4niuDiK6sMuV_heWHA@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> <CAH+w=7ZFUbYMnPr3YbANJoxDjcCcEEaT1dXTwtn_U0Lc_oosPQ@mail.gmail.com> <CAH+w=7Y-QNLt06cRmVOqt1C2qJVNOzG6-W4BD8XzELqmuuWcvQ@mail.gmail.com> <CAH+w=7a96ZL8T53E0adgfYeTT=PvPJWSY-gkwCJYUHZ77Hwn4Q@mail.gmail.com> <CAHYJk3RTeg_Jbzwd6FAA+z8Tsu6yfVJVaqgcLnH00VMiTwKonQ@mail.gmail.com> <CAH+w=7ZOPwNPoX6szFs=xtHUWqPfQ-=F4niuDiK6sMuV_heWHA@mail.gmail.com>
On Fri, Jun 26, 2026 at 5:34 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> On Wed, Jun 24, 2026 at 2:30 PM Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> >
> > On Wed, Jun 24, 2026 at 8:44 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> > >
> > > On Wed, Jun 24, 2026 at 11:01 AM Bart Schaefer
> > > <schaefer@xxxxxxxxxxxxxxxx> wrote:
> > >
> > > port contents gdbm | \
> > > sed -n '/\/lib\//{s,lib/.*,lib,;s/^[ ]*/-L/;p;q;}'
> >
> > If you have dependencies outside $prefix then I believe you are
> > expected to supply this path manually, eg via
> > LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in
> > a nonstandard directory <lib dir>
>
> Well, yes, but given that --enable-pcre tracks down the nonstandard
> location and that there is an --enable-gdbm flag, I thought it might
> be reasonable for configure to do something similar here.
Yeah, the asymmetry is that pcre has pcre-config, and gdbm doesn't
have that nor a pkgconfig file, so there's not really anything we
could do short of find -name libgdbm.so /
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author