The patches were successful on this end.
Many thanks to Ei-ji.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Ei-ji Nakama
Sent: Tuesday, July 01, 2008 8:06 AM
To: Sheth, Jagat K
Cc: r-devel@r-project.org
Subject: Re: [Rd] AIX 5.3 --enable-R-shlib
Hi
Perhaps I think that there is a possibility that success of former link
was my hallucination...
Please try this patch if you like.
http://prs.ism.ac.jp/~nakama/AIX/aix_R-2.7.1_Rshlib_include_configure.patch
Some problems are left in gcc, but think that the make is possible.
If you want to ea
Using AIX 5.3 and gcc-4.2.1 for building R-2.7.1 with the following
configure flags
OBJECT_MODE=64
CC="gcc -maix64"
CXX="g++ -maix64"
F77="gfortran -maix64"
FC="gfortran -maix64"
CFLAGS="-g -O3"
CXXFLAGS="-g -O3"
FFLAGS="-g -O3"
FCFLAGS="-g -O3"
LDFLAGS="-L/$HOME/usr/local/lib/ppc64 -L/$HO