[R] Calling rand_unif() from fortran

About this list Date view Thread view Subject view Author view Attachment view

From: Gregory R. Warnes (greg@warnes.net)
Date: Sun 15 Jul 2001 - 01:37:49 EST


Message-id: <3B50674D.C35C0904@warnes.net>


What is the necesary incantation to call rand_unif() from a fortran
routine?

Just inserting rand_unif() into the fortran code compiles OK, but won't
dyn.load():

> dyn.load("forest.so")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
        unable to load shared library "/home/warnes/R/forest/forest.so":
  /home/warnes/R/forest/forest.so: undefined symbol: unif_rand__

Do I have to write a bit of C code to "wrap" the call using F77_SUB?

-Greg
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._


About this list Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.3 : Wed 10 Mar 2004 - 08:18:19 EST