zl程序教程

您现在的位置是:首页 >  其他

当前栏目

ubuntu安装R

2023-09-14 09:03:16 时间
   2、进入R源文件目录:cd R-3.2.2
   3、执行./configure --prefix/home/work/R(--prefix是关键,R是自建文件夹)
下面这些保留下来,暂时不用
提示错误信息为“configure: error: No F77 compilerfound”,执行命令yum installgcc-gfortran解决。再次执行./configure,报错:“configure: error: --with-readline=yes (default) andheaders/libs are not available”,执行命令./configure --with-readline=no,继续报错:“configure: error: –with-x=yes (default) and X11headers/libs are not available”。尝试执行命令./configure --with-readline=no--with-x=no通过,只是会提示警告信息:
configure:WARNING: you cannot build DVI versions of the Rmanuals