> Vinh Nguyen
> on Fri, 9 Oct 2015 06:35:01 -0700 writes:
> On Oct 8, 2015 11:36 PM, "Martin Maechler"
> wrote:
>>
>> > Vinh Nguyen > on Thu, 8
>> Oct 2015 20:21:32 -0700 writes:
>>
>> > Ahh, sorry for not googling the error message. Found >
On Oct 8, 2015 11:36 PM, "Martin Maechler"
wrote:
>
> > Vinh Nguyen
> > on Thu, 8 Oct 2015 20:21:32 -0700 writes:
>
> > Ahh, sorry for not googling the error message. Found
> > [this](
http://r.789695.n4.nabble.com/Error-compiling-R-2-10-1-on-AIX-td1017862.html
)
> > post
> Vinh Nguyen
> on Thu, 8 Oct 2015 20:21:32 -0700 writes:
> Ahh, sorry for not googling the error message. Found
>
[this](http://r.789695.n4.nabble.com/Error-compiling-R-2-10-1-on-AIX-td1017862.html)
> post that suggests modifying /src/extra/tre/tre-internal.h
>
(ht
Ahh, sorry for not googling the error message. Found
[this](http://r.789695.n4.nabble.com/Error-compiling-R-2-10-1-on-AIX-td1017862.html)
post that suggests modifying /src/extra/tre/tre-internal.h
(https://r-forge.r-project.org/scm/viewvc.php/patches/aix_R210_tre.patch?view=markup&root=aix)
for AI
One other note: I'm also using the latest src/main/dcf.c that was
giving an issue on AIX previously; see
[this](https://stat.ethz.ch/pipermail/r-devel/2015-September/071781.html)
thread.
Thanks.
On Thu, Oct 8, 2015 at 6:51 PM, Vinh Nguyen wrote:
> Please note that if I don't specify those variab
Please note that if I don't specify those variables, then R 32 bit
compiles fine. Thanks.
-- Vinh
On Thu, Oct 8, 2015 at 6:50 PM, Vinh Nguyen wrote:
> Dear list,
>
> I'm following the instructions provided here to compile R 64 bit on
> AIX 6.1. I did
>
> export OBJECT_MODE=64
> export CC="gcc
Dear list,
I'm following the instructions provided here to compile R 64 bit on
AIX 6.1. I did
export OBJECT_MODE=64
export CC="gcc -maix64 -pthread"
export CXX="g++ -maix64 -pthread"
export FC="gfortran -maix64 -pthread"
export F77="gfortran -maix64 -pthread"
export CFLAGS="-O2 -g -mcpu=power6"