![Ubuntu에 abinit 8.10.2를 설치하고 있습니다. 이 오류를 어떻게 수정할 수 있나요?](https://linux55.com/image/151948/Ubuntu%EC%97%90%20abinit%208.10.2%EB%A5%BC%20%EC%84%A4%EC%B9%98%ED%95%98%EA%B3%A0%20%EC%9E%88%EC%8A%B5%EB%8B%88%EB%8B%A4.%20%EC%9D%B4%20%EC%98%A4%EB%A5%98%EB%A5%BC%20%EC%96%B4%EB%96%BB%EA%B2%8C%20%EC%88%98%EC%A0%95%ED%95%A0%20%EC%88%98%20%EC%9E%88%EB%82%98%EC%9A%94%3F.png)
나는 명령을 내린다:
./configure
make
make check
make install then
make installcheck
https://drive.google.com/open?id=1_itfo1-DKuehUSp5iNIf_vxALll5eupx
다음과 같은 오류가 발생 make check
합니다.
Makefile:1187: recipe for target 'check-local' failed
make[2]: [check-local] Error 1 (ignored)
cd sources/netcdf-4.1.1 && make check
/bin/bash: line 0: cd: sources/netcdf-4.1
나는 명령을 실행합니다: ./configure, make, make check, make install, 그런 다음
make installcheck https://drive.google.com/open?id=1_itfo1-DKuehUSp5iNIf_vxALll5eupx
다음과 같은 오류가 발생 make check
합니다.
.1: No such file or directory
Makefile:1187: recipe for target 'check-local' failed
make[2]: [check-local] Error 1 (ignored)
cd sources/atompaw-4.0.1.0 && make check
/bin/bash: line 0: cd: sources/atompaw-4.0.1.0: No such file or directory
Makefile:1187: recipe for target 'check-local' failed
make[2]: [check-local] Error 1 (ignored)
cd sources/wannier90-2.0.1.1 && make check
/bin/bash: line 0: cd: sources/wannier90-2.0.1.1: No such file or directory
Makefile:1187: recipe for target 'check-local' failed
make[2]: [check-local] Error 1 (ignored)
cd sources/etsf_io-1.0.4 && make check
/bin/bash: line 0: cd: sources/etsf_io-1.0.4: No such file or directory
Makefile:1187: recipe for target 'check-local' failed
make[2]: [check-local] Error 1 (ignored)
cd sources/bigdft-1.7.1.25 && make check
/bin/bash: line 0: cd: sources/bigdft-1.7.1.25: No such file or directory
Makefile:1187: recipe for target 'check-local' failed
make[2]: [check-local] Error 1 (ignored)
Makefile:4568: recipe for target 'check-local' failed
make[3]: *** [check-local] Error 99
make[3]: Leaving directory '/home/sylvester/Desktop/abinit-8.10.2/tests'
Makefile:4439: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/home/sylvester/Desktop/abinit-8.10.2/tests'
Makefile:4158: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/sylvester/Desktop/abinit-8.10.2/tests'
Makefile:2318: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
"make install"에서 다음 오류가 발생합니다.:
Makefile:3806: recipe for target 'install-binPROGRAMS' failed
make[3]: *** [install-binPROGRAMS] Error 1
make[3]: Leaving directory '/home/sylvester/Desktop/abinit-8.10.2/src/98_main'
Makefile:4175: recipe for target 'install-am' failed
make[2]: *** [install-am] Error 2
make[2]: Leaving directory '/home/sylvester/Desktop/abinit-8.10.2/src/98_main'
Makefile:924: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/sylvester/Desktop/abinit-8.10.2/src'
Makefile:2318: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1