This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Fortran Compiler for Mac
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: andreas christensen <andreaschri_dk at yahoo dot dk>
- Cc: GCC Fortran mailing list <fortran at gcc dot gnu dot org>, Andrew Pinski <pinskia at physics dot uc dot edu>
- Date: Sun, 28 Mar 2004 12:36:21 -0500
- Subject: Re: Fortran Compiler for Mac
- References: <20040325092518.50504.qmail@web10506.mail.yahoo.com>
On Mar 25, 2004, at 04:25, andreas christensen wrote:
Hi
Can you help me locate a F77 or F95 fortran compiler
for my mac. I use OSX.2.
I'll be truely grateful for any help
You can download GCC 3.3.3 which comes with g77
or you can download a snapshot of tree-ssa gcc
which comes with a gfortran, a F95 compiler
(which does not have all of the F77 or F95
implemented yet but works for most things).
You can download a snapshot of the tree-ssa
here:
<http://people.redhat.com/dnovillo/pub/tree-ssa/snapshot/>.
If you download the tree-ssa, you also have to
compile GMP also.
Thanks,
Andrew Pinski