I'm trying to build Sage 10.2.rc4 on MacOS 13.3.1 and have been running into multiple errors, some possibly due to Apple upgrading my OS when my laptop went in for repair. I've managed to get past all of Sage's dependencies, and am currently stuck on an error in sagelib:
g++ -std=gnu++11 -std=gnu++11 -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -L/Users/roed/sage/sage-10.2.rc4/local/lib -Wl,-rpath, .... -L/Users/roed/sage/sage-10.2.rc4/local/lib -lflint -lgmp -lSingular -lpolys -lflint -lmpfr -lgmp -lfactory -lflint -lmpfr -lgmp -lntl -lgmp -lomalloc -lsingular_resources -lgsl -lopenblas -lm -o build/lib.macosx-13-x86_64-cpython-311/sage/symbolic/ expression.cpython-311-darwin.so -lpari error: command '/Users/roed/sage/sage-10.2.rc4/local/libexec/ccache/gcc' failed with exit code 1 (see config.log <https://math.mit.edu/~roed/2023_11_20_config.log> and sagelib-10.2.rc4.log <https://math.mit.edu/~roed/sagelib-10.2.rc4.log> for more details) Previously, I did xcode-select --install sudo xcode-select --switch /Library/Developer/CommandLineTools brew install gcc to get past a build error in scipy <https://math.mit.edu/~roed/scipy-1.11.3.log> ../meson.build:82:0: ERROR: Compiler gfortran cannot compile programs. I noticed that this is the first g++ call after a bunch of gcc calls, but it doesn't seem to be the first g++ call overall. Any ideas? David -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAChs6_mYLxHuyCqpFTs09nmr0Z9J2fYeBuMA4pvh3a1j_PVq5w%40mail.gmail.com.