FORTRAN for TDL

Jason DeVita jdevita at umich.edu
Mon Jun 19 19:34:08 MDT 2006


On Mon, 19 Jun 2006, Joseph M Valerio wrote:
> I had asked about public domain FORTRAN for YDL, and someone told me
> that g77 is part of the installation.  I have done a search for g77 and
> did not find it.  I did a search for f77 and found it located in
> /usr/share/apps/kdevfilecreate/file-templates/f77.  I tried to run what
> I believed to be f77 and got a permission denied message.
>
> Where is g77 located?

Try the command "yum list gcc-g77" to see if g77 is installed.  If not, 
install it with "yum install gcc-g77" (as root).  Then it should be 
located at /usr/bin/g77.  You can verify this with "which g77".

One nitpicky detail: g77 is not public domain.  It is licensed under the 
GPL (http://www.gnu.org/copyleft/gpl.html).

-Jason


More information about the yellowdog-newbie mailing list