[R] Compiling R

Thomas Lumley thomas at biostat.washington.edu
Sun Feb 14 22:31:18 CET 1999


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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list