[R] Problems with Rscript executable.
Prof Brian Ripley
ripley at stats.ox.ac.uk
Mon Apr 28 19:58:36 CEST 2008
> I have recently built R version 2.7.0 on a CentOS release 4.6, 64-bit
> system using the following command:
> ./configure --prefix=/usr/local/r-2.7.0
> Everything built fine and works properly except for Rscript which is
> looking for files in the original build directory instead of the
> specified install directory. Did I forget to add a flag or is this a bug?
How did you install? If you do
cd src/unix
make install
you should see Rscript being remade with the destination path included.
E.g. I see
auk% make install
gcc -std=gnu99 -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -g -O2
-DR_HOME='"/usr/local/lib64/R"' -o Rscript \
./Rscript.c
I've seen problems with parallel makes, but running this again should
solve those.
--
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
More information about the R-help
mailing list