R on AIX
Arne Kovac
Arne.Kovac@uni-essen.de
Thu, 22 Apr 1999 15:26:01 +0200 (DFT)
We have R running on AIX (several OS versions between 4.1 and 4.3) and we
are able to load code dynamically. Our solution was essentially developed
by Heiner Schwarte. We use a different version of dynload.c and the linker
is called like this:
$(F77) -o module.so \
-bM:SRE -bE:module.exp -bnoentry $(OBJECTS) $(LIBDIR) $(LIBS)
where module.exp contains all symbols that have to be exported.
Arne
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._