Displaying 2 results from an estimated 2 matches for "junqueyard".
2010 Jun 09
2
Question on trying to build R 2.11.1 on Tru64(aka OSF1)
...ing 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:
gnumake[2]: Entering directory `/usrX/JunqueYard/R-2.11.1/src/library/Recommended'
begin installing recommended package MASS
/usrX/JunqueYard/R-2.11.1/bin/Rcmd: @: not found
gnumake[2]: *** [MASS.ts] Error 1
gnumake[2]: Leaving directory `/usrX/JunqueYard/R-2.11.1/src/library/Recommended'
Rcmd for this build:
#!/usr/local/bin/bash
#
# $...
2010 Jun 08
3
Question on trying to build R 2.11.1 on Tru64(aka OSF1) system
...usr/local/R --disable-nls \
--with-readline --with-libpng --with-jpeglib \
--with-system-zlib --with-system-bzlib --with-system-pcre \
--with-system-xz --with-recommended-packages
The configure executed successfully.
The build attempt exited with an error:
gnumake[1]: Entering directory `/usrX/JunqueYard/R-2.11.1/src/library/Recommende
d'
gnumake[2]: Entering directory `/usrX/JunqueYard/R-2.11.1/src/library/Recommende
d'
begin installing recommended package MASS
/usrX/JunqueYard/R-2.11.1/bin/Rcmd: @: not found
gnumake[2]: *** [MASS.ts] Error 1
gnumake[2]: Leaving directory `/usrX/JunqueYard...