Xcodeとそのコマンドラインツールと同様に、homebrewを更新したMac Airにオクターブをインストールしようとしています。
ここに私が得ているエラーがあります:
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> ./configure --prefix=/usr/local/Cellar/octave/3.6.2 --with-blas=-Wl,-framewo
==> make all
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [liboctave.la] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error: octave did not build
Logs: /Users/uyiewnil/Library/Logs/Homebrew/octave/
Help: https://github.com/mxcl/homebrew/wiki/troubleshooting
どうもありがとう!
ログには何と書かれていますか?
—
-itsbruce