R-beta: problems compiling R 0.61.2 on silicon graphics

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Fri May 8 10:49:08 CEST 1998


Peter Baker <p.baker at qut.edu.au> writes:

> Using gmake, some editing of configure and make files and upgrading
> perl computing services got an executable but ... it doesn't work. R
> can't find base package which is probably because
> library/base/{INDEX,R/,TITLE} are all missing :-(
> 
> Fatal error: unable to open the base package
> 
> Has anyone had any luck compiling on a similar machine and if so have
> you got any suggestions.

Hm. We've had two reports from people compiling 0.61.3 on IRIX and all
they had to say was that the IRIX cc didn't like a string that had
been split over two lines...

One thing to notice is that the last step of "make install" builds the
base library by running make in src/library/base/. Apparently that
isn't happening for you. So perhaps one makefile didn't get edited
quite right.

0.61.3 has a couple of small makefile changes which might help you. It
sets the SHELL variable, so that you won't be trying to execute Bourne
shell syntax with csh and it uses $(MAKE) throughout, which avoids
problems when make is called something else (such as, gmake). Perhaps
you should try the new version.

-- 
   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