[BioC] Fwd: help for cluster

Diego Diez Ruiz ddiez at iib.uam.es
Wed Mar 2 15:06:49 CET 2005


Hi,

On Wed, 2 Mar 2005, Alberto Goldoni wrote:

> 
> when i'm trying to install package cluster under linux debian i obtain the
> follow message
> 
> ASUS:/home/alberto# R CMD INSTALL cluster_1.9.7.tar.gz
> * Installing *source* package 'cluster' ...
> ** libs
> gcc -I/usr/lib/R/include     -fPIC  -g -O2 -c clara.c -o clara.o
> g77   -fPIC  -g -O2 -c daisy.f -o daisy.o
> make: g77: Command not found

It cannot find g77 (gnu fortran 77) compiler so you have to install it.
Under debian, as root type apt-get install g77

HTH

D

> make: *** [daisy.o] Error 127
> ERROR: compilation failed for package 'cluster'
> ** Removing '/usr/local/lib/R/site-library/cluster'
> ** Restoring previous '/usr/local/lib/R/site-library/cluster'
> 
> what's wrong????-------------------------------------------------------
> 
>



More information about the Bioconductor mailing list