Dear all, I am trying to compile R version 1.0.1 under Solaris on a SUNsparcUltra10. Note that I'm doing this in my home directory as I cannot do it as root. The configure script seems to run correctly and issues as the last few lines: ----------------------------------------------- ... R is now configured for sparc-sun-solaris2.7 Source directory: . Installation directory: /home/ppp/paradis/R C compiler: cc -g FORTRAN compiler: f77 Gnome support: no ----------------------------------------------- Then, when I try to run make (either the SUN one which is invoked with 'dmake', or GNU make 3.78.1), it returns, after some lines which appear normal, the following error messages (for the GNU make): ---------------------------------------------------------------------------- ---- ... make[3]: Entering directory `/home/ppp/paradis/R/R-1.0.1/src/appl' cr libappl.a Rsock.o S_compat.o approx.o bakslv.o binning.o chisqsim.o chull.o c poly.o cumsum.o distance.o fft.o fmin.o fortran.o lbfgsb.o loglin.o lowess.o mac har.o massdist.o pretty.o pythag.o rowsum.o sock.o splines.o stem.o strsignif.o tabulate.o uncmin.o zeroin.o ch2inv.o chol.o dpbfa.o dpbsl.o dpoco.o dpodi.o dpo fa.o dposl.o dqrdc.o dqrdc2.o dqrls.o dqrsl.o dqrutl.o dsvdc.o dtrco.o dtrsl.o e igen.o lminfl.o blas.o make[3]: cr: Command not found make[3]: *** [libappl.a] Error 127 make[3]: Leaving directory `/home/ppp/paradis/R/R-1.0.1/src/appl' make[2]: *** [R] Error 2 make[2]: Leaving directory `/home/ppp/paradis/R/R-1.0.1/src/appl' make[1]: *** [R] Error 1 make[1]: Leaving directory `/home/ppp/paradis/R/R-1.0.1/src' make: *** [R] Error 1 ---------------------------------------------------------------------------- ---- The corresponding lines for the SUN make are: ---------------------------------------------------------------------------- ---- ... cr libappl.a Rsock.o S_compat.o approx.o bakslv.o binning.o chisqsim.o chu ll.o cpoly.o cumsum.o distance.o fft.o fmin.o fortran.o lbfgsb.o loglin. o lowess.o machar.o massdist.o pretty.o pythag.o rowsum.o sock.o splines .o stem.o strsignif.o tabulate.o uncmin.o zeroin.o ch2inv.o chol.o dpbfa. o dpbsl.o dpoco.o dpodi.o dpofa.o dposl.o dqrdc.o dqrdc2.o dqrls.o dqrs l.o dqrutl.o dsvdc.o dtrco.o dtrsl.o eigen.o lminfl.o blas.o : libappl.a siga --> Job output cr libappl.a Rsock.o S_compat.o approx.o bakslv.o binning.o chisqsim.o chu ll.o cpoly.o cumsum.o distance.o fft.o fmin.o fortran.o lbfgsb.o loglin. o lowess.o machar.o massdist.o pretty.o pythag.o rowsum.o sock.o splines .o stem.o strsignif.o tabulate.o uncmin.o zeroin.o ch2inv.o chol.o dpbfa. o dpbsl.o dpoco.o dpodi.o dpofa.o dposl.o dqrdc.o dqrdc2.o dqrls.o dqrs l.o dqrutl.o dsvdc.o dtrco.o dtrsl.o eigen.o lminfl.o blas.o sh: cr: not found *** Error code 1 dmake: Fatal error: Command failed for target `libappl.a' Current working directory /home/ppp/paradis/R/R-1.0.1/src/appl *** Error code 1 dmake: Fatal error: Command failed for target `R' Current working directory /home/ppp/paradis/R/R-1.0.1/src/appl *** Error code 1 dmake: Fatal error: Command failed for target `0 at R' Current working directory /home/ppp/paradis/R/R-1.0.1/src *** Error code 1 dmake: Fatal error: Command failed for target `R' ---------------------------------------------------------------------------- ---- Both kinds of make seem to have a problem with the command 'cr' and I have no idea how to solve this. Any help would be greatly appreciated. Emmanuel Paradis -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 Mon, 24 Apr 2000, Emmanuel Paradis wrote:> Dear all, > > I am trying to compile R version 1.0.1 under Solaris on a SUNsparcUltra10. > Note that I'm doing this in my home directory as I cannot do it as root. > The configure script seems to run correctly and issues as the last few lines:You need /usr/ccs/bin in your path, and you will need to re-configure. (You need it in your path to compile even a trivial C program, I believe.) [...]> make[3]: cr: Command not found > make[3]: *** [libappl.a] Error 127 > make[3]: Leaving directory `/home/ppp/paradis/R/R-1.0.1/src/appl' > make[2]: *** [R] Error 2 > make[2]: Leaving directory `/home/ppp/paradis/R/R-1.0.1/src/appl' > make[1]: *** [R] Error 1 > make[1]: Leaving directory `/home/ppp/paradis/R/R-1.0.1/src' > make: *** [R] Error 1-- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._