hi
when i want compile a file i give these error :
make: *** No rule to make target 'clean'. Stop.
make: *** No targets specified and no makefile found. Stop.
i sure that there is makefile in a path.
what can i do?
error in comile a file
-
- Posts: 1
- Joined: Thu May 09, 2019 3:25 pm
- Location: khoramshar university
Re: error in comile a file
probably sounds like you did not set the correct compiler in the build.bash script.
need to set
export FORT=ifort
or
export FORT=gfortran
or
export FORT=pgi
need to set
export FORT=ifort
or
export FORT=gfortran
or
export FORT=pgi
Re: error in comile a file
Actually the error is that it can't find the makefile. Do you have the correct path to your ROMS sources? The makefile should be in the top directory there.