can't run executables

Andrew Pinski pinskia@physics.uc.edu
Mon Oct 2 01:20:00 GMT 2006


On Sun, 2006-10-01 at 18:17 -0700, moosic luver wrote:
> I installed Xcode (easy install... may have left some
> things out...) and reinstalled cctools-590.36.  Now,
> although I do get an executable after typing
> 
> /usr/local/gfortran/bin/gfortran -o explicit.out
> explicit.f90
> 
> , when I type in explicit.out to run this executable,

try ./explicit.out instead.  the current directory is usually not in the
path.

This is now not a Gfortran issue but a normal UNIX issue.

-- Pinski



More information about the Fortran mailing list