Re: [R] How to install R-2.8.1 on AIX

2009-03-14 Thread Darin A. England
Search the R mailing list archive for other reports of success on AIX. I compiled a 64-bit version of R-2.8.0 successfully with the following options: export OBJECT_MODE=64 export CC="xlc_r -q64" export CFLAGS="-O -qstrict" export CXX="xlC_r -q64" export CXXFLAGS="-O -qstrict" export F77="xlf_r -q

[R] How to install R-2.8.1 on AIX

2009-03-12 Thread 王峰
Hi: I can't install the R-2.8.1 on the machine IBM AIX according the instruction configuratioin(OBJECT_MODE=64). I can successfully ./configure ***, and get a Makefile. But during compiling the source code, there is some problem I can't fix it. Please tell me some tips about "how to inst