<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial">I think your problem is caused by the lack of libraries for compiling. You may not run the binary executable files before solving dependent problem, even others copy binary files to you.<br>Please check whether you have libm.so.? in your /usr/lib (32bit) or /usr/lib64 (64bit), or you can use command "yum install libm.so.*"(run it as root) in terminate.<br><div>--<br>GAO Zhe<br>CMC Lab, MSE, SNU, Seoul, S.Korea<br>        
</div><br>At 2011-07-25 19:05:33,"zafar&nbsp;rasheed"&nbsp;&lt;zafartariq2003@yahoo.com&gt; wrote:<br> <blockquote id="isReplyContent" style="padding-left: 1ex; margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204);"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font: inherit;" valign="top">Dear All<br><br>I try best to compile QHA but can not create *.x files. Now I have fedora core 14. Will any body help me. I think that QHA has some deleted routines. I have such type of warnings. If Some one has complete QHA then please send it to me. Thanking in anticipation<br><br><br>[zafar@localhost QHA]$ ./Compile<br>gfortran -O3 -ffast-math -fno-f2c -c&nbsp; tetra.f<br>gfortran -O3 -ffast-math -fno-f2c -c&nbsp; k_brillouin.f<br>gfortran -O3 -ffast-math -fno-f2c -c&nbsp; generate_tetra.f<br>gfortran -O3 -ffast-math -fno-f2c -c&nbsp; det3.f<br>gfortran -O3 -ffast-math -fno-f2c -c&nbsp; det4.f<br>gfortran -static -o tetra.x tetra.o k_brillouin.o generate_tetra.o&nbsp; det3.o det4.o&nbsp;&nbsp; <br>/usr/bin/ld: cannot find -lm<br>/usr/bin/ld: cannot find -lc<br>collect2: ld returned 1 exit status<br>make: *** [tetra] Error 1<br>gfortran -O3 -ffast-math
 -fno-f2c&nbsp; -c&nbsp; Debye.f90<br>Debye.f90:144.8:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; do T = T_low_start, T_low, T_low_delta<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: Deleted feature: Loop variable at (1) must be integer<br>Debye.f90:144.11:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; do T = T_low_start, T_low, T_low_delta<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: Deleted feature: Start expression in DO loop at (1) must be integer<br>Debye.f90:144.24:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; do T = T_low_start, T_low, T_low_delta<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: Deleted feature: End expression in DO loop at (1) must be integer<br>Debye.f90:144.31:<br><br>&nbsp;&nbsp;&nbsp;&nbsp; do T = T_low_start, T_low,
 T_low_delta<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: Deleted feature: Step expression in DO loop at (1) must be integer<br>Debye.f90:177.4:<br><br>&nbsp;do T = T_low+5, T_high, T_high_delta<br>&nbsp;&nbsp;&nbsp; 1<br>Warning: Deleted feature: Loop variable at (1) must be integer<br>Debye.f90:177.7:<br><br>&nbsp;do T = T_low+5, T_high, T_high_delta<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: Deleted feature: Start expression in DO loop at (1) must be integer<br>Debye.f90:177.16:<br><br>&nbsp;do T = T_low+5, T_high, T_high_delta<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: Deleted feature: End expression in DO loop at (1) must be integer<br>Debye.f90:177.24:<br><br>&nbsp;do T = T_low+5, T_high,
 T_high_delta<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: Deleted feature: Step expression in DO loop at (1) must be integer<br>gfortran -O3 -ffast-math -fno-f2c -c&nbsp; Debye_T.f<br>gfortran -O3 -ffast-math -fno-f2c -c&nbsp; debye3.f<br>gfortran -O3 -ffast-math -fno-f2c -c&nbsp; cheval.f<br>gfortran -O3 -ffast-math -fno-f2c -c&nbsp; d1mach.f<br>gfortran -static -o Debye.x Debye.o Debye_T.o debye3.o cheval.o d1mach.o <br>/usr/bin/ld: cannot find -lm<br>/usr/bin/ld: cannot find -lc<br>collect2: ld returned 1 exit status<br>make: *** [Debye_x] Error 1<br>gfortran -O3 -ffast-math -fno-f2c -c&nbsp; Mean_square_displacement.f90<br>Mean_square_displacement.f90:162.7:<br><br>&nbsp;&nbsp;&nbsp; do T=T_start,T_end,T_delta<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<br>Warning: Deleted feature: Loop variable at (1) must be integer<br>gfortran -static -o
 Mean_square_displacement.x Mean_square_displacement.o&nbsp;&nbsp; <br>/usr/bin/ld: cannot find -lm<br>/usr/bin/ld: cannot find -lc<br>collect2: ld returned 1 exit status<br>make: *** [MSD] Error 1<br>ln: creating symbolic link `tetra.x': File exists<br>ln: creating symbolic link `phonon_dos.x': File exists<br>ln: creating symbolic link `Debye.x': File exists<br>ln: creating symbolic link `Atom_projected_properties.x': File exists<br>ln: creating symbolic link `F_QHA.x': File exists<br>ln: creating symbolic link `Ghost_DOS.x': File exists<br>ln: creating symbolic link `Partial_phonon_DOS.x': File exists<br>ln: creating symbolic link `Mean_square_displacement.x': File exists<br>ln: creating symbolic link `atom_info.x': File exists<br><br>Muhammad Zafar<br>
PhD Scholar<br>
Department of Physics<br>
The Islamia University of Bahawalpur,Pakistan</td></tr></tbody></table></blockquote></div><br><br><span title="neteasefooter"><span id="netease_mail_footer"></span></span>