[R] install R-1.3.1 on Solaris 8

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Wed Dec 5 20:52:11 CET 2001


Wu Shuyuan <wu at math.sc.edu> writes:

> Dear All:
> 
> I tried to compile and install R-1.3.1 on Solaris 8,but never 
> succeeded, Can you give me any suggestion?
> I used 
> ./configure --with-x --x-includes=/usr/openwin/share/include/X11 \
> --x-libraries=/usr/openwin/lib --with-f77 \
> --with-tcl-config=/usr/local/lib --with-tk-config=/usr/local/lib
> I noticed that ld used /usr/ccs/bin/ld(ld: Software Generation 
> Utilities-Solaris-ELF (4. 0)). I changed in config.site
> MAIN_LD=/usr/local/bin/ld(GNU ld version 2.9.1 (with BFD 2.9.1)
>   Supported emulations:
>    elf32_sparc)
> but R always use /usr/ccs/bin/ld.
> 
> I put the log files of configure, make,make check on the 
> http://www.math.sc.edu/~wu/, click R compile problem on Solaris 8.
> 
> Any suggestion are highly appreciated.

You might want to exchange f77 with g77 there. Try that first.

Did you build the documentation? Without that, you are not likely to
make the checks succeed.

What you're seeing is a make check error, not a build error, so it
would be nice to know where it went wrong. The easiest way to do that
is to 

cd tests/Examples
../bin/R --vanilla < base-Ex.R

and then report the last few lines. 

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