You are not logged in.
Hello, this morning I upgraded gcc to 4.4.2-2, and now gfortran doesn't work anymore. I get this error:
$ gcc -O2 -c -o"Fortran/efficiency.o" "Fortran/efficiency.f"
gcc: error trying to exec 'f951': execvp: No such file or directory
and the executable gfortran seems to be disappeared. Can anyone help me?
Thanks
Offline
pacman -S gcc-fortran
Offline
Thanks Allan, quick and efficient! ![]()
Offline