Displaying 3 results from an estimated 3 matches for "qtune".
Did you mean:
tune
2010 Dec 19
1
Unable to build R-2.10.0 and later releases on AIX 6.1
...GS="-I$LIBICONV/include -I/usr/lpp/X11/include/X11"
LDFLAGS="-L$LIBICONV/lib -L/usr/lib -L/usr/X11R6/lib"
CONFIG_SHELL=/usr/bin/bash
MAKE=/opt/freeware/bin/make
CC="xlc"
CXX="xlc++"
FC="xlf"
F77="xlf"
CFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstrict -ma"
FFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstrict"
FCFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstrict"
CXXFLAGS="-qarch=auto -qcache=auto -qtune=auto -O3 -qstrict"
export OBJECT_MODE LIBICONV CC CFLAGS CXX CXXFLAGS F77 CPPFLA...
2004 Jun 23
6
R 1.9.1 compilation error (on AIX 5.1)
> From: Prof Brian Ripley
>
> We do have alpha/beta test periods for new releases of R, so
> would anyone
> who did test AIX please confirm that they did succeed. (No
> one reported
> an error, including yourself: are any AIX users interested in helping
> having R available for AIX?) It is much better to have such reports
> during alpha test, or at least beta
2005 Apr 07
3
R-beta 2004-04-07 build failed on AIX
...ccess to, and it
seemed to 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="-...