Re: On Mac Ventura, Pike v9 missing GMP symbols
[email protected] Tue, 12 Mar 2024 12:46:51 -0400
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
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