<div dir="ltr">Please, I&#39;m trying to compile the PWscf v.4.0cvs with the Intel Fortran Compiler and MKL. When I do:<br><br>export PATH=/opt/intel/cc/10.1.008/bin:$PATH<br>export PATH=/opt/intel/fc/10.1.008/bin:$PATH<br>
export LDFLAGS=&quot;-i-static -openmp&quot;<br>export BLAS_LIBS=&quot;-L/opt/intel/mkl/<a href="http://10.0.1.014/lib/em64t/">10.0.1.014/lib/em64t/</a> -lmkl_em64t&quot;<br>export FFT_LIBS=-lessl<br>./configure<br><br>I get:<br>
<br>checking build system type... x86_64-unknown-linux-gnu<br>checking architecture... amd64<br>checking for ifort... ifort<br>checking for Fortran 77 compiler default output file name... configure: error: Fortran 77 compiler cannot create executables<br>
See `config.log&#39; for more details.<br><br>The relevant config.log content is:<br><br>...<br>configure:1665: ifort -V &lt;/dev/null &gt;&amp;5<br>Intel(R) Fortran Compiler for applications running on IA-32, Version 10.1&nbsp;&nbsp;&nbsp; Build 20070913 Package ID: l_fc_p_10.1.008<br>
Copyright (C) 1985-2007 Intel Corporation.&nbsp; All rights reserved.<br>FOR NON-COMMERCIAL USE ONLY<br><br>configure:1668: $? = 0<br>configure:1682: checking for Fortran 77 compiler default output file name<br>configure:1685: ifort&nbsp; -i-static -openmp conftest.f&nbsp; &gt;&amp;5<br>
ld: skipping incompatible /usr/lib/libm.so when searching for -lm<br>ld: skipping incompatible /usr/lib/libm.a when searching for -lm<br>ld: skipping incompatible /usr/bin/../lib/libm.so when searching for -lm<br>ld: skipping incompatible /usr/bin/../lib/libm.a when searching for -lm<br>
ld: skipping incompatible /usr/lib/libm.so when searching for -lm<br>ld: skipping incompatible /usr/lib/libm.a when searching for -lm<br>ld: cannot find -lm<br>configure:1688: $? = 1<br>configure: failed program was:<br>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; program main<br>
|<br>|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<br>configure:1727: error: Fortran 77 compiler cannot create executables<br>See `config.log&#39; for more details.<br>...<br><br>I&#39;m using Degian 4.0 and the Linux 2.6.18-6-amd64. Anybody can help me?<br>
<br><br>Thanks very much!!!<br><br>Ary Junior<br></div>