pow_ii

Thomas Lumley thomas@biostat.washington.edu
Wed, 7 Jan 1998 09:13:38 -0800 (PST)


On Tue, 6 Jan 1998, Paul Gilbert wrote:

> I was hoping
> fatal: relocation error: symbol not found: pow_ii: referenced in .../dsefor.so
> would disappear in R 0.6x, but it has not. I believe this is suppose to come
> from the f2c lib, but I seem to need just a couple of routines:
> nm -u dsefor.so
> Undefined symbols from dsefor.so:
>     .umul
>     pow_dd
>     pow_ii
>     pow_ri
> For my own purposes I could compile with fortran but that makes it much harder
> for others to use the library. Can anyone suggest a good strategy so that the
> whole library can be used easily?

Until something final happens with R and FORTRAN you could include those
routines from the f2c library in your package.  The integrate package
already does this with pow_ii

	-thomas

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