Cressoni, Massimo (NIH/NHLBI) [F]
2006-Nov-12 08:36 UTC
[R] Compilation of R under UBUNTU Edgy
I am not able to compile R under ubuntu Edgy. ./configure error message is configure: error: --with-x=yes (default) and X11 headers/libs are not available I do not know which library is missing (I tried to install some X11 libs but were already on the system). Massimo Cressoni
On Sun, 12 Nov 2006, Cressoni, Massimo (NIH/NHLBI) [F] wrote:> > I am not able to compile R under ubuntu Edgy. > ./configure error message is > configure: error: --with-x=yes (default) and X11 headers/libs are not available > I do not know which library is missing (I tried to install some X11 libs but were already on the system).Please consult R-admin.html as the INSTALL file asks you to. Almost certainly the explanation is there. You didn't show us the previous messages, but very likely you are missing the X11 development package(s) and not a library. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
On Sun, 12 Nov 2006, Cressoni, Massimo (NIH/NHLBI) [F] wrote:> > > > I am not able to compile R under ubuntu Edgy. > > ./configure error message is > > configure: error: --with-x=yes (default) and X11 headers/libs are not available > > I do not know which library is missing (I tried to install some X11 libs but were already on the system). >Unless there is a compelling reason to build R from source, v. 2.2.1 is available in the Ubuntu repositories and can be installed via the package manager. Otherwise you'll need to install the xserver-xorg-dev package to get the X Windows header files.