[R] R-1.2.0 installation problems...

Diego Kuonen Diego at kuonen.com
Sat Dec 16 10:02:57 CET 2000


Dear all,

I have some problems installing R-1.2.0 under Red Hat Linux 6.0 
using Kernel 2.2.46 on an i686.
   
   $ pwd
   /usr/R-1.2.0
   $ ./configure --with-f2c --prefix=/usr/R-1.2.0
   ...
   $ make
   $ make install
   ...
   $ bin/R

nothing happens...

   $ ls -al bin/R
   -rwxr-xr-x   1 root     root            0 Dec 16 09:50 bin/R

shows me that the file is empty :-(

I finally remarked that after "make"

   $ ls -al bin/R
   -rwxr-xr-x   1 root     root         4661 Dec 16 09:52 bin/R

it's still there, but after the the "installing executables" in 
"make install" the file becomes empty. I produced a copy of "bin/R" 
before "make install", and recopied it after "make install" to "bin/R".
I don't think that this affects what follows as "bin/R" is a simply shell
script.

Then the call of

   $ bin/R

produces a "Segmentation fault", more specifically

   $ bin/R --verbose
   R : Copyright 2000, The R Development Core Team
   Version 1.2.0  (2000-12-15)
   ...
   Type `q()' to quit R.

   now dyn.load(/usr/R-1.2.0/library/ctest/libs/ctest.so)..
    >R_ReplConsole(): before "for(;;)" {main.c}
   Segmentation fault

Moreover, producing the call

   dyn.load("/usr/R-1.2.0/library/ctest/libs/ctest.so")

within R 1.0.0 works

   $ R --version
   R 1.0.0  (February 29, 2000)
   Copyright (C) 2000 R Development Core Team

   $ R
   R : Copyright 2000, The R Development Core Team
   Version 1.0.0  (February 29, 2000)
   ...
   > dyn.load("/usr/R-1.2.0/library/ctest/libs/ctest.so")
   > is.loaded("swilk")
   [1] TRUE

Any help would be appreciated.

Greets

  Diego

-- 
Diego Kuonen      http://wap.kuonen.com     http://stat.kuonen.com
http://www.Statoo.ch  Kya aap statooed hai?  http://www.Statoo.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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