Dear r-helpers, we have installation problems: Successful installation of R-0.63 base package on Solaris 2.5.1 with the SunSoft compilers f77, c version 4.2. We habe problems with the installation of further packages e.g. integrate from CRAN. R code works but the shared objects built from fortran code do not find the appropriate libs with functions like __pow_ii or __epx at runtime. We tried to give -R -L -l options to the loader editing config.status (config.site editing shows no reaction), but this doesn't help. Hopefully a simple mistake done by us. Thanks. Bodo Ahrens -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Bodo Ahrens <Bodo.Ahrens at univie.ac.at> writes:> Dear r-helpers, > > we have installation problems: > > Successful installation of R-0.63 base package on Solaris 2.5.1 with the > SunSoft compilers f77, c version 4.2. > We habe problems with the installation of further packages e.g. > integrate from CRAN. > R code works but the shared objects built from fortran code do not find > the appropriate libs with functions like __pow_ii or __epx at runtime. > > We tried to give -R -L -l options to the loader editing config.status > (config.site editing shows no reaction), but this doesn't help. > > Hopefully a simple mistake done by us. Thanks.I'm afraid this is more likely because noone on the development team has the Sun (payware) compilers. If you or anyone else get it figured out, we'd be happy to install the solution. There are a bit too many things that could go wrong (would you know how to do things with Splus, BTW?) to give any real help, I'm afraid. One thing, though: the proper procedure for a local reconfiguration is to edit config.site, *make distclean* or at the very least remove config.cache, configure, and rebuild. -- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Without tracing the loader system calls and knowing where the functions are located I can only speculate on the problem. However, at least with earlier Sun compilers, one needs to be careful that the compilers lib is ahead of the system libs in LD_LIBRARY_PATH. gordon On 20-Jan-99 at 05:28, Bodo Ahrens (Bodo.Ahrens at univie.ac.at) wrote:> Dear r-helpers, > > we have installation problems: > > Successful installation of R-0.63 base package on Solaris 2.5.1 with the > SunSoft compilers f77, c version 4.2. > We habe problems with the installation of further packages e.g. > integrate from CRAN. > R code works but the shared objects built from fortran code do not find > the appropriate libs with functions like __pow_ii or __epx at runtime. > > We tried to give -R -L -l options to the loader editing config.status > (config.site editing shows no reaction), but this doesn't help. > > Hopefully a simple mistake done by us. Thanks. > > Bodo AhrensGordon M. Harrington Mail: 3720 Village Place, #6308 Professor Emeritus Waterloo, IA 50702-5848 University of Northern Iowa Phone: 319-291-8535 gordon.harrington at uni.edu Fax: 319-291-8324 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._