On Thu, Sep 26, 2024 at 03:36:58PM -0700, Greg A. Woods wrote: > At Thu, 26 Sep 2024 13:32:35 +1000, matthew green <m...@eterna23.net> wrote: > Subject: re: macos: "configure: error: gmp library too old" > > > > > I tried a build of yesterday's -current on macos and it got this far: > > > > > > checking for main in -lgmp... yes > > > configure: error: gmp library too old > > > > that's odd.. what's in the config.log for tools/isl where it fails? > > normally that's about 60% in the file, if you've not seen before, > > and contains the useful info.. > I also have the same build environment as Hubert reports: > ... > $ sw_vers > ProductName: macOS > ProductVersion: 14.6.1 > BuildVersion: 23G93 > $ clang --version > Apple clang version 16.0.0 (clang-1600.0.26.3) > Target: x86_64-apple-darwin23.6.0 > Thread model: posix > InstalledDir: > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin > > though I will very soon do the upgrade to 15.x and there may be a new > xcode with that.
Sorry, forgot reporting the mac-environment: >-2613: sw_vers ProductName: macOS ProductVersion: 15.1 BuildVersion: 24B5055e >-2644: clang --version Apple clang version 16.0.0 (clang-1600.0.26.3) Target: x86_64-apple-darwin24.1.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin Kurt