Andrew Dunstan <and...@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


Reply via email to