Using fink to download 'g77'

1

I tried to use fink to download 'g77' which is a fortran compiler. This failed because the package doesn't exist. Does anyone else know where I could download g77?

I'm Mac osx 10.7.2

Harpal

Posted 2011-11-09T16:44:34.670

Reputation: 195

Is there any special reason why not to use gfortran which is the official fortran frontend for GCC? As far as I remember, the support for g77 was dropped, since gfortran has full support for previous fortran versions. Also the g77 will probably be part of one of the GCC packages, so you can look there. – AndrejaKo – 2011-11-09T18:18:15.643

is this available via fink, when i search for gcc the search returns multiple hits. – Harpal – 2011-11-09T19:04:53.777

I don't have a Mac and don't use fink, but I have some experience with Unix. Based on that, you'd need to install from fink's list gcc46, gcc46-compiler and gcc46-shlibs. The gcc46 should pull the other two as dependencies and should include all official compilers which are part of GCC. On some systems GCC is broken into parts, so you can install some pats and not use other, but that doesn't appear to be the case with fink. – AndrejaKo – 2011-11-09T19:20:32.230

No answers