[R] Install problems.

Thomas Lumley thomas at biostat.washington.edu
Sun Nov 29 22:24:53 CET 1998


On Sun, 29 Nov 1998, Kjetil Halvorsen wrote:

> I have my own install problems. Trying to make R-0.63 on a brand
> new linux (red hat 5.0) installation, logged in as root. 
> 
> Everything seems to work as it should, configure, make, so on
> runs without any error messages. BUT: No binary is made. I am
> following the instructions in the INSTALL file. 

Are you sure that make did not report any error messages? Unfortunately in
R0.63 make does not stop on errors, so it is easy to miss an error message
as it scrolls past.  Using a Red Hat 5.0 installation with fort77 as the
Fortran compiler there is a problem with the configuration: the
linker is set up as
	fort77 -export-dynamic
but fort77 doesn't recognise this flag.  If the -export-dynamic flag is
removed from Makeconf (and possibly etc/Makeconf) then I can compile.

	-thomas



Thomas Lumley
Assistant Professor, Biostatistics
University of Washington, Seattle

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