[R] Compiling on IBM AIX. The package 'cluster' causes trouble...

Thomas Lumley tlumley at u.washington.edu
Wed Dec 25 16:58:02 CET 2002


On Wed, 25 Dec 2002, Laurent Gautier wrote:

> Hi (and Merry Christmas),
>
> I am trying to compile R on an AIX IBM machine using
> the native C and FORTRAN compilers... and everything
> goes smoothly (congratulations for the configure and
> make files, this is very nice)... until the pacakge
> 'cluster' (see dump below)....
>

In cluster.h and clara.c the Fortran function meet() is coded as meet_()
and the AIX compilers don't append an underscore.  You could remove the
underscore or even better use F77_CALL(meet)

	-thomas




More information about the R-help mailing list