Dear R-users, I currently have trouble in trying to compile R-1.3.0-patched on Compaq OSF1. -------->uname -aOSF1 adenine.fysik.dtu.dk V4.0 1229 alpha -------- The 'configure' step ended seemingly corretly: ----------------------- R is now configured for alphaev6-dec-osf4.0f Source directory: . Installation directory: /home/adenine/sysman/laurent/share/ C compiler: gcc -mieee -g -O2 C++ compiler: g++ -g -O2 FORTRAN compiler: f77 -fpe3 -g X11 support: yes Gnome support: no Tcl/Tk support: no R profiling support: yes R as a shared library: yes ------------------------ ...but the 'make' step ends with the following lines: ---------------------- building package `base' mkdir ../../../library/base mkdir ../../../library/base/R mkdir ../../../library/base/data mkdir ../../../library/base/demo building package `ctest' mkdir ../../../library/ctest mkdir ../../../library/ctest/R Make: Cannot open ../../../../share/make/../../../../etc/Makeconf. Stop. Stop. Stop. Stop. Stop. *** Exit 1*** Exit 1*** Exit 1*** Exit 1 ---------------------------- Did anybody encountered this (and would know how to overcome it) ? (I am certainly doing silly somewhere.... but WHERE ?) Thanking you in advance, -- Laurent Gautier CBS, Building 208, DTU PhD. Student D-2800 Lyngby,Denmark tel: +45 45 25 24 85 http://www.cbs.dtu.dk/laurent -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010719/14c18352/attachment.html
Laurent Gautier <laurent at cbs.dtu.dk> writes:> ...but the 'make' step ends with the following lines: > > > ---------------------- > building package `base' > mkdir ../../../library/base > mkdir ../../../library/base/R > mkdir ../../../library/base/data > mkdir ../../../library/base/demo > building package `ctest' > mkdir ../../../library/ctest > mkdir ../../../library/ctest/R > Make: Cannot open ../../../../share/make/../../../../etc/Makeconf.....> Did anybody encountered this (and would know how to overcome it) ? > (I am certainly doing silly somewhere.... but WHERE ?)The symptoms look familiar. I think we've seen this before and a fix was to use GNU make instead of the system-supplied one. (The recursive Makefiles may make it necessary to set $MAKE i.e. MAKE=gmake gmake on Bourne shell systems and whatever it takes to get the same effect in csh). My memory feels a little rusty on this, you may want to look back into the mailing list archives. -- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._