Error Reported When the make Command Is Run During ABINIT Compilation
Symptom
The error message "abinit-8.10.3/config/gnu/missing: line 81: automake-1.16: command not found" is displayed when you run the make command to compile ABINIT.
Key Process and Cause Analysis
This error occurs because the aclocal and automake versions are set to 1.16 when Makefile is generated.
Conclusion and Solution
Check the automake version of the system and replace it with the system version in Makefile.
- Run the following command to open the abinit-8.10.3/build/Makefile file:
vi abinit-8.10.3/build/Makefile
- Press i to enter the insert mode and modify the system version in Makefile. Pay attention to the information in bold.
AUTOMAKE = ${SHELL} /storage/softwares/TaiShan/abinit/abinit-8.10.3/config/gnu/missing automake-1.16 - Press Esc, type :wq!, and press Enter to save the settings and exit.