* GNUコンパイラで 64bit Linux にインストール [#n4e2855f]
**準備 [#q1eb8ac2]
+必要ファイルは上記、32ビット版と同様(パッチを当てるところまで)
+getarchの編集
+instlib/machine/supported/linux/Makefile.headerの編集
+dmemory.cの編集
以下のファイルをコピーしてください。
*** instlib/machine/supported/linux/Makefile.header [#ja15a3b5]
#ref(Makefile.header);
*** source/dmemory.c [#qe9b7853]
#ref(dmemory.c);
*** bin/getarch [#jab070f0]
#ref(getarch);
# source cns_solve_env
# make install
これでいけるはずです。
ドブさん、パッチファイルつくってくれー。
* Intel compilerで 64bit Linux にインストール[#l4c5124d]
手順
+展開してパッチを当てるとこまでは同じ
+instlib/machine/supported/linux/Makefile.headerを編集
#ref(Makefile.header_intel)
# pwd
/Path/Of/Cns/instlib/machine/supported/linux/
# mv Makefile.header_intel Makefile.header
+bin/getarchを置き換え(上のファイルをダウンロード)
# source cns_solve_env
# make install
以上でいくかなぁ。一応、実行ファイルもcoreをはかずCNSコマンドプロンプトまで出た。