[Rd] acepack, akima and tripack will not load (PR#533)
Prof Brian D Ripley
ripley@stats.ox.ac.uk
Thu, 4 May 2000 18:40:42 +0100 (BST)
On Thu, 4 May 2000 mallen@tntech.edu wrote:
> Full_Name: Michael R. Allen
> Version: 1.01
> OS: linux redhat
> Submission from: (NULL) (149.149.32.46)
>
>
> Hello,
>
> Thought you might be interested. I tried to load the package tripack
> needed by the sgeostat package. After some careful searching, three packages
> were
> found which had the same error. Here is the output.
> Mike
>
> > library(acepack) Error in dyn.load(x, as.logical(local),
> as.logical(now)) :
> unable to load shared library
> "/usr/lib/R/library/acepack/libs/acepack.so":
> /usr/lib/R/library/acepack/libs/acepack.so: undefined symbol: e_wsfe
> >library(tripack) Error in dyn.load(x, as.logical(local), as.logical(now))
> :
> unable to load shared library
> "/usr/lib/R/library/tripack/libs/tripack.so":
> /usr/lib/R/library/tripack/libs/tripack.so: undefined symbol: e_wsfe
> >library(akima) Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable to load shared library
> "/usr/lib/R/library/akima/libs/akima.so":
> /usr/lib/R/library/akima/libs/akima.so: undefined symbol: e_wsfe
That's a symbol from the Fortran I/O code. There is no problem on RH6.0
on R 1.0.1, where the symbol is resolved from libg2c.a.
(1) Does FLIBS in etc/Makeconf include -lg2c?
(2) If so, do those packages have Makefiles in src? If so delete them
and reinstall. (The latest version of akima does not, but earlier versions
did.)
(3) Does lg2c include e_wsfe? (nm -g on it). Is it finding the right
libg2c.a?
(4) I get nm -g ..../akima.so giving
00013c5c T e_wsfe
and so I think it should be resolved in the *.so.
Which version of RedHat? I suspect a RedHat inconsistency here, and other
people have reported that upgrading to the gcc-2.95.2 compiler set
solved the problem. But it might just be old package versions.
--
Brian D. Ripley, ripley@stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272860 (secr)
Oxford OX1 3TG, UK Fax: +44 1865 272595
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._