[R] DEC alpha INSTALLATION R-0.62.4

Albrecht Gebhardt albrecht.gebhardt at uni-klu.ac.at
Fri Nov 6 19:51:00 CET 1998


On Fri, 6 Nov 1998, Jean-Marie WURTZ wrote:

> Hi,
> 
> Just downloaded the R-0.62.4 of R and tried to install it. With the
> standard procedure :
> 
> ./configure
> make
> 
> At the end of the compilation I got the following message :
> ld:
> ../lib/libunix.a(system.o): main: multiply defined
> fort: Severe: Failed while trying to link.
> *** Exit 1
> Stop.

You should use the following settings in your config.site file:

FC="f77"
FFLAGS="-g -fpe3"
SHLIBLDFLAGS='-shared -expect_unresolved "*"'
LDCMD="f77 -g -nofor_main -fpe3 "

Your problem (main: multiply defined) was caused by the missing
"-nofor_main" in LDCMD.



Albrecht

......................................................................
| Albrecht Gebhardt          Tel.: (++43 463) 2700/837               |
| Institut fuer Mathematik   Fax : (++43 463) 2700/834               |
| Universitaet Klagenfurt    mailto:albrecht.gebhardt at uni-klu.ac.at  |
| Villacher Str. 161         http://www-stat.uni-klu.ac.at/~agebhard |
| A-9020 Klagenfurt, Austria                                         |
`--------------------------------------------------------------------'

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