Skip to content
Prev 58968 / 398502 Next

R on 64-bit Linux machine

"Roger D. Peng" <rpeng at jhsph.edu> writes:
Nice to know about the Enterprise variants. FC2/3 and SUSE 9.1 are
known good too (did anyone check 9.2 yet?).
Actually, you can just go through configuration and add -fPIC to the
compiler flags. Then at the end, run

 ld --shared --whole-archive -o libatlas.so libatlas.a

etc. [If you don't accept architectural defaults (as you probably
shouldn't), the compile/optimize is going to take a while. I wouldn't
know how big the difference is, but -fPIC _will_ force code
differences.]