Hello -- after my previous post, I tried to compile R 2.9.2 using xlc. The
config.site changes are:
==================================
OBJECT_MODE=64
AR="ar -X64"
R_SHELL=/usr/bin/bash
CONFIG_SHELL=/usr/bin/bash
CC="xlc_r -q64"
CFLAGS="-O -qstrict"
CPPFLAGS="-I/usr/include -I/usr/local/include -I/opt/freeware/include
-I/usr/X11R6/include"
CXX="xlC_r -q64"
CXXFLAGS="-O -qstrict"
LDFLAGS="-L/opt/freeware/lib64 -L/opt/freeware/64/lib -L/opt/freeware/lib
-L/usr/local/lib -L/usr/lib"
F77="xlf_r -q64"
FFLAGS="-O -qstrict"
FC="xlf95 -q64"
FCFLAGS="-O -qstrict"
MAKE=/opt/freeware/bin/make
==================================
Error -->
mkdir ../../../../library/grDevices/libs
Warning in solve.default(rgb) :
unable to load shared library '/usr/local/R-2.9.2/modules//lapack.so':
rtld: 0712-001 Symbol idamax was referenced
from module /usr/local/R-2.9.2/lib/libRlapack.so(), but a runtime
definition
of the symbol was not found.
rtld: 0712-001 Symbol dger was referenced
from module /usr/local/R-2.9.2/lib/libRlapack.so(), but a runtime
definition
of the symbol was not found.
..................
Error in solve.default(rgb) : lapack routines cannot be loaded
Error: unable to load R code in package 'grDevices'
Execution halted
make: The error code from the last command is 1.
Thanks in advance. I would really appreciate any help.
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel