You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[MacPorts](https://www.macports.org/): `sudo port install gcc13`
102
+
103
+
**Note:** Xcode 15 includes a new linker implementation which breaks GNU Fortran compatibility. A workaround is to set `LDFLAGS` to use the classic linker, for instance:
104
+
105
+
```shell
106
+
export LDFLAGS="$LDFLAGS -Wl,-ld_classic"
107
+
```
108
+
109
+
See [this ticket](https://github.com/mesonbuild/meson/issues/12282) on the Meson repository for more information.
0 commit comments