[Rd] R 2.1.1 slated for June 20
Marc Schwartz
MSchwartz at mn.rr.com
Wed Jun 15 00:16:27 CEST 2005
On Wed, 2005-06-15 at 00:01 +0200, Peter Dalgaard wrote:
> Marc Schwartz <MSchwartz at mn.rr.com> writes:
>
> > Prof. Ripley,
> >
> > If my read of the config.log is correct, it would appear that g77 was
> > used and not gfortran (which is installed):
> >
> > ...
> > C compiler: gcc -g -O2
> > C++ compiler: g++ -g -O2
> > Fortran compiler: g77 -g -O2
> > ...
>
> Mine was
>
>
> C compiler: gcc -g -O2
> C++ compiler: g++ -g -O2
> Fortran compiler: f95 -g -O2
>
> (and f95 is a link to gfortran)
Interesting. Did you do anything different on the ./configure line?
$ ls -l /usr/bin/f95
lrwxrwxrwx 1 root root 8 Jun 13 21:18 /usr/bin/f95 -> gfortran
I just tried it again (having installed some FC updates) and I still get
g77...
Marc
More information about the R-devel
mailing list