Is GCC 14.0.0 compatible with Sagemath installation from source code?
The installation instructions state that the GCC version needs to be between 8.0.0 and 12.0.0, but my system claims to have GCC version 14.0.0. Is this OK?
For example, when I type "GCC --version", bash responds with:
Apple clang version 14.0.0 (clang-1400.0.29.202)
Target: x86_64-apple-darwin21.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
stephensalser@Stephens-MacBook-Pro-2 ~ % which clang
/usr/bin/clang
stephensalser@Stephens-MacBook-Pro-2 ~ % clang -help
OVERVIEW: clang LLVM compiler
Edited for legibility. If you need to quote output, indent it by four spaces, or use the
010101
button.