【发布时间】:2014-07-05 22:12:29
【问题描述】:
我已经通过自制软件安装了 octave 和 gcc。两个安装都没有返回任何错误,但是当我尝试运行 octave 时,我收到了这个错误:
dyld: Library not loaded: /usr/local/Cellar/gfortran/4.8.2/gfortran/lib/libgfortran.3.dylib
Referenced from: /usr/local/lib/libqrupdate.1.dylib
Reason: image not found
Trace/BPT trap: 5
我已经完成了 brew 更新、升级等等。 Brew Doctor 只返回关于我认为无关的 man 目录所有权的消息
Warning: Some directories in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
directories, then the install will fail during the link step.
You should probably `chown` them:
/usr/local/share/man/de
/usr/local/share/man/de/man1
有什么想法吗?我看到的其他帖子建议取消链接/重新链接 gcc,但这对我来说没有任何改变。
【问题讨论】: