[R] Hack for making old R binaries work after glibc upgrade

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Thu Jul 8 21:18:34 CEST 1999


Perhaps a bit of a moot point since Martyn now does 6.0 RPM's, but I
thought someone might have a use for it, now that I've stumbled across
it...

$ cat > dummy.c
__setfpucw(){}
$ gcc -shared -o dummy.so dummy.c
$ LD_PRELOAD=$PWD/dummy.so R

R : Copyright 1999, The R Development Core Team
Version 0.64.2  (July 3, 1999)

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