search for: xlf_r

Displaying 19 results from an estimated 19 matches for "xlf_r".

Did you mean: xlc_r
2010 Jan 19
1
Error compiling R 2.10.1 on AIX
...cal/bin:/opt/freeware/bin:$PATH export OBJECT_MODE=64 export LIBICONV=/opt/freeware export CC="xlc_r -q64" export CFLAGS="-O -qstrict" export CXX="xlC_r -q64" export CXXFLAGS="-O -qstrict" export AR="ar -X64" export F77="xlf_r -q64" export CPPFLAGS="-I/afs/isis/pkg/libpng/include -I/usr/local/include -I$LIBICONV/include -I/usr/lpp/X11/include/X11" export LDFLAGS="-L/usr/local/lib -L$LIBICONV/lib -L/usr/lib -L/usr/X11R6/lib" export CAIRO_CFLAGS="-I/opt/freeware/include/cairo -I/opt/f...
2006 Jun 02
1
Installation R-2.3.1 on IBM AIX5.3 (PR#8931)
Full_Name: Karsten Tabelow Version: R-2.3.1 OS: AIX5.3 Submission from: (NULL) (62.141.176.2) Specification in config.site: CC=xlc_r CFLAGS='-O -qstrict' F77=xlf_r FFLAGS='-O -qstrict' SHLIB_LDFLAGS='-G' DYLIB_LDFLAGS='-G' LDFLAGS='-brtl' CXX=xlc++_r CXXFLAGS='-O -qstrict' Complilation error in src/main/printutils.c: "printutils.c", line 582.7: 1506-1352 (S) "va_start" may not appear in a function w...
2006 Feb 11
1
install.packages() failed
I use Mac. I installed R with the download from R-project, so R is in /usr/bin/R. My TclTk library is installed via fink (although I don't remember I intentionally installed it) so libtk8.4.dylib is in /sw/lib. I tried to install the HDF5 package from within R: >install.packages('hdf5') and it failed like this ------- Loading Tcl/Tk interface ... Error in dyn.load(x,
2008 Jul 17
2
AIX 5.3 --enable-R-shlib --with-x ---with-iconv make error with R-2.7.0 and R-2.7.1
...- My configuration is this: ---------------------------------------------------------- ./configure \ CC="xlc_r -q64" \ CFLAGS="-O -qstrict" \ CXX="xlC_r -q64" \ CXXFLAGS="-O -qstrict" \ F77="xlf_r -q64" \ AR="ar -X64" \ CPPFLAGS="-I/my_libiconv_dir/include -I/usr/lpp/X11/include/X11" \ LDFLAGS="-L/my_libiconv_dir/lib -L/usr/lib -L/usr/X11R6/lib -L/my_buildR_dir/R-2.7.0/lib" \ --prefix=/my_R_dir \ -...
2005 Apr 07
3
R-beta 2004-04-07 build failed on AIX
...failed at lazy-loading survival. I'd very much appreciate any pointer on what to try or look for next. 1. I set OBJECT_MODE to 64 for building 64-bit binary. 2. I edited config.site with the following: CC="xlc_r" CFLAGS="-O -qmaxmem=-1 -qarch=auto -qtune=auto" F77="xlf_r" FFLAGS="-O -qmaxmem=-1 -qarch=auto -qtune=auto -qextname" SHLIB_LDFLAGS="-Wl,-G -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall" CXX="xlC_r" CXXFLAGS="-O -qmaxmem=-1 -qarch=auto -qtune=auto" SHLIB_CXXLDFLAGS="-qmkshrobj" 3. Ran con...
2015 Jun 03
0
Matrix loading hangs on AIX 5.3 with 3.1.2
...ckage: Matrix and then nothing. Left overnight even. My env vars look like this: export OBJECT_MODE=64 export LIBICONV=/opt/freeware export CC="xlc_r -q64" export CFLAGS="-O -qstrict" export CXX="xlC_r -q64" export CXXFLAGS="-O -qstrict" export F77="xlf_r -q64" export AR="ar -X64" export CPPFLAGS="-I$LIBICONV/include -I/usr/lpp/X11/include/X11" export LDFLAGS="-L$LIBICONV/lib -L/usr/lib -L/usr/X11R6/lib" xlc -qversion IBM XL C/C++ for AIX, V12.1 (5765-J02, 5725-C72) Version: 12.01.0000.0011 xlC -qversion IBM XL...
2003 Apr 12
0
Compiling R in 64-bit mode under AIX
Hi all, I am trying to compile R in 64-bit addressing mode under AIX 5.1. Currently, I am using the following. ./configure -without-x CC='xlC_r' F77='xlf_r' CXX='xlC_r' CFLAGS='-q64 -g -qfullpath' FFLAGS='-q64 -g -qfullpath' CXXFLAGS='-q64 -g -qfullpath' MAIN_LDFLAGS='-q64 -g -qfullpath' LDFLAGS='-q64' SHLIB_CXXLDFLAGS='-q64' SHLIB_LDFLAGS='-q64' AR='ar -X32_64' MAKE='g...
2010 Feb 03
0
Can't compile R 2.10.1 on AIX
...cal/bin:/opt/freeware/bin:$PATH export OBJECT_MODE=64 export LIBICONV=/opt/freeware export CC="xlc_r -q64" export CFLAGS="-O -qstrict" export CXX="xlC_r -q64" export CXXFLAGS="-O -qstrict" export AR="ar -X64" export F77="xlf_r -q64" export CPPFLAGS="-I/afs/isis/pkg/libpng/include -I/usr/local/include -I$LIBICONV/include -I/usr/lpp/X11/include/X11" export LDFLAGS="-L/usr/local/lib -L$LIBICONV/lib -L/usr/lib -L/usr/X11R6/lib" export CAIRO_CFLAGS="-I/opt/freeware/include/cairo -I/opt/f...
2006 Oct 24
0
problem compilation on AIX
I'm trying to install R-2.4.0 on AIX 5.2. But, I have an error message during the compilation. Can you help me please? I have used : export OBJECT_MODE=64 export CC=/usr/bin/xlc_r export F77=/usr/bin/xlf_r export CXX=/usr/bin/xlC_r export LDFLAGS='-brtl' export CFLAGS='-O2 -qstrict' export FFLAGS='-O2 -qstrict' export CXXFLAGS='-O2 -qstrict' ./configure --prefix =/home/..... --without-readline That's ok. But, when I made the command "make", I obtained :...
2009 Mar 12
1
How to install R-2.8.1 on AIX
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 install the R on my AIX. thankx very much. [[alternative HTML version deleted]]
2009 Oct 17
1
R292 on AIX53 using gcc
I apologize for cross posting this message in the R-help group as well. Having posted it there a couple of hours ago, I felt this may be a more appropriate forum for a question of this type. Hello -- I am unable to build R 2.9.2 on IBM PowerPC AIX5.3. I would appreciate any help in this matter. ===============details============================== Machine: IBM PowerPC_POWER5 / 4 proc, 1499
2009 Feb 19
2
Build R-2.8.1 on AIX5.3
...ant to build R-2.8.1 on AIX5.3 In addition I use IBM compiler with below parameter: OBJECT_MODE=64 LIBICONV=/where/libiconv/installed CC="xlc_r -q64" CFLAGS="-O -qstrict" CXX="xlC_r -q64" CXXFLAGS="-O -qstrict" F77="xlf_r -q64" AR="ar -X64" CPPFLAGS="-I$LIBICONV/include -I/usr/lpp/X11/include/X11" LDFLAGS="-L$LIBICONV/lib -L/usr/lib -L/usr/X11R6/lib" --prefix=/my_R_dir \ --enable-R-shlib \ --enable-BLAS-shlib \ --with-x \ --with-readline=no...
2010 Jan 25
1
Help on R-2.10.1 installation on AIX5.3
.../homes/tmp/R-2.10.1/src' make: *** [R] Error 1 I use IBM compiler with below parameter: OBJECT_MODE=64 LIBICONV=/where/libiconv/installed CC="xlc_r -q64" CFLAGS="-O -qstrict" CXX="xlC_r -q64" CXXFLAGS="-O -qstrict" F77="xlf_r -q64" AR="ar -X64" CPPFLAGS="-I$LIBICONV/include -I/usr/lpp/X11/include/X11" LDFLAGS="-L$LIBICONV/lib -L/usr/lib -L/usr/X11R6/lib" --prefix=/my_R_dir \ --enable-R-shlib \ --enable-BLAS-shlib \ --with-x \ --with-readline=no Actually...
2016 Jan 04
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...short" is defined. And, I consider it poor practice that there are som many cases of type cast switches between ushort and int. Michael On 04-Jan-16 01:26, Simon Urbanek wrote: > Michael, > > I'm using xlc + xlf - the exact flags are > > configure CC=xlc_r CXX=xlc++_r F77=xlf_r FC=xlf95_r LIBS='-L/opt/freeware/lib /opt/freeware/lib/libiconv.a -lpthread' --prefix=/opt/freeware CPPFLAGS=-I/opt/freeware/include > > with export OBJECT_MODE=64 in the env (and libiconv from perzl.org RPMs - iconv is a serious pain). > > I have changed the TRE typedef from &q...
2016 Jan 04
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
Michael, I'm using xlc + xlf - the exact flags are configure CC=xlc_r CXX=xlc++_r F77=xlf_r FC=xlf95_r LIBS='-L/opt/freeware/lib /opt/freeware/lib/libiconv.a -lpthread' --prefix=/opt/freeware CPPFLAGS=-I/opt/freeware/include with export OBJECT_MODE=64 in the env (and libiconv from perzl.org RPMs - iconv is a serious pain). I have changed the TRE typedef from "wint_t" t...
2004 May 03
3
R 1.9.0 on AIX, 64-bit
I'm trying to get R 1.9.0 running on AIX 5.1 with the standard AIX compilers (xlc, xlf) and it is failing 2 of the tests, test-Reg in reg-tests-1.R like this: bash-2.05b$ tail -30 reg-tests-1.Rout.fail [,1] [,2] [1,] 1 3 [2,] 2 4 [3,] 1 3 [4,] 2 4 > stopifnot(typeof(res) == "list") > ## were not implemented in 1.8.1 > > > ## Date objects with
2016 Jan 04
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...never actually used on AIX since it has wchar support so TRE is only using int. Cheers, Simon > Michael > > On 04-Jan-16 01:26, Simon Urbanek wrote: >> Michael, >> >> I'm using xlc + xlf - the exact flags are >> >> configure CC=xlc_r CXX=xlc++_r F77=xlf_r FC=xlf95_r LIBS='-L/opt/freeware/lib /opt/freeware/lib/libiconv.a -lpthread' --prefix=/opt/freeware CPPFLAGS=-I/opt/freeware/include >> >> with export OBJECT_MODE=64 in the env (and libiconv from perzl.org RPMs - iconv is a serious pain). >> >> I have changed the T...
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
On 2016-01-01 23:48, peter dalgaard wrote: > Nice catch you two!!! > > Happy New Year > -pd I am much happier with this great start! Simon - which compiler)s) did you use: xlc and xlfortran, or gcc/gfortran? I have made some changes to configure(.ac) so maybe my problems are self-inflicted. But would be good to know what environment you are using. Thanks for looking - and
2005 May 11
5
Implementing R on IBM p690 cluster Jump
Dear All, we're trying to implement R on the IBM p690 cluster "Jump" at the research centre in J?lich, Germany (c.f. http://www.fz-juelich.de/nic/Supercomputer/computer-e.html) using the most recent version of R (2.1.0) and precisly following the installation instructions. After ./configure we get the final message: ---------------- R is now configured for powerpc-ibm-aix5.2.0.0