I have tried to compile R-0.63.2 for Linux Red Hat 5.0. It seems to have worked well until the last step 'make install' I get the following messages make[2]: Entering directory `/home/moshe.segal/rhome/R-0.63.2/src/main' fort77 -export-dynamic -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 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 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/X11R6/lib -lX11 -lreadline -lz -ldl -lncurses -lm /usr/bin/fort77: Illegal option: -export-dynamic make[2]: *** [../../bin/R.binary] Error 255 make[2]: Leaving directory `/home/moshe.segal/rhome/R-0.63.2/src/main' make[1]: *** [R] Error 1 make[1]: Leaving directory `/home/moshe.segal/rhome/R-0.63.2/src' make: *** [R] Error 1 I'll appreciate any assistance. Moshe -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Sat, 13 Feb 1999, Moshe Segal wrote:> I have tried to compile R-0.63.2 for Linux Red Hat 5.0. > It seems to have worked well until the last step 'make install' > I get the following messages >If you use fort77 you need to remove the -export-dynamic flag. This can be done by uncommenting the LDFLAGS section of config.site and putting in only the other necessary flags (probably none) and reconfiguring. You can also edit the -export-dynamic out of the LDFLAGS line in Makeconf and etc/Makeconf instead of rerunning configure, but this isn't recommended. In many ways the best solution is to install the egcs compiler which includes gcc and g77. It is certainly in Red Hat 5.2, and may be in Red Hat 5.0. -thomas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._