[R] Problem with make install for R 2.3.0/Solaris 2.8

2006-05-17 Thread John Powell (NIH/CIT) [E]
Building/Installing R 2.3.0 on under Solaris 2.8 make install fails in the etc directory with an /bin/bash error unexpected ; token. The following lines in the etc/Makefile appear to be the cause: EXPORTFILES = # R.exp Rlapack.exp @for f in $(EXPORTFILES); do \ $(INSTALL_DATA) $${f}

Re: [R] Problem with make install for R 2.3.0/Solaris 2.8

2006-05-17 Thread Prof Brian Ripley
This is already changed in R-patched: the issue is that your /bin/bash is not current (it was first reported for 2.05, I believe). On Wed, 17 May 2006, John Powell (NIH/CIT) [E] wrote: Building/Installing R 2.3.0 on under Solaris 2.8 make install fails in the etc directory with an /bin/bash