Re: pltcl crash on recent macOS
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: Thomas Munro <thomas.munro@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-06-14T03:05:43Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes: > Switching the order of -bundle_loader and -lc did not help. Meh. Well, it was worth a try. 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. As a quick check, I tried it on prairiedog's host (which has the oldest Tcl installation I still have in captivity), and it seemed fine. regards, tom lane
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