This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: gfortran problem, 13 june 2006
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: daniel szumski <danszumski at comcast dot net>
- Cc: fortran at gcc dot gnu dot org, craig_e84 at hotmail dot com
- Date: Wed, 27 Dec 2006 12:51:25 -0800
- Subject: Re: gfortran problem, 13 june 2006
- References: <BF856DDA-C4D3-48E5-B10D-B6F29CA19203@comcast.net>
On Wed, Dec 27, 2006 at 12:35:45PM -0800, daniel szumski wrote:
>
> daniel-szumskis-Computer:~/desktop danielszumski$ gfortran blackeqn.for
> -bash: gfortran: command not found
> daniel-szumskis-Computer:~/desktop danielszumski$ which gfortran
> daniel-szumskis-Computer:~/desktop danielszumski$
>
> I assume that there is something that I don't know about the way that
> 'paths' are handled in UNIX. I have been trying to research this on
> my own at unixhelp.ed.ac.uk/commanz, but without success. I need to
> know what to do next.
>
This isn't a gfortran issue. Use google with "UNIX tutorial"
as the search key.
Try
find /usr -name gfortran
and
rehash
--
Steve