<div id="RTEContent">&nbsp;Gerhard: thank you for your comments and  patiences. I tried to recompile without -Vaxlib, and put the -lpthread  seems the new error message disappear, but the old error message still  there. Problem is still not solved. the error messages only show when  compile "reformat" or "sgroup". is there something in these two  programs not compatible with my compiler or lib or 64bit? thank you  ahead.<br>  <br>  Hao<br>  <ul>  <li>Previous message: <a href="http://zeus.theochem.tuwien.ac.at/pipermail/wien/2005-December/006417.html">[Wien] Re: Need help for compiling WIEN2k-05 on Fedora 4.0 CPU EM64T  </a></li><li> <b>Messages sorted by:</b>                 <a href="http://zeus.theochem.tuwien.ac.at/pipermail/wien/2005-December/date.html#6418">[ date ]</a>                <a href="http://zeus.theochem.tuwien.ac.at/pipermail/wien/2005-December/thread.html#6418">[ thread ]</a>                <a
 href="http://zeus.theochem.tuwien.ac.at/pipermail/wien/2005-December/subject.html#6418">[ subject ]</a>                <a href="http://zeus.theochem.tuwien.ac.at/pipermail/wien/2005-December/author.html#6418">[ author ]</a>           </li>  </ul>          <hr>    <!--beginarticle-->  <pre>Sorry to say, but it seems you are of the kind ignoring all manuals and reading everything only to the half.<br><br>-Vaxlib is not longer in use !!!!!<br><br>-lpthread should come as the last library not as the first !!!!<br><br>Ciao<br>Gerhard</pre>  <pre>-----Ursprüngliche Nachricht-----<br>Von: <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien">wien-bounces at zeus.theochem.tuwien.ac.at</a> im Auftrag von Hao Zhu<br>Gesendet: Do 15.12.2005 15:50<br>An: <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien">wien at zeus.theochem.tuwien.ac.at</a><br>Betreff: [Wien] Re: Need help for compiling WIEN2k-05 on Fedora 4.0 CPU EM64T<br> <br>Thanks, Enrico. I  tried to a!
 dd a low
 case of "L" before -pthread as "-lpthread"<br>  seems it gives out a lot new errors besides the previous one, the new  error message list below. once I put "-pthread", the error messages are  gone. I also tried to remove the compile options "-ip", either doesn't  work. Any other ways I can try?<br>  <br>  <br>  Hao<br>  <br>      ifort -o ./filtvec filtvec.o main.o info.o  -L/opt/intel/mkl/lib/em64t -Vaxlib -lpthread  -lmkl_lapack64 -lmkl_em64t -lguide<br>      /opt/intel/mkl/lib/em64t/libguide.so: undefined reference to  `pthread_atfork'<br>      make[1]: *** [filtvec] Error 1<br>      make[1]: Leaving directory `/home/wien2k-05/SRC_filtvec'<br>      make: *** [real] Error 2<br>  <br>  <br>Have a look at the options in<br><a href="http://zeus.theochem.tuwien.ac.at/pipermail/wien/2005-November/006174.html">http://zeus.theochem.tuwien.ac.at/pipermail/wien/2005-November/006174.html</a><br><br>Also, -pthread will not work (needs an l in
 front)<br><br>Regards<br><br>Enrico<br><br><br>Hao Zhu wrote:<br><br>&gt;<i>  Thank you all for your suggestions and comments. with your help, <br></i>&gt;<i> there are much less error messages now.<br></i>&gt;<i><br></i>&gt;<i> Enrico: Thank you. I tried to keep one or two of those Link options<br></i>&gt;<i><br></i>&gt;<i>"-Vaxlib -static-libcxa -pthread", seems the problem is <br></i>&gt;<i>introduced by "-static-libcxa". once it is removed, no that errror messages.<br></i>&gt;<i>seems other options work fine with 64 bits.<br></i>&gt;<i><br></i>&gt;<i>Michael: thanks. I replace the "-lmkl_lapack -lmkl-ia32" by "-lmkl_lapack64 -lmkl_em64t -lguide"<br></i>&gt;<i>seems they do work.<br></i>&gt;<i><br></i>&gt;<i>/Gerhard: it's in Linux instead of windows. I don't know about those<br></i>&gt;<i>link options. but man ifort or man icc will provide some useful inforations.<br></i>&gt;<i><br></i>&gt;<i>the compile options I am using now.<br></i>&gt;<i><br></i>&gt;<i>O   Compiler !
 options: 
       -FR -mp1 -w -prec_div -pc80 -pad -DINTEL_VML -ip<br></i>&gt;<i>     L   Linker Flags:            -L/opt/intel/mkl/lib/em64t -Vaxlib -pthread<br></i>&gt;<i>     P   Preprocessor flags       '-DParallel'<br></i>&gt;<i>     R   R_LIB (LAPACK+BLAS):    <br></i>&gt;<i> -lmkl_lapack64 -lmkl_em64t -lguide<br></i>&gt;<i><br></i>&gt;<i>but still some error message shown (list below), anyone can help me out? Thanks ahead<br></i>&gt;<i><br></i>&gt;<i>/<br></i>&gt;<i><br></i>&gt;<i>  <br></i>&gt;<i><br></i>&gt;<i> SRC_reformat ...<br></i>&gt;<i> rm -f reformat.o<br></i>&gt;<i> icc -c  reformat.c<br></i>&gt;<i> icc -o reformat reformat.o   -lm<br></i>&gt;<i> IPO link: can not find "("<br></i>&gt;<i> icc: error: problem during multi-file optimization compilation (code 1)<br></i>&gt;<i> make: *** [reformat] Error 1<br></i>&gt;<i><br></i>&gt;<i><br></i>&gt;<i> SRC_reformat/compile.msg:icc: error: problem during multi-file <br></i>&gt;<i> optimization compilation (code 1)<br></i>&gt;<!
 i>
 SRC_reformat/compile.msg:make: *** [reformat] Error 1<br></i>&gt;<i> SRC_sgroup/compile.msg:icc: error: problem during multi-file <br></i>&gt;<i> optimization compilation (code 1)<br></i>&gt;<i> SRC_sgroup/compile.msg:make: *** [sgroup] Error 1<br></i>&gt;<i><br></i>&gt;<i><br></i>&gt;<i><br></i>&gt;<i>Hao<br></i>&gt;<i>  <br></i>&gt;</pre>  </div><p>
        
                <hr size=1>Yahoo! Shopping<br> 
Find Great Deals on Holiday Gifts at <a href="http://us.rd.yahoo.com/mail_us/footer/shopping/*http://shopping.yahoo.com/;_ylc=X3oDMTE2bzVzaHJtBF9TAzk1OTQ5NjM2BHNlYwNtYWlsdGFnBHNsawNob2xpZGF5LTA1 
">Yahoo! Shopping</a>