[R] make check on Solaris 8 fails due to plot
Peter Dalgaard
p.dalgaard at biostat.ku.dk
Tue Mar 16 00:22:04 CET 2004
"Adaikalavan Ramasamy" <ramasamy at cancer.org.uk> writes:
> Dear all,
>
> I am having trouble trying to install R-1.8.1 on a Sun Solaris 8
> (Generic_108528-23 version) machine. The configuration was successful but
> make check fails. I traced the the problem to the plot() function.
>
> > 1 + 1
> [1] 2
> > capabilities()
> jpeg png tcltk X11 GNOME libz http/ftp sockets
> TRUE FALSE TRUE TRUE FALSE TRUE TRUE TRUE
> libxml fifo cledit IEEE754 bzip2 PCRE
> TRUE TRUE TRUE TRUE TRUE TRUE
> > plot( 1:10 )
> Bus Error
>
> and R terminates to the shell prompt. I have searched the archives with no
> success. Can anyone kindly help me fix the problem or at least show me how
> to get more information about the error.
AFAIR, some gcc versions could cause this due to incorrect code
generation. (See the platform notes in the Admin manual - sec'n B.7.3
to be specific.)
--
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
More information about the R-help
mailing list