Re: Strip -mmacosx-version-min options from plperl build

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Strip -mmacosx-version-min options from plperl build
Дата
Msg-id 2015012.1661544031@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Strip -mmacosx-version-min options from plperl build  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Strip -mmacosx-version-min options from plperl build  (Andrew Dunstan <andrew@dunslane.net>)
Re: Strip -mmacosx-version-min options from plperl build  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 2022-08-26 Fr 12:11, Tom Lane wrote:
>> And if that doesn't help, try -Wl,--export-all-symbols

> worked

Hmph.  Hard to see how that isn't a linker bug.  As a stopgap
to get the farm green again, I propose adding something like

ifeq ($(PORTNAME), cygwin)
SHLIB_LINK += -Wl,--export-all-symbols
endif

to plperl's makefile.

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Strip -mmacosx-version-min options from plperl build
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: Add 64-bit XIDs into PostgreSQL 15