[R] Installing on DEC 4.0b

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Fri Feb 12 13:25:18 CET 1999


Jonathan.Yuen at tvs.slu.se writes:

> I don't know how well it is documented, but you need gnu make.  OK,
> everybody knows that.  But it has to called make.  And it has to be the
> make that gets run when you type 'make'.
> 
> I have both dec's make and gnu make on my alpha, but gnu's make is called
> gnumake.  I tried typing 'gnumake' to make R.  Not good enuf.  I had to
> name it make, and make sure it was found (play with path stuff) before
> dec's make.  Or temporarily rename the dec make into something else.

I'm not exactly sure, but I think it might work to set the environment
explicitly, i.e.

MAKE=gnumake gnumake # /bin/sh syntax

or

setenv MAKE gnumake # /bin/csh
gnumake


-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list