I am trying to an old CPMD-3.11.1 version on Ubuntu 14.04 with gfortran compiler.
While running the Makefile I am facing this error:
Error: Unclassifiable statement at (1) ./timec.f:10.28: but WITHOUT ANY WARRANTY; without even the implied warranty of 1 Error: Unclassifiable statement at (1) ./timec.f:11.4: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 1 Error: Non-numeric character in statement label at (1) ./timec.f:11.4: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 1 Error: Unclassifiable statement at (1) ./timec.f:12.4: Lesser General Public License for more details. 1 Error: Non-numeric character in statement label at (1) ./timec.f:12.4: Lesser General Public License for more details. 1 Error: Unclassifiable statement at (1) ./timec.f:14.4: You should have received a copy of the GNU Lesser General Public 1 Error: Non-numeric character in statement label at (1) ./timec.f:14.4: You should have received a copy of the GNU Lesser General Public 1 Error: Unclassifiable statement at (1) Fatal Error: Error count reached limit of 25. make: *** [timec.o] Error 1 I have noticed that it is not reading the statement part so I am deleting statement part for each .f file created but it is very time consuming.
Is there any other option to install an old Fortran code with the updated gfortran compiler.