* plamo4.2から4.7にアップしたらインストール出来ないソフトウエアがある(統計処理R) [#w3992f22]
- ページ: 不具合報告/4.7
- 投稿者: no
- 優先順位: 低
- 状態: 完了
- カテゴリー: 不具合報告
- 投稿日: 2011-08-12 (金) 10:22:31
- バージョン:
メッセージ †
plamo4.2で総計処理ソフトRをコンパイルして使っていました。plamo4.7にしたら以下のようにconfigureで弾かれます。Rの過去のバージョンでも同様です。
checking for xmkmf... /usr/X11R7/bin/xmkmf
configure: WARNING: I could not determine FPICFLAGS.
configure: error: See the file doc/html/R-admin.html for more information.
- http://cran.md.tsukuba.ac.jp/src/base/R-2/R-2.13.1.tar.gzでしょうか? もしそうでしたら -fopenmp オプションを有効にしたgfortran,g++が必要なようですね?-- 名倉
- ありがとうございます。正にそれです。gfortran、g++は既に入っているみたいなんですが−fopenmpオプションを有効にということは、それらもコンパイル作業が必要ということですね?頑張ってみます。 -- no
- Plamo-5.0 x86_64だと
C++ compiler: g++ -g -O2~
Fortran 90/95 compiler: gfortran -g -O2~
Obj-C compiler:~
Interfaces supported: X11, tcltk~
External libraries: readline, lzma~
Additional capabilities: PNG, JPEG, TIFF, NLS, cairo~
Options enabled: shared BLAS, R profiling~
Recommended packages: yes~
configure: WARNING: you cannot build DVI versions of the R manuals
configure: WARNING: you cannot build DVI versions of all the help pages
configure: WARNING: you cannot build PDF versions of the R manuals
configure: WARNING: you cannot build PDF versions of all the help pages=
configure: WARNING: I could not determine a browser
configure: WARNING: I could not determine a PDF viewer
このあたりまできて止まりました
02_x11 + gfortran-4.5.3-x86_64-P3.txzの状態なので
残念ながらコンパイル終了まではいきませんでしたが。 -- 名倉
- 有難うございました。4.7のcontribに gcc_fortran-4.3.5-i586-P1.tgz があったので先にこれと入れ替えてみたら正常にconfigureでき、make、make install もOK、Rもしっかり作動しました。おかげさまで助かりました。Plamo5.0もいずれインストールしてみます。 -- nob
- 手元のPlamo-5.0な環境だと問題なくビルドできましたよ > Plamo-test/for-5.0/x86_64/R-2.13.1-x86_64-P1.txz -- kojima
- ちなみにR-2.12.1は03_extに入っているはず > Plamo-5.0 for x86_64 -- kojima