Skip to content
Prev 25998 / 398502 Next

compiling R under hp-ux 10.20

Luke> On Thu, 5 Dec 2002, [iso-2022-jp] $B>e86=(><(B
Luke> 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
    >> >

    Luke> This one appears to be due to a bug in cluster: the C
    Luke> code calls a fortran function `meet' as `meet_'.
    Luke> HP-UX fortran compilers do not append underscores; the
    Luke> C code should probably be changed to use F77_CALL or
    Luke> whatever the appropriate macro is to avoid this.

definitely;  mea culpa.  
I'll release a fixed cluster source (version 1.6-3) to CRAN  ASAP.

Martin

    Luke> -- Luke Tierney University of Iowa Phone: 319-335-3386
    Luke> Department of Statistics and Fax: 319-335-3017
    Luke> Actuarial Science 241 Schaeffer Hall email:
    Luke> luke at stat.uiowa.edu Iowa City, IA 52242 WWW:
    Luke> http://www.stat.uiowa.edu