This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: How to Install gfortran on an Existing Redhat 9.0?
- From: Paul Brook <paul at codesourcery dot com>
- To: 79233404 <siavash at mehr dot sharif dot edu>, fortran at gcc dot gnu dot org
- Date: Fri, 30 Jan 2004 10:50:56 +0000
- Subject: Re: How to Install gfortran on an Existing Redhat 9.0?
- Organization: CodeSourcery
- References: <Pine.LNX.4.44.0401301236550.3453-100000@mehr.sharif.edu>
On Friday 30 January 2004 9:08 am, 79233404 wrote:
> Dear g95,
>
> I have downloaded gcc-ssa-3.5ssa-0.20040120.109.src.rpm from
> download.fedora.redhat.com, then rebuilded it. When rebuild was running
> the "test suite" it seemed that except some minor problems, (especially
> for gfortran which had very few problems) nothing important was missing,
> then I installed the resulting rpms which are listed bellow, but when I
> try gfortran I get "bash: gfortran: command not found". Can you tell me
> how should I install gfortran on an existing Redhat 9.0?
> Thanks in advance.
I haen't used the rpm packages, but I suspect the binary is actually called
gfortran-ssa.
Use "rpm -ql <packagename>" or "rpm -qlp <file.rpm>" to list the files in a
package.
Paul