Hi everyone,
I am trying to compile a program using the make command and when I do it gives the following error:
stephen$ make
ifort -Vaxlib -nbs -C -d2 -c -g tetrag1.f
make: ifort: Command not found
make: *** [tetrag1.o] Error 127
I have Xcode installed, so I'm not sure why I am getting this compiler error. The program is called tetr The program has make files built into it so I think that's all I should have to type. Thanks for the help!
I am trying to compile a program using the make command and when I do it gives the following error:
stephen$ make
ifort -Vaxlib -nbs -C -d2 -c -g tetrag1.f
make: ifort: Command not found
make: *** [tetrag1.o] Error 127
I have Xcode installed, so I'm not sure why I am getting this compiler error. The program is called tetr The program has make files built into it so I think that's all I should have to type. Thanks for the help!