Re: Strip -mmacosx-version-min options from plperl build
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-08-26T19:36:16Z
Lists: pgsql-hackers
On 2022-08-26 Fr 12:11, Tom Lane wrote: > Andres Freund <andres@anarazel.de> writes: >> On 2022-08-26 10:04:35 -0400, Andrew Dunstan wrote: >>> On 2022-08-25 Th 18:13, Andres Freund wrote: >>>> Can you try adding just that to the flags for building and whether that then >>>> allows a LOAD 'plperl' to succeed? >>> Adding what? >> -Wl,--enable-auto-image-base didn't work > And if that doesn't help, try -Wl,--export-all-symbols worked cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
Commits
-
mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvc
- 0e497eadb1f4 16.0 landed
-
Fix PL/Perl build on Cygwin
- 1c3aa54502dd 16.0 landed
-
Remove further unwanted linker flags from perl_embed_ldflags
- b4e936859dc4 16.0 landed