I try load ctest, and don't have sucess> library(ctest)Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/usr/local/lib/R/library/ctest/libs/ctest.so": /usr/local/lib/R/library/ctest/libs/ctest.so: undefined symbol: ÝfÔ What I must to do I will waiting your answer George Diniz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
george@cpqam.fiocruz.br writes:> I try load ctest, and don't have sucess > > > library(ctest) > Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to > load shared library "/usr/local/lib/R/library/ctest/libs/ctest.so": > /usr/local/lib/R/library/ctest/libs/ctest.so: undefined symbol: ÝfÔ > > What I must to do > > I will waiting your answerFirst of all tell us what system you are on. With that information, all we can say is that that is not what is supposed to happen... -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> To: george@cpqam.fiocruz.br > From: Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> > Date: 12 Jun 2000 13:53:14 +0200 > > george@cpqam.fiocruz.br writes: > > > I try load ctest, and don't have sucess > > > > > library(ctest) > > Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to > > load shared library "/usr/local/lib/R/library/ctest/libs/ctest.so": > > /usr/local/lib/R/library/ctest/libs/ctest.so: undefined symbol: ÝfÔ > > > > What I must to do > > > > I will waiting your answer > > First of all tell us what system you are on. With that information, > all we can say is that that is not what is supposed to happen...True, but we can tell you: This is Linux/Unix not Windows (and not HP either). That silly symbol name suggests that this is the Fortran bug in RH6.2 we have met before. If so, the solution is to compile with gcc-2.95.2. -- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._