Skip to content
Prev 1798 / 398506 Next

problems compiling R packages with Linux

Ulf Mehlig <umehlig at uni-bremen.de> writes:
Two things here look like trouble. One is that a lot of configure/make
issues has been hashed out between 0.63.0 and 0.63.1, and the other is
that you seem to be extracting your source files into the same
directory that the package should be installed in, which may confuse
make rather badly. Try one of

* extract to (say) /usr/local/src/R-contrib/ctest and then just
  R INSTALL /usr/local/src/R-contrib/ctest

* upgrade to 0.63.1

... or both. Works ok here with 
  Version 0.63.2 in progress (December 22, 1998)
anyway.