On 2024-03-12 10:13, Henrik Grubbström wrote:
The above are probably just two different ways to report the same
error.
It looks like the above it output for the Makefile command:
@linkopts="`pwd`/module.a `echo '$(MODULE_LDFLAGS)' | sed -e
's@$(BASE_LDFLAGS)@@'`"; \
...
I suspect that there is an '@' in the definition of MODULE_LDFLAGS
at the beginning of .../modules/Gmp/Makefile in your build tree.
Yep, I think this is the problem (from his config.log for Gmp):
BASE_LDFLAGS=-L/usr/local/opt/postgresql@15/lib
homebrew strikes again!
/grubba