Re: how to install gcc 16.1 on silicon mac ???
Jonathan Wakely via Gcc-help <[email protected]> Mon, 1 Jun 2026 08:17:04 +0100
| Newsgroups | gmane.comp.gcc.help |
|---|---|
| Message-ID | <CAH6eHdRkv2O=g4Jec9zvtHAOSuQenamwTtRyiwfqW1NSjDqTuA@mail.gmail.com> |
On Sun, 31 May 2026, 22:11 Stuff Received, <[email protected]> wrote: > On 2026-05-31 15:50, Michael LeVine via Gcc-help wrote: > > How to I configure gcc 16.1 to build a compiler (all I need is fortran)= , > on a silicon mac with m4 chip running Tahoe 26.5. > > No matter the options running ../configuration, when I then command > =E2=80=9CMake=E2=80=9D I keep erroring out > > with the following error message > > > > *** Configuration aarch64-apple-darwin25.5.0 not supported > > Try one of the Mac ports by Ian Sandoe: https://github.com/iains =F0=9F=91=86 This is the first correct answer in the thread. Apple Silicon = is not supported by upstream GCC, you need to use Iain's out-of-tree patches. Iain is the maintainer for GCC on macOS, so those patches are expected to end up in upstream GCC eventually, it just hasn't been done yet. > > His gcc-darwin-arm64 repo is currently at GCC 17.0. > >