Displaying 2 results from an estimated 2 matches for "j36".
Did you mean:
36
2003 Dec 08
0
Re: Compiling R in 64-bit mode on AIX
...quot;-Wl,-brtl" \
SHLIB_LDFLAGS="-Wl,-G" \
F77="xlf" \
./configure \
--without-x \
--without-blas
OBJECT_MODE=64 gmake
After this I tested with "gmake check" and found no errors.
I have just retried the above on the following setup.
h/w p690+ 1.7GHz
[tstposp at j36 R]$ oslevel -r
5200-02
[tstposp at j36 R]$ lslpp -l | grep vac.C
vac.C 6.0.0.5 APPLIED C for AIX Compiler
vac.C.readme.ibm 6.0.0.1 COMMITTED C for AIX iFOR/LS Information
vac.C 6.0.0.5 APPLIED C for AIX Compiler
[tstposp at j36 R]$...
2005 May 11
5
Implementing R on IBM p690 cluster Jump
...Additional capabilities: PNG, JPEG, MBCS, NLS
Options enabled: R profiling
Recommended packages: yes
configure: WARNING: you cannot build info or html versions of the R manuals
configure: WARNING: I could not determine a browser
--------------
After make we get
ufzaloe@j36.!:
ufzaloe@j36.!: make
...
gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall
-Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo
devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 -ljpeg -lpng -lz
ld: 0711-317 ERROR: Undefined symbol: .log10
ld: 0711-317 ERR...