Re: On Mac Ventura, Pike v9 missing GMP symbols

2024-03-09 Thread Mike Kilmer
I appreciate your patience, Bill. Contents of the linker_options is: /Users/mikekilmer/pike/build/darwin-22.6.0-x86_64/modules/Gmp/module.a -L/Library/Java/JavaVirtualMachines/temurin-21.jdk/Contents/Home/lib/. -R/Library/Java/JavaVirtualMachines/temurin-21.jdk/Contents/Home/lib/.

Re: On Mac Ventura, Pike v9 missing GMP symbols

2024-03-09 Thread william
Ah, sorry. Once you build pike (assuming that you've built it and then it won't install or start), build/darwin-ver-arch/pike is the uninstalled pike binary. You'd run otool -L on that file. bin/pike is a shell script that will let you start up pike without installing it by setting arguments

Re: On Mac Ventura, Pike v9 missing GMP symbols

2024-03-09 Thread Mike Kilmer
Thank you so much Bill. Feeling optimistic. And pretty ignorant. When you say, `path/to/pike` I'm not sure what you mean, in other words, which item in either Downloaded or Cloned: ANNOUNCE COPYING README build/ lib/ refdoc/ CHANGES COPYRIGHTREADME-GIT

Re: On Mac Ventura, Pike v9 missing GMP symbols

2024-03-09 Thread H. William Welliver
Just want to confirm that on a fresh install of Ventura on M2, pike head builds fine using home-brew provided nettle/gmp. I think there must be something strange going on in your build environment... You can confirm that the gmp library is linked by using otool -L /path/to/pike: otool -L