Skip to content
Prev 16922 / 398502 Next

R in IRIX 64-bit

Thanks. We finnallly got it to work. We run the configure as you indicate and we
also found that the installation is very sensitive to the install program.

We (Bob Bruccoleri (bruc at bms.com)) used the following script to build it:

#!/bin/ksh -x

export MAKE=/usr/local/bin/gmake
gmake clean
rm -f config.cache config.status
rm -f modules/*.so
find . \( -name "*.o"  -o -name "*.a" -o -name "*.so" \) -print

CC="cc -64" \
CXX="CC -64" \
PERL="/usr/local64/bin/perl" \
./configure --with-f77="f77 -64" --with-readline --with-x --without-tcltk
--prefix=/usr/local64 --verbose

gmake
gmake check
gmake install


Isaac
Luke Tierney wrote:

            
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._