Re: Issue in compiling postgres on latest macOS 14.1.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Shaik Mohammad Mujeeb <smmujeeb2001(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Issue in compiling postgres on latest macOS 14.1.1
Date: 2023-11-13 15:49:00
Message-ID: 1998997.1699890540@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Shaik Mohammad Mujeeb <smmujeeb2001(at)gmail(dot)com> writes:
> After updating to macOS 14.1.1, I am facing below error while compiling
> postgres. Can someone help me in solving this?

> ld: multiple errors: archive member '/' not a mach-o file in
> '/src/port/libpgport.a'; archive member '/' not a mach-o file in
> '/src/common/libpgcommon.a'

Hmm. I kind of wonder if you are doing something odd like trying
to build in a directory path whose name contains spaces. We aren't
terribly clean about weird path names at build time.

Beyond that, you've given exactly zero context that would help
anyone else in understanding or duplicating the problem.
"It doesn't work on macOS 14.1.1" is not useful, because that
works fine for me and a number of other people.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kirk Wolak 2023-11-13 16:17:00 Is "WITH RECURSIVE" limited to the first position of CTEs by design?
Previous Message b55white 2023-11-13 15:11:27 Re: Issue in compiling postgres on latest macOS 14.1.1