Dear Paolo, 

It's still showing the error in compiling ! 





In file included from stack.c:9 : 

/usr/local/lib/gcc/x86_64-apple-darwin18.5.0/8.3.0/include-fixed/stdio.h:78:10: 
fatal error: _stdio.h: No such file or directory 

#include <_stdio.h> 

^~~~~~~~~~ 

compilation terminated. 

make[1]: *** [stack.o] Error 1 

make: *** [libs] Error 1 

Regards, 
Kanka 
Postdoc, I2M-bordeaux 
University of Bordeaux, CNRS UMR 5295 

De: "Paolo Giannozzi" <p.gianno...@gmail.com> 
À: "users" <users@lists.quantum-espresso.org> 
Envoyé: Mardi 26 Novembre 2019 17:37:21 
Objet: Re: [QE-users] Quantum espresso installation problem in MAC 

Just modify clib/stack.c in such a way that it does nothing, e.g., 

void remove_stack_limit_(void) {;} 

It's used only by the Intel compiler actually 

Paolo 

On Tue, Nov 26, 2019 at 11:45 AM Kanka Ghosh < [ 
mailto:kanka.gh...@u-bordeaux.fr | kanka.gh...@u-bordeaux.fr ] > wrote: 



Hello, 

I am trying to install quantum espresso in iMac (macOS Mojave, version 
10.14.6). While it configured properly, I am facing some issues while compiling 
with make all or make pw or any make command. It is showing the following error 
after executing make all command : 








make all 

test -d bin || mkdir bin 

( cd clib ; /Library/Developer/CommandLineTools/usr/bin/make TLDEPS= all || 
exit 1 ) 

gcc -O3 -D__FFTW3 -D__MPI -I/Users/kghosh/Downloads/qe-6.4.1//include 
-I/Users/kghosh/Downloads/qe-6.4.1//FoX/finclude 
-I/Users/kghosh/Downloads/qe-6.4.1//S3DE/iotk/include/ -c customize_signals.c 

gcc -O3 -D__FFTW3 -D__MPI -I/Users/kghosh/Downloads/qe-6.4.1//include 
-I/Users/kghosh/Downloads/qe-6.4.1//FoX/finclude 
-I/Users/kghosh/Downloads/qe-6.4.1//S3DE/iotk/include/ -c stack.c 

In file included from stack.c:9 : 

/usr/local/lib/gcc/x86_64-apple-darwin18.5.0/8.3.0/include-fixed/stdio.h:78:10: 
fatal error: _stdio.h: No such file or directory 

#include <_stdio.h> 

^~~~~~~~~~ 

compilation terminated. 

make[1]: *** [stack.o] Error 1 

make: *** [libs] Error 1 


Can anybody help to overcome this issue ? I have installed all gcc compilers as 
well as the libraries using brew in the machine. 

Thanks in advanced, 

Kanka 
Postdoc, I2M-bordeaux 
University of Bordeaux, CNRS UMR 5295 
_______________________________________________ 
Quantum ESPRESSO is supported by MaX ( [ 
http://www.max-centre.eu/quantum-espresso | www.max-centre.eu/quantum-espresso 
] ) 
users mailing list [ mailto:users@lists.quantum-espresso.org | 
users@lists.quantum-espresso.org ] 
[ https://lists.quantum-espresso.org/mailman/listinfo/users | 
https://lists.quantum-espresso.org/mailman/listinfo/users ] 




-- 
Paolo Giannozzi, Dip. Scienze Matematiche Informatiche e Fisiche, 
Univ. Udine, via delle Scienze 208, 33100 Udine, Italy 
Phone +39-0432-558216, fax +39-0432-558222 


_______________________________________________ 
Quantum ESPRESSO is supported by MaX (www.max-centre.eu/quantum-espresso) 
users mailing list users@lists.quantum-espresso.org 
https://lists.quantum-espresso.org/mailman/listinfo/users 
_______________________________________________
Quantum ESPRESSO is supported by MaX (www.max-centre.eu/quantum-espresso)
users mailing list users@lists.quantum-espresso.org
https://lists.quantum-espresso.org/mailman/listinfo/users

Reply via email to