【发布时间】:2017-05-23 18:50:07
【问题描述】:
我正在从源代码安装 R:
cd R-3.2.2
./configure --prefix=$( pwd ) --with-cairo=yes --with-readline=no --with-libpng=yes --with-x=no
我已经从源代码安装了 cairo (v1.14.8) 和 pango (v1.40.6)(安装时没有任何错误)。但是 R 没有配置 cairo:
R is now configured for x86_64-pc-linux-gnu
Source directory: .
Installation directory: /athena/elementolab/scratch/chm2059/from_dat02/chm2059/lib/R-3.2.2
C compiler: gcc -std=gnu99 -I/athena/elementolab/scratch/chm2059/from_dat02/chm2059/lib/bzip2-1.0.6/include/packages/include
Fortran 77 compiler: gfortran -g -O2
C++ compiler: g++ -g -O2
C++ 11 compiler: g++ -std=c++11 -g -O2
Fortran 90/95 compiler: gfortran -g -O2
Obj-C compiler:
Interfaces supported:
External libraries: zlib, PCRE, curl
Additional capabilities: NLS
Options enabled: shared BLAS, R profiling
Capabilities skipped: PNG, JPEG, TIFF, cairo, ICU
Options not enabled: memory profiling
Recommended packages: yes
configure: WARNING: you cannot build info or HTML versions of the R manuals
configure: WARNING: you cannot build PDF versions of the R manuals
configure: WARNING: you cannot build PDF versions of vignettes and help pages
我在配置时看到这些行:
checking for X... disabled
using X11 ... no
checking whether pkg-config knows about cairo and pango... yes
checking whether cairo including pango is >= 1.2 and works... no
有什么想法吗?
【问题讨论】:
标签: r