[R] compiling R under hp-ux 10.20

Luke Tierney luke at stat.uiowa.edu
Thu Dec 5 01:12:03 CET 2002


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 at stat.uiowa.edu
Iowa City, IA 52242                 WWW:  http://www.stat.uiowa.edu




More information about the R-help mailing list