From: Luke Tierney (luke@stat.uiowa.edu)
Date: Thu 05 Dec 2002 - 11:09:27 EST
Message-id: <Pine.LNX.4.44.0212041804550.19566-100000@itasca.stat.uiowa.edu>
On Thu, 5 Dec 2002, [iso-2022-jp] $B>e86=(><(B wrote:
> 2. Unable to load the library cluster:
> > library(cluster)
> Loading required package: mva
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
> unable to load shared library "/usr/local/lib/R/library/cluster/libs/cluster.sl":
> can't open /usr/local/lib/R/library/cluster/libs/cluster.sl
> Error in library(cluster) : .First.lib failed
> >
This one appears to be due to a bug in cluster: the C code calls a
fortran function `meet' as `meet_'. HP-UX fortran compilers do not
append underscores; the C code should probably be changed to use
F77_CALL or whatever the appropriate macro is to avoid this.
luke
-- Luke Tierney University of Iowa Phone: 319-335-3386 Department of Statistics and Fax: 319-335-3017 Actuarial Science 241 Schaeffer Hall email: luke@stat.uiowa.edu Iowa City, IA 52242 WWW: http://www.stat.uiowa.edu______________________________________________ R-help@stat.math.ethz.ch mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help
This archive was generated by hypermail 2.1.3 : Tue 01 Jun 2004 - 09:31:48 EST