Hi All,
I'm trying to install R from source on an Intel machine running Linux
(RedHat 6.2) and I am getting errors (Error 139, Error 2, and Error 1)
on 'make check'. Perhaps I've forgotten something basic?
---------------------------------------------------------------------
Here's what I've done:
/configure --prefix=/home1/froth/R --enable-R-shlib --with-tcltk --with-x
make
make clean
----------------------------------------------------------------------
The output from 'make clean' is as follows:
[froth at lama R-1.3.1]$ make check
make[1]: Entering directory `/home1/froth/R/src/R-1.3.1/tests'
make[2]: Entering directory `/home1/froth/R/src/R-1.3.1/tests'
make[3]: Entering directory `/home1/froth/R/src/R-1.3.1/tests/Examples'
make[4]: Entering directory `/home1/froth/R/src/R-1.3.1/tests/Examples'
make[4]: Leaving directory `/home1/froth/R/src/R-1.3.1/tests/Examples'
make[4]: Entering directory `/home1/froth/R/src/R-1.3.1/tests/Examples'
collecting examples for package `base' ...
make[5]: Entering directory `/home1/froth/R/src/R-1.3.1/src/library'
>>> Building/Updating help pages for package `base'
Formats: text example
make[5]: Leaving directory `/home1/froth/R/src/R-1.3.1/src/library'
running code in base-Ex.R ...
../../bin/R --vanilla < base-Ex.R > base-Ex.Rout
make[4]: *** [base-Ex.Rout] Error 139
make[4]: Leaving directory `/home1/froth/R/src/R-1.3.1/tests/Examples'
make[3]: *** [test-Examples] Error 2
make[3]: Leaving directory `/home1/froth/R/src/R-1.3.1/tests/Examples'
make[2]: *** [test-Examples] Error 2
make[2]: Leaving directory `/home1/froth/R/src/R-1.3.1/tests'
make[1]: *** [test-all-basics] Error 1
make[1]: Leaving directory `/home1/froth/R/src/R-1.3.1/tests'
make: *** [check] Error 2
[froth at lama R-1.3.1]$
Any advice would be greatly appreciated.