gfortran42 disappeared

I recompiled and installed gcc42 and gfortran42 didn't get installed :(
It appears to have been removed from the plist.

Did somebody decide not to support FORTRAN anymore in gcc42?
 
Sort of an answer, if you need it to compile something,
[cmd=]cp -iv /usr/local/bin/gfortran43 /usr/local/bin/gfortran42[/cmd]
might work. Then if you don't need it, you can delete the latter file [cmd=]/bin/rm -iv[/cmd] for safety.
 
Back
Top