Displaying 1 result from an estimated 1 matches for "r290".
Did you mean:
290
2009 Apr 27
1
FW: Install of R 2.9.0
...it's running out of space when there's actually lots of space available.
I'm installing this on the head node of a cluster running SLES 9 into a
common GPFS filesystem named /apps. Any ideas?
These are the basic steps I'm using to install R -
Create a directory - /apps/R/R290
Copy the tar file to /apps/R/R290
cd /apps/R/R290
tar -xzvf R-2.9.0.tar.gz
cd R-2.9.0
./configure prefix=/apps/R/R290
make
make check
make install
all appears to go well until well into "make install". The first
indication of errors is -
head:/apps/R/R290/R-2.9.0 #...