B.Rowlingson@lancaster.ac.uk
2000-Dec-15 18:12 UTC
[Rd] R on Redhat 7 / glibc problem (PR#768)
Full_Name: Barry Rowlingson Version: 1.2.0 OS: Redhat 7.0/i386 Submission from: (NULL) (148.88.0.11) Compiling R 1.2.0 from source on a RH7.0 machine I get: ../unix/libunix.a(sys-unix.o): In function `R_getProcTime': /root/R-1.2.0/src/unix/sys-unix.c:153: undefined reference to `__sysconf' /root/R-1.2.0/src/unix/sys-unix.c:154: undefined reference to `__sysconf' - it installed fine on another RH7.0 machine earlier, so I check the glibc version, and sure enough, this one hasn't been updated. It was glibc-2.1.92-14 upgrading to: glibc-2.2-5 using the Redhat 'up2date' utility, has fixed it. Baz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
B.Rowlingson@lancaster.ac.uk writes:> Full_Name: Barry Rowlingson > Version: 1.2.0 > OS: Redhat 7.0/i386 > Submission from: (NULL) (148.88.0.11) > > > > Compiling R 1.2.0 from source on a RH7.0 machine I get: > > ../unix/libunix.a(sys-unix.o): In function `R_getProcTime': > /root/R-1.2.0/src/unix/sys-unix.c:153: undefined reference to `__sysconf' > /root/R-1.2.0/src/unix/sys-unix.c:154: undefined reference to `__sysconf' > > - it installed fine on another RH7.0 machine earlier, so I check the > glibc version, and sure enough, this one hasn't been updated. It was > > glibc-2.1.92-14 > > upgrading to: > > glibc-2.2-5 > > using the Redhat 'up2date' utility, has fixed it. > > Baz >Be careful!! Stock RH7.0 is unsupported because of the compiler situation. You should get gcc-2.96-65 or later from the Rawhide distribution or you will build an R that doesn't pass the regression tests, and has at least one serious bug in random number generation. -- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._