packages with FORTRAN code
Peter Dalgaard BSA
p.dalgaard@biostat.ku.dk
10 Jun 1999 00:06:20 +0200
Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:
> It seems the old version of f77 that previously caused me problems is now gone,
> so I removed my link making f77 use g77, but the problem was not fixed. Also,
> changing grep to egrep on the lines:
>
> f77_output=`${F77} -v 2>&1 | grep "GNU F77\|egcs\|g77"`
>
> in configure and configure.in, as suggested by Peter, does not seem to have
> fixed it.
>
One doesn't want the \-s in there either: egrep "GNU F77|egcs|g77"
This does seem to work giving g77 -fPIC etc.
However, my checked-out sources at Auckland now tries to link .so's
with
ld -G .... -lg2c
and fails because libg2c.a is located way down in the gcc-libs.
--
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._