bill.gless...@cwu.edu wrote:
> First I tried 'setenv R_SHELL /usr/local/bin/bash', as bash is the weapon
> of choice for the faculty wishing to use R, then ran ./configure as before.
> The ./configure output line 
> 
> using as R_SHELL for scripts ... /usr/local/bin/bash
> 
> would seem to indicate that the R_SHELL environment variable was recognized
> and acknowledged. However, I got the same build error:

Two ideas (longshots...)

(a) You're building in the source directory. Try not doing that an start
with clean sources.

(b) insert "set -v" at the top of Rcmd so that you see the script as it
is executed.

-- 
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Phone: (+45)38153501
Email: pd....@cbs.dk  Priv: pda...@gmail.com

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to