[R] need help with building R on Solaris without using shared FORTRAN libraries

Thomas Lumley thomas at biostat.washington.edu
Mon Oct 25 20:37:45 CEST 1999


On Mon, 25 Oct 1999, Terry Westley wrote:

> I need to build R (we're currently at R version 0.64.0) for
> Solaris 2.5.1 on SunSPARC without using the libF77.so and
> libsunmath.so shared libraries. I'd like to use statically
> linked libraries instead.
> 
> Nothing I have tried has worked as measured by executing
> the command "ldd R.binary" to see whether it references
> the shared libraries or not.
> 

I think you want the flag -Bstatic if you're linking with Sun
compiler/linker or -static if you're linking with gnu tools.


Thomas Lumley
Assistant Professor, Biostatistics
University of Washington, Seattle


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