packages with FORTRAN code
Peter Dalgaard BSA
p.dalgaard@biostat.ku.dk
09 Jun 1999 20:00:14 +0200
Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> writes:
> > Currently with 0.64.1 in Solaris I'm getting "g77: unrecognized option
> > `-PIC'" but things seem to work ok. I'm not specifying PIC so I think
> > that it is being mistakenly added by R INSTALL.
>
> Very strange. The configure script has for solaris
>
> if ${f77_is_g77}; then
> FPICFLAGS=-fPIC
> else
> FPICFLAGS=-PIC
> fi
>
> so maybe your g77 is not recognized as such. What does
>
> g77 -v 2>&1
>
> give?
This is happening on the Auckland machine too, so...
(Methinks you misspelled egrep in:
f77_output=`${F77} -v 2>&1 | grep "GNU F77\|egcs\|g77"`
which, incidentally looks better as 'GNU F77|egcs|g77')
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._