<div dir="ltr">Please, I'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="-i-static -openmp"<br>export BLAS_LIBS="-L/opt/intel/mkl/<a href="http://10.0.1.014/lib/em64t/">10.0.1.014/lib/em64t/</a> -lmkl_em64t"<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' for more details.<br><br>The relevant config.log content is:<br><br>...<br>configure:1665: ifort -V </dev/null >&5<br>Intel(R) Fortran Compiler for applications running on IA-32, Version 10.1    Build 20070913 Package ID: l_fc_p_10.1.008<br>
Copyright (C) 1985-2007 Intel Corporation.  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  -i-static -openmp conftest.f  >&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>|       program main<br>
|<br>|       end<br>configure:1727: error: Fortran 77 compiler cannot create executables<br>See `config.log' for more details.<br>...<br><br>I'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>