search for: mestivi

Displaying 2 results from an estimated 2 matches for "mestivi".

Did you mean: mestiv
1999 Sep 14
1
dyn.load
...ol.C("myfct")) [1] TRUE > is.loaded(symbol.C("otherfct")) [1] TRUE > .C("myfct",x,y) /usr/local/lib/R/bin/R.binary: error in loading shared libraries /home/mestiv/R/testR/myfct.so: undefined symbol: otherfct What is my error ? Thank you for your help, sincerely Mestivier Denis -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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-reques...
2000 Apr 15
2
unresolved symbols in dynamically linked code
I'm probably misunderstanding something in "Writing R Extensions" version 1.0.0. In the chapter on the R API, section 4.7, it is stated that the functions listed in R_ext/Linpack.h are available to users' Fortran code. I am developing a developing a library of ode solvers, based on lsoda and ddassl, and which in turn call some routines from linpack and double precision blas. I