sunadmin@statistik.uni-dortmund.de
1999-Nov-16 14:21 UTC
Installation of package fails (PR#328)
Full_Name: Thomas Langhans Version: 0.65 OS: Solaris 7 Submission from: (NULL) (129.217.131.31) I tried to install the package "leap" on our Sun Enterprise 400 running Solaris 7, but it fails: cause the g77 doesn't compiles the fortran-sources properly, I translated them with f2c to c-source. Running R INSTALL produces the following message: Installing package `leaps' ... libs gcc -g -O2 -fPIC -I/sw/sun4_55/R-0.65.0/lib/R/include -c leaps.c -o leaps.o gcc -g -O2 -fPIC -I/sw/sun4_55/R-0.65.0/lib/R/include -c leapshdr.c -o leapshdr.o ld -G -o /sw/sun4_55/R-0.65.0/lib/R/library/leaps/libs/leaps.so leaps.o leapshdr.o -lF77 -lI77 R help >>> Building/Updating help pages for package `leaps' Formats: text html latex example DONE (leaps) DONE (INSTALL) So anything seems to be fine. But any time I load the library, R raises an error:> library(leaps)Error in dyn.load(file) : unable to load shared library "/sw/sun4_55/R-0.65.0/lib/R/library/leaps/libs/leaps.so": ld.so.1: /sw/sun4_55/R-0.65.0/lib/R/bin/R.binary: fatal: relocation error: file /sw/sun4_55/R-0.65.0/lib/R/library/leaps/libs/leaps.so: symbol sig_die: referenced symbol not found The same error do I get when I install the package "ppr". Other packages work fine. I hope somebody can help me, cause these librarys are very important for a running project at our departement. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel 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-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> From: sunadmin@statistik.uni-dortmund.de > Date: Tue, 16 Nov 1999 15:21:35 +0100 (MET) > To: r-devel@stat.math.ethz.ch > Subject: Installation of package fails (PR#328) > CC: R-bugs@biostat.ku.dk > X-Loop: R-bugs@biostat.ku.dk > > Full_Name: Thomas Langhans > Version: 0.65 > OS: Solaris 7 > Submission from: (NULL) (129.217.131.31) > > > I tried to install the package "leap" on our Sun Enterprise 400 runningSolaris> 7, > but it fails: cause the g77 doesn't compiles the fortran-sources properly,What is the error message? They work for me.> I translated them with f2c to c-source. > Running R INSTALL produces the following message: > Installing package `leaps' ... > libs > gcc -g -O2 -fPIC -I/sw/sun4_55/R-0.65.0/lib/R/include -c leaps.c -o leaps.o > gcc -g -O2 -fPIC -I/sw/sun4_55/R-0.65.0/lib/R/include -c leapshdr.c -o > leapshdr.o > ld -G -o /sw/sun4_55/R-0.65.0/lib/R/library/leaps/libs/leaps.so leaps.o > leapshdr.o -lF77 -lI77Are those the libraries for g77? They look like those for f77 to me. Do you have the current version (2.0) of leaps? Does by any chance leaps/src/Makefile exist? If so try deleting it. AFAIK g77 on Solaris should have -lg2c -lm in FLIBS: that is what my installation (gcc-2.95 on Solaris 2.6) gives. If you use f2c, you need -lf2c -lm.> The same error do I get when I install the package "ppr". Other packages work > fine.Um. That is obselete, and its code is in package modreg, which must have been installed at the original build. So that suggests your setup is OK, but that a Makefile is wrong. If you really get stuck I can let you have a pre-compiled version for leaps. -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel 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-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._