Hi R users,
 
I want to build R-2.8.1 on AIX5.3, but I got following error message:
 
Error in dyn.load(file, DLLpath = DLLpath, ...) : 
  unable to load shared library 
'/rnd/homes/jixu/tmp/R-2.8.1/library/stats/libs/stats.so':
  rtld: 0712-001 Symbol d1mach was referenced
      from module /rnd/homes/jixu/tmp/R-2.8.1/library/stats/libs/stats.so(), 
but a runtime definition
            of the symbol was not found.
rtld: 0712-001 Symbol interv was referenced
      from module /rnd/homes/jixu/tmp/R-2.8.1/library/stats/libs/stats.so(), 
but a runtime definition
            of the symbol was not found.
rtld: 0712-002 fatal error: exiting.
Error: unable to load R code in package 'methods'
Execution halted
 
 
I found there is someone meet same problem when he build R-2.7.0 by searching 
r-help, and he used a patch to resolve this issue. The patch¡¯s location is 
http://prs.ism.ac.jp/~nakama/AIX/changefiles. But I can not find a patch 
R-2.8.1 in this path.
 
So I want to know what I can do if I want 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
 
Thanks
Jin
_________________________________________________________________
[[elided Hotmail spam]]

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to