Which package provides Fortran 77 compiler (compat-gcc-44-g77) in Red Hat Enterprise Linux 7?
Environment
- Red hat Enterprise Linux 7
Issue
- Unable to find g77 compiler compat-gcc-44-g77
- compat-gcc-44-g77 RPM is missing
Resolution
- There is a package
compat-gcc-44-gfortran
as a part of compatibility gcc package suite which provides the Fortran language compiler. The packages can be found in theOptional
channel in RHEL 7.
Ensure you have the Optional
channel subscribed or enabled and run:
# yum install compat-gcc-44-gfortran
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments