Hello everyone: I got a new 64 bit computer & wanted to install R-3.0.2 from source; Windows 7.
I did the Rtools and did the prelims on the installation. However, this is what I got from the "make": c:\R64\R-3.0.2\src\gnuwin32>make all recommended cat MkRules.local MkRules.rules > MkRules -------- Building ../../../library/base/R/Rprofile from ../../libra mmon.R ../../library/profile/Rprofile.windows-------- mkdir -p ../../../library/base/R cp -p html/rwin.html ../../../doc/html/index.html cp -p ./etc/Makeconf ./etc/Rcmd_environ ./etc/Rconsole ./etc/Rdevga le.site ./etc/rgb.txt ../../../etc rm -f ../../../etc/Makeconf mkdir -p ../../../etc//x64 sed -e 's/WIN = 32/WIN = 64/' \ -e "s/-O3/-O2/" \ -e "s/@EOPTS@/-mtune=core2/" \ -e "s|BINPREF =|BINPREF = x86_64-w64-mingw32-|" \ -e "s|IMPDIR = bin|IMPDIR = bin/x64|" \ -e "s|LOCAL_SOFT =|LOCAL_SOFT = |" \ -e "s|R_ARCH =|R_ARCH = /x64|" \ -e "s|DT_ARCH =|DT_ARCH = |" \ -e "s|RC_ARCH =|RC_ARCH = |" \ -e "s|M_ARCH =|M_ARCH = |" \ -e "s|@SYMPAT@|'s/^.* [BCDRT] / /p'|" \ -e "s|(TCL_HOME)/bin|(TCL_HOME)/bin64|" \ -e "s|@OPENMP@|-fopenmp|" \ -e "s|@PTHREAD@|-pthread|" \ etc/Makeconf > ../../../etc/x64/Makeconf sed -e "s+@BINDIR@+bin/x64+" Makeconf > ../../../Makeconf cp -p ../CHANGES0 ../CHANGES1 ../CHANGES2 ../../../doc make[4]: Nothing to be done for `svnonly'. installing C headers make[2]: x86_64-w64-mingw32-dlltool: Command not found make[2]: *** [libRblas.dll.a] Error 127 make[1]: *** [rbuild] Error 2 make: *** [all] Error 2 c:\R64\R-3.0.2\src\gnuwin32> -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodg...@gmail.com [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.