Reputation: 11
I updated my os to mac os X 10.9 this morning, after that the error pops out when I was trying to use the following code to compile and execute my .f90 file in the TERMINAL.
ifort -o test test.f90
Anyone knows how to resolve this problem? Thanks a lot !!!!
Changjun
Upvotes: 1
Views: 1859
Reputation: 31
I had the same issue until I reinstalled Xcode's command line tools. Either do it from the preferences in Xcode or from the terminal with this command: xcode-select --install
Upvotes: 3