This is the wrong list: see the posting guide. As it is about compiled
code, R-help is quite inappropriate, and as it is Mac-specific, post to
R-sig-mac.
The issue appears to be that you did not follow the R-admin manual and
used the wrong Fortran compiler: gfortran-4.2.3 is documented for
Mountain Lion or earlier. But you did not say exactly what you did use ....
On 09/03/2015 17:47, White Sky wrote:> R 3.1.3 is available for installation via source-code.
> However ./configure terminates with
>
>
>
>
>
>
>
>
> checking for dummy main to link with Fortran 77 libraries... none
> checking for Fortran 77 name-mangling scheme... unknown
> configure: WARNING: unknown Fortran name-mangling scheme
> checking whether gfortran appends underscores to external names... unknown
> configure: error: cannot use Fortran
> Mac OSX 10.9.5 gfortran-4.2.3 (64bit)
> Underscores are appended to external names by default but this doesn't
seem to be recognised.
> I have a feeling the problem might in the configure* file## DANGER! We
really needs the results of _AC_F77_NAME_MANGLING as## stored in the cache var
ac_cv_f77_mangling which is not documented
>
>
>
>
>
>
>
>
>
> ## and hence may change ...
> and then
> { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${F77}
appends underscores to external names" >&5$as_echo_n "checking
whether ${F77} appends underscores to external names... " >&6; }
>
>
>
>
>
>
>
>
>
> if ${r_cv_prog_f77_append_underscore+:} false; then :
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Emeritus Professor of Applied Statistics, University of Oxford
1 South Parks Road, Oxford OX1 3TG, UK