Fortran compiler
Mehmet Erol Sanliturk
m.e.sanliturk at gmail.com
Fri Sep 11 22:51:08 UTC 2015
On Fri, Sep 11, 2015 at 3:27 PM, John Drake via freebsd-questions <
freebsd-questions at freebsd.org> wrote:
> I installed FreeBSD version 10.1, but can find no man page for f77. Is a
> Fortran compiler part of the base system? If it is part of the base
> system, what is its name? If it is not part of the base system, where do I
> find it? I failed to find it in /usr/ports/lang.
>
> Sent from my iPhone
> _______________________________________________
>
>
If you install GCC , in it , there is gfortran .
Check it as
$ gfortran --version
$ gfortran --help
$ man gfortran
Mehmet Erol Sanliturk
More information about the freebsd-questions
mailing list