蛙の井戸見聞記 Pretty frog in a well who knows nothing of the great web ocean!

~~ 好奇心は猫をも殺す Curiosity Kills the Cat ~~ ♪欲しいモノ・食べたいモノ・ネットで集めた情報と日々の記録の倉庫♪ Logging my life... Since 2003.12  

2014-12-01から1ヶ月間の記事一覧

コンパイル

osx

/lib/cppがない!エラーは、強引に ln -s /usr/bin/cpp /lib/cpp で作製してみた。 http://www.geocities.co.jp/SiliconValley-Oakland/4432/lfs/lfsbook5_11.html

Compling the abinit-7.10.1

There were errors during compiling libXC-2.0.3…... The file "libxc.f90" includes strange codes….the compiler said "unclassified error".you may change the contents in file libxc.f90 exchanging from " ## " to "_". with some editor or regular…

キー配列の変更

http://ugawalab.miyakyo-u.ac.jp/m6/fukuchi/blog/2010/01/centos.html http://catnapper-mar.hatenablog.com/entry/20110929/1317317106 1. /etc/sysconfig/keyboard KEYTABLE="jp106" # USになってたら訂正 2. /etc/X11/xorg.conf Option "XkbModel" "jp1…

インストール途中

デフォルトでインストールしたら、libXCのエラーが出たので、現在進行中のメモ。docの下に、configure.acのsampleがある。これを適宜編集してコンパイル。 プロキシ経由の場合は適切に設定しておくこと。必要なファイルは適宜ダウンロードされるが、tarball…

プロキシ環境下で使うとき。.bash_profileなどのシェルの設定ファイルに書き込み。または一時的にhttp_proxy等を設定する。 http://qiita.com/gishi_yama/items/2e92d3d72e21c74704cb $ export http_proxy=http://example.com:8080/ $ export https_proxy=$h…

clang error

osx

clang: error: unknown argument: '-multiply_definedsuppress' [-Wunused-command-line-argument-hard-error-in-future] clang: note: this will be a hard error (cannot be downgraded to a warning) in the future というエラー。 http://d.hatena.ne.jp…