Re: Compile fail on macos big sur

From: Sergey Shinderuk <s(dot)shinderuk(at)postgrespro(dot)ru>
To: zhang listar <zhanglinuxstar(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Compile fail on macos big sur
Date: 2021-09-23 08:03:46
Message-ID: d9c69d74-0de4-4b37-1758-fd50b794e86e@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 23.09.2021 10:50, zhang listar wrote:
> Thanks for your reply, I do make distclean and git clean -fdx, but it
> does no help.
>
> the code: master, c7aeb775df895db240dcd6f47242f7e08899adfb
> It looks like the macos issue, because of the ignoring of some lib, it
> drives the compiling error. 

Maybe you could try adding -v to the problematic gcc command to see what
really goes on.

I see that gcc calls /usr/bin/ld, not binutils ld installed with
Homebrew. I saw an advice to `brew unlink binutils` somewhere.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2021-09-23 08:13:43 Re: mark the timestamptz variant of date_bin() as stable
Previous Message Greg Nancarrow 2021-09-23 07:59:13 Re: Added schema level support for publication.