search for: 071781

Displaying 3 results from an estimated 3 matches for "071781".

Did you mean: 371781
2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
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 <vinhdizzo at gmail.com> wrote: > Please note that if I don't specify those variables, then R 32 bit > compiles fine. Thanks. > > -- Vinh
2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
...On Thu, Oct 8, 2015 at 7:22 PM, Vinh Nguyen > <vinhdizzo at gmail.com> wrote: >> 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 >> <vinhdizzo at gmail.com> wrote: >>> Please note that if I don't specify those variables, >>> then R 32 bit compiles f...
2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
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" export FFLAGS="-O2 -g -mcpu=power6"