Dear List Sorry if this is trivial, but I can't find it in the manual, FAQ or mail list (2002). I just installed R 1.6.0 (2002-10-01) on Linux R.H. 7.2 (2.4.9-32.5) on an DIGITAL AlphaServer 800 5/500 The program starts up nicely but exits immediately with a "Segmentation fault" at the first command. It seems that it doesn't matter what command, I tried q(), help(), version, licence(), x<-1, etc. All comments are welcomed. :-? Martin Hvidberg> ------ > Martin Hvidberg > M.Sc. Physical Geography, Researcher > > Danish Ministry of Environment > National Environmental Research Institute (NERI) > Department of Atmospheric Environment (ATMI) > > Email: mhv at dmu.dk > Url: www.dmu.dk > >-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
What compiler? RedHat's used of `gcc 2.96' is notorious around here. Could you try building under an actual released version of gcc if you used `2.96'? BTW, R 1.6.1 is the current version, so why not use it? On Mon, 25 Nov 2002 mhv at dmu.dk wrote:> Dear List > > Sorry if this is trivial, but I can't find it in the manual, FAQ or mail > list (2002). > > I just installed R 1.6.0 (2002-10-01) on Linux R.H. 7.2 (2.4.9-32.5) on an > DIGITAL AlphaServer 800 5/500 > > The program starts up nicely but exits immediately with a "Segmentation > fault" at the first command. It seems that it doesn't matter what command, I > tried q(), help(), version, licence(), x<-1, etc. > > All comments are welcomed. > > :-? Martin Hvidberg > > > ------ > > Martin Hvidberg > > M.Sc. Physical Geography, Researcher > > > > Danish Ministry of Environment > > National Environmental Research Institute (NERI) > > Department of Atmospheric Environment (ATMI) > > > > Email: mhv at dmu.dk > > Url: www.dmu.dk > > > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > 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 > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ >-- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> I have no idea on which Tru64 OSF version the mentioned AlphaServer is > running but perhaps this workaround might be worth a shot. >Check the original message :-):> I just installed R 1.6.0 (2002-10-01) on Linux R.H. 7.2 (2.4.9-32.5) on an^^^^^^^^^^^^^^^^^^^^^^^^^^^> DIGITAL AlphaServer 800 5/500I have been able to get R 1.6.1 compiled OK with gcc/g++/f77 on an Alpha running Compaq Tru64 UNIX V5.1A. Earlier versions, such as V4.0F compiled and ran OK in general, but failed make check at the no-segfault test. Ray -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Reasonably Related Threads
- How to join data.frames and vectors of different length, in an inteligent way?
- Q: libreadline.so.4.1 problems on Alpha/Linux
- normalizing prizes to a specific year - how to?
- Converting a 'difftime' to integer - How to???
- Text (eg. summary) to text file, Howto?