R on AIX

Friedrich Leisch Friedrich.Leisch@ci.tuwien.ac.at
Thu, 22 Apr 1999 16:21:00 +0200 (CEST)


>>>>> On Thu, 22 Apr 1999 15:26:01 +0200 (DFT),
>>>>> Arne Kovac (AK) wrote:

AK> We have R running on AIX (several OS versions between 4.1 and 4.3) and we
AK> are able to load code dynamically. Our solution was essentially developed
AK> by Heiner Schwarte. We use a different version of dynload.c and the linker
AK> is called like this:

AK>   $(F77) -o module.so  \   
AK>            -bM:SRE -bE:module.exp -bnoentry  $(OBJECTS)  $(LIBDIR) $(LIBS)

AK> where module.exp contains all symbols that have to be exported.

Have you got modified Makefiles to automate this procedure, i.e.,
create the export file and which libs to include?

What's your `different version of dynload.c'?

.f
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._