Skip to content
Prev 8878 / 398502 Next

R installation problems...

Peter Dalgaard BSA wrote:
Within the build directories:

   $ /usr2/R-1.0.0/bin/R --verbose --vanilla
   R : Copyright 2000, The R Development Core Team
   Version 1.0.0  (February 29, 2000)
   ...
   >R_ReplConsole(): before "for(;;)" {main.c}
   Segmentation fault


   $ /usr2/R-1.1.1/bin/R --verbose --vanilla
   R : Copyright 2000, The R Development Core Team
   Version 1.1.1  (August 15, 2000)
   ...
   >R_ReplConsole(): before "for(;;)" {main.c}
   Segmentation fault


   $ /usr2/R-1.2.0/bin/R --verbose --vanilla
   R : Copyright 2000, The R Development Core Team
   Version 1.2.0  (2000-12-15)
   ...
   now dyn.load(/usr2/R-1.2.0/library/ctest/libs/ctest.so)..
   >R_ReplConsole(): before "for(;;)" {main.c}
   Segmentation fault


I configured all version with 

   ./configure --with-f2c --prefix=/usr/R 

and before "make install" I always performed a "make check" and
removed all files in "/usr/R", except all contributed libraries.

I get the same error messages as above, and the "make check" always
worked properly.

Thanks for your help.

Greets

  Diego