Re: pltcl crash on recent macOS
Peter Eisentraut <peter.eisentraut@enterprisedb.com>
From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Thomas Munro <thomas.munro@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-06-20T10:36:47Z
Lists: pgsql-hackers
Attachments
- 0001-PL-Tcl-Don-t-link-with-lc-explicitly.patch (text/plain) patch 0001
On 14.06.22 05:05, Tom Lane wrote: > I'd be okay with just dropping the -lc from pl/tcl/Makefile and seeing > what the buildfarm says. The fact that we needed it in 1998 doesn't > mean that we still need it on supported versions of Tcl; nor was it > ever anything but a hack for us to be overriding what TCL_LIBS says. Ok, I propose to proceed with the attached patch (with a bit more explanation added) for the master branch (for now) and see how it goes.
Commits
-
PL/Tcl: Don't link with -lc explicitly
- 41a2b56ae80b 15.0 landed
-
Build pltcl.so correctly on platforms that want dependent
- e3909672f12e 7.1.1 cited