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-13T20:24:09Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes: > The difference is that I use CC=gcc-11. I have change to CC=cc, then it > works (nm output shows "from executable"). So it's gcc that gets thrown > off by the -lc. Hah, that makes sense. So does changing the option order help? 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