octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FC vs. F77 in Makefiles


From: Daniel J Sebald
Subject: Re: FC vs. F77 in Makefiles
Date: Sun, 23 Nov 2014 20:34:42 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 11/23/2014 08:24 PM, Rik wrote:
All,

I'm cleaning up configure.ac a bit and I came across this:

FC=$F77
AC_SUBST(FC)

which makes FC an alias for F77 in Makefiles.  However, all of the Makefile
rules I see use $F77.  Is there something I'm missing or can we delete this
as cruft?

Not sure. My only guess would be maybe autoconf wants FC to be defined. According to this:

http://www.hep.by/gnu/autoconf/Fortran-Compiler.html

FC can be Fortran 77, 90 or 95. But also the way to make the definition seems slightly different than saying FC=$F77. Perhaps the documentation at the above link makes more sense to you since you are working on the make files right now.

Dan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]