[R] R installation problems...

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Wed Jan 10 20:38:16 CET 2001


Diego Kuonen <Diego at kuonen.com> writes:

> The "make" performed properly as well as the "make check", but:
> 
>   $ /usr2/R-patched/bin/R --verbose --vanilla
>   R : Copyright 2001, The R Development Core Team
>   Version 1.2.0 Patched (2001-01-09)
>   ...
>   now dyn.load(/usr2/R-patched/library/ctest/libs/ctest.so)..
>   >R_ReplConsole(): before "for(;;)" {main.c}
>   Segmentation fault
> 
> After a "make install" nothing changes:
> 
>   $ /usr/R/bin/R --verbose --vanilla
>   R : Copyright 2001, The R Development Core Team
>   Version 1.2.0 Patched (2001-01-09)
>   ...
>   now dyn.load(/usr/R/lib/R/library/ctest/libs/ctest.so)..
>   >R_ReplConsole(): before "for(;;)" {main.c}
>   Segmentation fault

This is perplexing! Could you please try "/path/to/R -d gdb" and
inside gdb do 

run  --verbose --vanilla

then at the point of the crash do a "bt" command and tell us what it
says.

One thing that could cause trouble is if some higher directory (eg
/usr/R) is not readable, since make is generally using relative paths. 

-- 
   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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list