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. Thank you! Shuyuan Wu Tel: 803-777-9312(o) -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Wed, 5 Dec 2001, Wu Shuyuan wrote:> 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.It should. GNU ld is not recommended on Solaris, AFAIK, and certainly not with Sun's compiler (f77).> > 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. > > Thank you! > > Shuyuan Wu > Tel: 803-777-9312(o) > > > > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- > 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 > _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._ >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Seemingly Similar Threads
- problem building R 2.9.1 from source on RHEL 4 (x86_64)
- R compilation problem on 64 bit SunOS (PR#13898)
- Problem with the installation of "install R" on Sun Solaris
- [Bug 71] New: configure is looking for zlib but I don't have one and I can't turn zlib off.
- packages with FORTRAN code