p.dalgaard@biostat.ku.dk
2000-Mar-01 19:27 UTC
[Rd] Re: [R] Re: R-1.0.0 is released (PR#467)
bhoel@server.python.net (Berthold Höllmann) writes:> Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes: > > > I've rolled up R-1.0.0.tgz a short while ago. > > > I've build R-1.0.0 on my > > >uname -a > Linux pchoel 2.2.14 #3 Mit Jan 5 08:57:39 MET 2000 i686 unknown > > box. Calling "make check" fails with....> > all(tx == tx0) > Error in all(tx == tx0) : dim<- length of dims do not match the length of object > Execution halted > > Don't shure what I should think about it. > > my compiler is: > > >gcc --version > 2.95.2 > > R is compiled using the > > "-fPIC -O3 -fstrict-aliasing -ffast-math -funroll-loops -mpentiumpro -march=pentiumpro -fschedule-insns2" > > compiler switches. I used > > ./configure --with-g77 --enable-blas_risc --enable-readline --with-x > > for configuring.That's a pretty heavy set of optimization options you're using there! Basically, there are two possibilities: 1) You've triggered a compiler bug 2) You've triggered a bug in R In either case, you'll have to dig deeper and see if you can catch the exact spot where things go wrong. You might start R with the debugger, run the base-Ex.R with it while having a breakpoint set at the error message you are getting. But before that try running the example that triggers the bug by itself and see if the bug is still tickled. -- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
p.dalgaard@biostat.ku.dk writes: ...and notice that it is a very bad idea to mail to both r-help and r-bugs. Anyone who answers the one on r-help without resetting the Cc's will generate a new PR# , like I just did! -- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._