This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gfortran problem, 13 june 2006


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]