leifj@matematik.su.se
1999-May-14 10:30 UTC
R 0.64 and -release fails to build on DU4.0 (PR#196)
OS: Digital Unix 4.0E Compiler: vanilla f77 and cc. Build error: f77 -o ../../bin/R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o debug.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o envir.o errors.o eval.o format.o fourier.o gram.o gram-ex.o graphics.o iosupport.o list.o logic.o main.o match.o memory.o model.o names.o objects.o optimize.o options.o par.o paste.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o random.o relop.o saveload.o scan.o seq.o sort.o source.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o version.o ../unix/libunix.a ../appl/libappl.a ../nmath/libmath.a -lSM -lICE -L/usr/local/X11R6.3/lib -lX11 -ldnet_stub -lz -ltermcap -lm ld: ../unix/libunix.a(system.o): main: multiply defined fort: Severe: Failed while trying to link. make[2]: *** [../../bin/R.binary] Error 1 make[2]: Leaving directory `/usr/local/src/R-release/src/main' make[1]: *** [R] Error 1 make[1]: Leaving directory `/usr/local/src/R-release/src' make: *** [R] Error 1 Please advise. I tried using egcs 1.1.2 to build R at first but then R dies with a floating point exception. Best R. Leif Johansson Phone: +46 8 164541 Department of Mathematics Fax : +46 8 6126717 Stockholm University email: leifj@matematik.su.se <This space is left blank for quotational and disclamatory purposes.> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Peter Dalgaard BSA
1999-May-14 10:40 UTC
R 0.64 and -release fails to build on DU4.0 (PR#196)
leifj@matematik.su.se writes:> OS: Digital Unix 4.0E > Compiler: vanilla f77 and cc. > > Build error: > > f77 -o ../../bin/R.binary arithmetic.o array.o attrib.o bind.o builtin.o...> ld: > ../unix/libunix.a(system.o): main: multiply defined^^^^^^^^^^^^^^^^^^^^^^^> > Please advise. I tried using egcs 1.1.2 to build R at first but then > R dies with a floating point exception.Hmmm. This looks like f77 is trying to supply its own main() routine. Try changing LDCMD (in Makeconf) to cc. -- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._