<div dir="ltr"><div>Goodmorning, <br></div><div><br></div><div>I report here an issue arising when trying to install QE v.6.7 on MacOs Big Sur 11.1.</div><div>Configuration via ./configure is successful, but executables are not installed. <br></div><div><br></div><div>May I ask what am I supposed to do or what am I possibly doing wrong? <br></div><div><br></div><div>I report here below the error<br></div><div><br></div><div>I thank you in advance for your time and support</div><div>Kind regards,</div><div>Dario<br></div><div><br></div><div>dariomassa@MacBook-Air-di-Dario qe-6.7 % make pw<br>test -d bin || mkdir bin<br>( cd clib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make TLDEPS= all || exit 1 )<br>make[1]: Nothing to be done for `all'.<br>cd install ; /Applications/Xcode.app/Contents/Developer/usr/bin/make -f extlibs_makefile libfox<br>if test ! -d ../FoX; then \<br>        mkdir ../FoX; \<br>        (gzip -dc ../archive/fox.tgz | (cd ../FoX; tar -xvf -)); \<br>    cd ../FoX/fox/; export FC=gfortran; export FCFLAGS=""; \<br>    ./configure --prefix=/Users/dariomassa/Documents/qe-6.7//FoX ;\<br>    touch cp_test; \<br>    if cp -p cp_test cp_test_1; then \<br>        echo "cp -p works"; \<br>    else \<br>        find -type f | xargs sed -i 's/cp -p/cp/g'; \<br>    fi; \<br>  /Applications/Xcode.app/Contents/Developer/usr/bin/make install; cd ../; rm -fr fox;fi<br>( cd UtilXlib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make TLDEPS= all || exit 1 )<br>make[1]: Nothing to be done for `all'.<br>cd install ; /Applications/Xcode.app/Contents/Developer/usr/bin/make -f extlibs_makefile liblapack<br>make[1]: Nothing to be done for `liblapack'.<br>cd install ; /Applications/Xcode.app/Contents/Developer/usr/bin/make -f extlibs_makefile libcuda<br>make[1]: Nothing to be done for `libcuda'.<br>( cd LAXlib ; /Applications/Xcode.app/Contents/Developer/usr/bin/make TLDEPS= all || exit 1 )<br>cpp -P -traditional -Uvector -D__FFTW3 -D__MPI -I/Users/dariomassa/Documents/qe-6.7//include -I/Users/dariomassa/Documents/qe-6.7//FoX/finclude  laxlib.h -o laxlib.fh<br>!<br>! Copyright (C) 2003-2013 Quantum ESPRESSO group<br>! This file is distributed under the terms of the<br>! GNU General Public License. See the file `Licenselaxlib.h:4:52: warning: missing terminating ' character [-Winvalid-pp-token]<br>! GNU General Public License. See the file `License'<br>                                                   ^<br>'<br>! in the root directory of the present distribution,<br>! or <a href="http://www.gnu.org/copyleft/gpl.txt">http://www.gnu.org/copyleft/gpl.txt</a> .<br>!<br>   include 'laxlib_low.fh'<br>   include 'laxlib_mid.fh'<br>   include 'laxlib_hi.fh'<br>   include 'laxlib_param.fh'<br><br>   INTEGER, EXTERNAL ::  ldim_block, ldim_cyclic, ldim_block_sca<br><br>1 warning generated.<br>clang: error: no input files<br>make[1]: *** [laxlib.fh] Error 1<br>make: *** [libla] Error 1</div><div><br></div><div><br></div><div><br></div></div>