Skip to content
Prev 36896 / 63421 Next

Question on trying to build R 2.11.1 on Tru64(aka OSF1) system

Ah, so configure has chosen /bin/ksh as the shell, and that does not 
like this sh syntax on your system.  Try setting R_SHELL=/bin/sh when 
configuring (or the path to bash, if you have that).

Alternatively, use ${1+@} in Rcmd.in (we have that as a workaround in 
R.sh.in).
On Tue, 8 Jun 2010, Bill.Glessner at cwu.edu wrote: