Software information: R Version 1.5.1 (2002-06-17) ESS 5.1.20 Emacs 21.1.1 Mozilla 1.0 Linux Mandrake 8.2 Colleagues I am having a little trouble installing packages. Having downloaded the gzipped tarball of a package, put it in a /tmp directory, and using this command: [root at localhost /]# R CMD INSTALL -l 'usr/lib/R/library/' '/home/smc/tmp/sgeostat_1.0-18.tar.gz' I received the following error: * Installing *source* package 'sgeostat' ... ** libs g77 -fPIC -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -fno-fast-math -fno-strength-reduce -c inplg.f -o inplg.o make: g77: Command not found make: *** [inplg.o] Error 127 ERROR: compilation failed for package 'sgeostat' [root at localhost /]# I got the same error without the -l option in R CMD. My installation of mandrake 8.2 was a simple upgrade from 8.1. Is there something else I need to install to get the make command to run correctly? Best fishes Sam -- Sam McClatchie & Elena Turin 16A Rangimarie Way Wadestown, Wellington New Zealand phone 64-04-499-3868, cellular 025 230 7927 FAX 64-4-460-0595 /\ ...>><xX(?> // \\ /// \\\ //// \\\\ /// <?)Xx><< ///// \\\\\\ ><(((?> >><(((?> ...>><xX(?>O<?)Xx><< -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Sam McClatchie <sam.and.elena at paradise.net.nz> writes:> g77 -fPIC -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro > -march=i586 -fno-fast-math -fno-strength-reduce -c inplg.f -o inplg.o > make: g77: Command not found> I got the same error without the -l option in R CMD. My installation > of mandrake 8.2 was a simple upgrade from 8.1. Is there something else > I need to install to get the make command to run correctly?g77 would seem an obious candidate... (probably in the package called gcc-g77 if it's like RedHat) -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Sun, Aug 04, 2002 at 09:52:34AM +1200, Sam McClatchie wrote:> * Installing *source* package 'sgeostat' ... > ** libs > g77 -fPIC -O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 > -fno-fast-math -fno-strength-reduce -c inplg.f -o inplg.o > make: g77: Command not found > make: *** [inplg.o] Error 127 > ERROR: compilation failed for package 'sgeostat' > [root at localhost /]#You're missing the Fortran component of gcc (The GNU Compiler Collection). You need to install the relevant RPM. I'm not sure what the package would be called on Mandrake. -Tim -- Tim Wilson | Visit Sibley online: | Check out: Henry Sibley HS | http://www.isd197.org | http://www.zope.com W. St. Paul, MN | | http://slashdot.org wilson at visi.com | <dtml-var pithy_quote> | http://linux.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._