Re: [PATCH 1/1] Fix compilation on mac with Xcode >= 11.4.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: James Hilliard <james(dot)hilliard1(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH 1/1] Fix compilation on mac with Xcode >= 11.4.
Date: 2020-11-20 00:40:23
Message-ID: 1256728.1605832823@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

James Hilliard <james(dot)hilliard1(at)gmail(dot)com> writes:
> It would appear weak symbol linking is not handled properly without
> 'isysroot' parameter passed to linker.

Nobody else has reported this problem, so maybe you should tell us
how to reproduce it before you suggest a build process change.

(And yes, we have buildfarm members testing Xcode > 11.4 ...)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message James Hilliard 2020-11-20 00:45:29 Re: [PATCH 1/1] Fix compilation on mac with Xcode >= 11.4.
Previous Message Andres Freund 2020-11-20 00:38:11 Re: Refactor pg_rewind code and make it work against a standby