Redhat でのこの R 2.15 のインストールに続いて、R を Cent OS 6.3 にインストールしましたが、中間ステップでこのエラーが発生しました。progsandlibs を作成しました。
dir in ~
[root@localhost R-2.15.2]# ./configure --prefix=~/progsandlibs/ --enable-R-shlib
configure: error: expected an absolute directory name for --prefix: ~/progsandlibs
それから私はちょうど試しました./configure
configure: error: in `/root/progsandlibs/R-2.15.2':
configure: error: no acceptable C compiler found in $PATH
yum を使用して gcc コンパイラをインストールしました
後で実行する./configure
と、このエラーが発生しました
configure: error: No F77 compiler found
何をインストールする必要があるか考えていますか?