「MacOSクライアント(OS 10.8以降)」の版間の差分

90行目: 90行目:
でインストールしてから,octaveをインストールしなおせばよい.(参考 https://github.com/mxcl/homebrew/issues/22545)
でインストールしてから,octaveをインストールしなおせばよい.(参考 https://github.com/mxcl/homebrew/issues/22545)


インストール後実行すると以下のエラーが出る場合,
dyld: Library not loaded: /usr/local/lib/gcc/5/libgfortran.3.dylib
  Referenced from: /usr/local/Cellar/octave/4.0.0_1/bin/octave-cli-4.0.0
  Reason: image not found


gccをlinkしなおす.
  brew link gcc
以下のようにする必要があるかも
brew unlink gfortran
brew link --overwrite gcc
*gnuplotのインストール
*gnuplotのインストール
  brew uninstall gnuplot
  brew uninstall gnuplot