[R] Compiling R-0.63.? on DEC Alpha UNIX 4.0
Prof Brian Ripley
ripley at stats.ox.ac.uk
Wed Mar 10 16:48:53 CET 1999
> Date: Wed, 10 Mar 1999 14:07:44 GMT
> From: Dr X Cai <caix at isdugp.bham.ac.uk>
> To: r-help at stat.math.ethz.ch
> Subject: [R] Compiling R-0.63.? on DEC Alpha UNIX 4.0
>
>
>
> I tried to compile R-0.63.1 to R-0.63.3 on my DEC Alpha with the
> operating system of UNIX 4.0. All have the same problem after
> R.binary has been successfully compiled. The last few lines of the
> message are shown as below:
>
> ...
> make[4]: Entering directory `/home/ming/R-0.63.3/src/library/modreg/src'
> f77 -c bsplvd.f -o bsplvd.o
> f77 -c bvalue.f -o bvalue.o
> f77 -c bvalus.f -o bvalus.o
> f77 -c dpbfa.f -o dpbfa.o
> f77 -c dpbsl.f -o dpbsl.o
> cc -ieee_with_inexact -g -I../../../../include -c ksmooth.c -o ksmooth.o
> cc -ieee_with_inexact -g -I../../../../include -c loessc.c -o loessc.o
> f77 -c loessf.f -o loessf.o
> f77 -c ppr.f -o ppr.o
> f77 -c qsbart.f -o qsbart.o
> f77 -c sbart.f -o sbart.o
> fort: Info: sbart.f, line 164: No path to this statement
> 23012 continue
> ^
> f77 -c sgram.f -o sgram.o
> f77 -c sinerp.f -o sinerp.o
> f77 -c sslvrg.f -o sslvrg.o
> f77 -c stxwx.f -o stxwx.o
> ../../../../bin/R SHLIB -o modreg.so bsplvd.o bvalue.o bvalus.o dpbfa.o
dpbsl.o ksmooth.o loessc.o loessf.o ppr.o qsbart.o sbart.o sgram.o sinerp.o
sslvrg.o stxwx.o
> Make: Unknown flag argument w. Stop.
This occurs if you are using GNU make not under that name: it calls
make -w and the other make does not know about -w. (It heppens
to me on Solaris.) The fix is to MAKE=gmake in config.site and re-configure,
or as an environment variable, where gmake is whatever than GNU make is called.
I hope this is the right diagnosis!
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272860 (secr)
Oxford OX1 3TG, UK Fax: +44 1865 272595
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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