作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
作为 Octave 音程的先决条件,我需要安装 veclibfort:
brew install veclibfort
我收到错误
==> make check
gfortran -o tester -O tester.f90 vecLibFort.o -framework vecLib
make: gfortran: No such file or directory
make: *** [check] Error 1
这个错误听起来好像我没有安装 gfortran,但我确实安装了。如果我运行 gfortran -v
:
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/4.8.3/libexec/gcc/x86_64-apple-darwin13.2.0/4.8.3/lto-wrapper
Target: x86_64-apple-darwin13.2.0
Configured with: ../configure --build=x86_64-apple-darwin13.2.0 --(snip)
Thread model: posix
gcc version 4.8.3 (GCC)
这个问题似乎在这里得到解决:
https://github.com/Homebrew/homebrew-science/issues/992
但似乎没有相关的解决方案。
最佳答案
我只需重新安装 gcc:
brew uninstall gcc
brew install gcc
之后 veclibfort 完美安装。感谢kmm的回答。他作为评论发布,我作为答案发布,我可以将其标记为已接受。
关于homebrew - brew 安装veclibfort : gfortran: No such file or directory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24745329/
我是一名优秀的程序员,十分优秀!