Hi,

I am getting this error when I run 'make' under src/library/base:
../../../library/base/R/base is unchanged
../../../bin/R: bad substitution
make: *** [all] Error 1

I traced it down to the following line in src/library/base/Makefile:
       @cat $(srcdir)/makebasedb.R | \
          R_DEFAULT_PACKAGES=NULL LC_ALL=C $(R_EXE) --slave > /dev/null

I am trying to build R-2.6.2 on a Solaris 9 box.
Can anyone advise on what may go wrong?  Thank you.


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to