Installing R on alpha-dec OSF 4.0
Hi has anyone succeeded in installing R on DEC alpha OSF 4.0 with gcc/g77 ? The PLATFORMS file mentions successful installtion on OSF 3.2 using cc. Here is the output I get when trying to compile: ld -shared -o eda.so line.o smooth.o ld: Warning: Unresolved: floor ceil rsort __exc_add_pc_range_table __exc_add_gp_range __exc_remove_pc_range_table __exc_remove_gp_range make[4]: Leaving directory `/usr/users/susrod/stats/R-0.63.1/src/library/eda/src' make[3]: Leaving directory `/usr/users/susrod/stats/R-0.63.1/src/library/eda' make[3]: Entering directory `/usr/users/susrod/stats/R-0.63.1/src/library/modreg' make[4]: Entering directory `/usr/users/susrod/stats/R-0.63.1/src/library/modreg/src' g77 -O2 -fpic -c bsplvd.f -o bsplvd.o g77 -O2 -fpic -c bvalue.f -o bvalue.o g77 -O2 -fpic -c bvalus.f -o bvalus.o g77 -O2 -fpic -c dpbfa.f -o dpbfa.o g77 -O2 -fpic -c dpbsl.f -o dpbsl.o gcc -ieee_with_inexact -g -O2 -I../../../../include -c ksmooth.c -o ksmooth.o gcc -ieee_with_inexact -g -O2 -I../../../../include -c loessc.c -o loessc.o g77 -O2 -fpic -c loessf.f -o loessf.o g77 -O2 -fpic -c ppr.f -o ppr.o g77 -O2 -fpic -c qsbart.f -o qsbart.o g77 -O2 -fpic -c sbart.f -o sbart.o g77 -O2 -fpic -c sgram.f -o sgram.o g77 -O2 -fpic -c sinerp.f -o sinerp.o g77 -O2 -fpic -c sslvrg.f -o sslvrg.o g77 -O2 -fpic -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 loess f.o ppr.o qsbart.o sbart.o sgram.o sinerp.o sslvrg.o stxwx.o Make: Unknown flag argument w. Stop. make[4]: *** [modreg.so] Error 1 make[4]: Leaving directory `/usr/users/susrod/stats/R-0.63.1/src/library/modreg/src' make[3]: *** [all] Error 1 make[3]: Leaving directory `/usr/users/susrod/stats/R-0.63.1/src/library/modreg' make[2]: *** [R] Error 1 make[2]: Leaving directory `/usr/users/susrod/stats/R-0.63.1/src/library' make[1]: *** [R] Error 1 make[1]: Leaving directory `/usr/users/susrod/stats/R-0.63.1/src' make: *** [R] Error 1 There is a binary of R created, but when it results in a core dumped. Thanks for any help. Christian -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._