Created
October 12, 2012 04:56
-
-
Save kjunichi/3877392 to your computer and use it in GitHub Desktop.
/usr/localにせっせと自力ビルドいれて、brewもデフォルトで使って不幸になった件
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew doctorでいろいろ怒られるまで、めんどいから/usr/localにせっせといれてた。 | |
が、brewをデフォルトで使う場合、/opt/gnuとかに入れたほうがよさそう。 | |
何でって、今朝gnuplotのコンパイルに失敗したから | |
pongoがシンボル解決できなくてコンパイルというよりリンクで落ちてしまっていた。 | |
結局、小心者なのと./configure --prefix=/foo/bar するくらいは | |
手間と思わないので、 | |
brew doctor | |
のいわれるがまま、片っ端から.pc,.la,dylib?.aを消しまくって、 | |
.profileの/で終わるパスのケチすら直して対応した |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment