Hello, my name is Maksim Oks and I''ve tried to install R on my machine. It runs UNIX (sun-solaris 2.7). I''ve got the UNIX version of R of the CRAN website, unzipped and untared it and then followed the instructions in the INSTALL file. I''ve set MAKE =gmake and then typed: ./configure gmake gmake check Then when I try to run R by typing R it says that the command is not found. Can anyone suggest what''s going on? I''m including some of the error messages that followed during the above 3 steps. Thanks, Max Some of the messages: after running ./configure: R is now configured for sparc-sun-solaris2.7 Source directory: . Installation directory: /usr/local C compiler: gcc -g -O2 C++ compiler: c++ -g -O2 FORTRAN compiler: g77 -g -O2 X11 support: yes Gnome support: no Tcl/Tk support: yes R profiling support: yes R as a shared library: no configure: warning: you cannot build info versions of the R manuals After running gmake: gmake[3]: ar: Command not found gmake[3]: *** [libappl.a] Error 127 gmake[3]: Leaving directory `/home/eecs/moks/R/R-1.2.1/src/appl'' gmake[2]: *** [R] Error 2 gmake[2]: Leaving directory `/home/eecs/moks/R/R-1.2.1/src/appl'' gmake[1]: *** [R] Error 1 gmake[1]: Leaving directory `/home/eecs/moks/R/R-1.2.1/src'' gmake: *** [R] Error 1 After running gmake check gmake[4]: *** No rule to make target `../../bin/R.bin'', needed by `base-Ex.Rout'' . Stop. gmake[4]: Leaving directory `/home/eecs/moks/R/R-1.2.1/tests/Examples'' gmake[3]: *** [test-Examples] Error 2 gmake[3]: Leaving directory `/home/eecs/moks/R/R-1.2.1/tests/Examples'' gmake[2]: *** [test-Examples] Error 2 gmake[2]: Leaving directory `/home/eecs/moks/R/R-1.2.1/tests'' gmake[1]: *** [test-All] Error 2 gmake[1]: Leaving directory `/home/eecs/moks/R/R-1.2.1/tests'' gmake: *** [test-All] Error 2 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Tue, 30 Jan 2001, MAKSIM OKS wrote:> Hello, > > my name is Maksim Oks and I''ve tried to install R on my machine. It > runs UNIX (sun-solaris 2.7). > I''ve got the UNIX version of R of the CRAN website, unzipped and untared > it and then followed the instructions in the INSTALL file. I''ve set > MAKE =gmake and then typed: > ./configure > gmake > gmake check > > Then when I try to run R by typing R it says that the command is not > found. Can anyone suggest what''s going on? I''m including some of the > error messages that followed during the above 3 steps. Thanks,You need /usr/ccs/bin in your path (and you need it installed under Solaris). -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>From: MAKSIM OKS <moks at eecs.berkeley.edu> >my name is Maksim Oks and I''ve tried to install R on my machine. It >runs UNIX (sun-solaris 2.7). >I''ve got the UNIX version of R of the CRAN website, unzipped and untared >it and then followed the instructions in the INSTALL file. I''ve set >MAKE =gmake and then typed: >./configure >gmake >gmake check > >Then when I try to run R by typing R it says that the command is not >found. Can anyone suggest what''s going on? I''m including some of the >error messages that followed during the above 3 steps. Thanks,Try gmake install at the end. (I''m surprised that "gmake" works, but I guess it did, rather than just "make".) Jon Baron -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._