在 OS X 上安装 Octave - 出现错误,不知道如何修复

在 OS X 上安装 Octave - 出现错误,不知道如何修复

我已经做了一个brew update && brew upgrade

brew install octave --without-docs

过了一会儿我得到:

patching file libgui/qterminal/libqterminal/unix/ExtendedDefaultTranslator_mac.h
patching file libgui/qterminal/libqterminal/unix/KeyboardTranslator.cpp
patching file src/mkoctfile.in.cc
==> ./configure --prefix=/usr/local/Cellar/octave/3.8.1 --disable-docs --without-opengl --with-x=no
==> make all
make[4]: *** [array/array_libarray_la-int8NDArray.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/homebrew/homebrew-science/issues

Mon Sep 29$ cd ~/Applications/

我已经用 Google 搜索过了,但似乎没有任何结果。有没有什么办法可以解决这个问题或者知道到底发生了什么?

谢谢

相关内容