我来写一下mac 更新到10.9,怎样继续使用gfortran

2026年09月24日 17:54
有1个网友回答
网友(1):

This is how I got it working on Mac osx Mavericks:

Open terminal

type --> xcode-select --install

A pop-up windows will apear asking you about install tools

choose install tools

wait install to finish

最好重新安装一次gcc或者gfortran
打开终端
输入xcode-select --install
出现对话框,选择安装,同意。
然后就可以按照以前的方法使用fortran了