Fwd: help for cluster
1
0
Entering edit mode
@alberto-goldoni-711
Last seen 9.7 years ago
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 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????------------------------------------------------------- -- --------------------------------------------------- Dr Alberto Goldoni Medical Genetics Unit S. Orsola-Malpighi Hospital Via Massarenti n.9, Pad 11 40100 Bologna, Italy Mobile Phone: +39-338-4145970 Fax: +39-051-636-4004 alberto.goldoni@eurogene.org www.eurogene.org www.lagem.it
Genetics Genetics • 779 views
ADD COMMENT
0
Entering edit mode
Diego Diez ▴ 760
@diego-diez-4520
Last seen 3.5 years ago
Japan
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????------------------------------------------------------- > >
ADD COMMENT

Login before adding your answer.

Traffic: 707 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6