Dear all- I get the same problem in compiling R-1.3.0 on Tru64 Unix (OSF 5.0). Here is the final output of the ./configure R is now configured for alphaev67-dec-osf5.0 Source directory: . Installation directory: /usr/local C compiler: gcc -mieee -g -O2 C++ compiler: c++ -g -O2 FORTRAN compiler: f77 -fpe3 -g X11 support: yes Gnome support: no Tcl/Tk support: yes R profiling support: yes R as a shared library: no ... and the make stops at the same point as Kjetil (at the ctest compile.) The final error message is as follows: Make: Cannot open ../../../../share/make/../../../../etc/Makeconf. Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. I've tried Albrecht's suggestion of configuring without-blas, but it doesn't work. I don't think it's a problem with mixing dec f77 with gcc (I've used them in comination in the past without any conflicts.) Anybody have any ideas? Could it be a typo in the make script? regards, fred ----------------------------------------------------------- Frederic Chagnon Massachusetts Institute of Technology Bldg 48, Room 212 Ralph M. Parsons Laboratory Doctoral Candidate 15 Vassar Street, Cambridge, MA, 02139 ph. +1.617.253.5483 frederic at mit.edu ----------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
compiling R-1.3.0 under Tru64 Unix
2 messages · Frederic Chagnon, Albrecht Gebhardt
On Tue, 26 Jun 2001, Frederic Chagnon wrote:
Dear all- I get the same problem in compiling R-1.3.0 on Tru64 Unix (OSF 5.0). Here is the final output of the ./configure R is now configured for alphaev67-dec-osf5.0 Source directory: . Installation directory: /usr/local C compiler: gcc -mieee -g -O2 C++ compiler: c++ -g -O2 FORTRAN compiler: f77 -fpe3 -g X11 support: yes Gnome support: no Tcl/Tk support: yes R profiling support: yes R as a shared library: no .. and the make stops at the same point as Kjetil (at the ctest compile.) The final error message is as follows: Make: Cannot open ./../../../share/make/../../../../etc/Makeconf. Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop.
I guess you er not using a GNU make? I think this will be the reason. Try using gmake if available or rearrange your PATH environment variable so that GNU make will be found before Tru64 make. Albrecht // Albrecht Gebhardt Tel.: (++43 463) 2700/3118 // Institut fuer Mathematik Fax : (++43 463) 2700/3198 // Universitaet Klagenfurt mailto:albrecht.gebhardt at uni-klu.ac.at // Universitaetsstr. 65 http://www-stat.uni-klu.ac.at/~agebhard // A-9020 Klagenfurt, Austria -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._