Skip to content
Prev 118810 / 398498 Next

R-2.5.0 compilation problem on Linux powerpc

Is this ppc32 or ppc64?  (What does uname -a say?)

If the former, you might need to set CPICFLAGS and FPICFLAGS to -fPIC 
(rather than -fpic): please look these up in the R-admin.html file (which 
INSTALL points you to).

For ppc64 configure should have found -fPIC.
On Mon, 25 Jun 2007, Vivek Menon wrote: