R-2.1.1 on AIX 5.*
Hi,
my configure command line is : #>./configure --prefix=$HOME/local/R-2.1.1 CC=xlc_r CXX=xlC_r F77=xlf_r --without-x --without-readline OBJECT_MODE=64 LDFLAGS="-brtl" CFLAGS="-O
^^^^^^^^^^^^^^ It is 64bit at the time of configure.
then i compiled the source : #>make
It is 32bit at the time of make. # OBJECT_MODE=64 is not set by an environmental variable. -- EIJI Nakama