<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>-<font color="#ff0000">l</font><font color="#000099">xc</font>
and -<font color="#ff0000">l</font><font color="#000099">xcf03</font>
tells the compiler's linker to use the LIBXC library files named <font
color="#ff0000">l</font>ib<font color="#000099">xc</font>.a and
<font color="#ff0000">l</font>ib<font color="#000099">xcf03</font>.a,
respectively.</p>
<p>As the error message says, it cannot find the libxc.a and
libxcf03.a files.</p>
<p>The path to the files set in LIBXC-LIBS of siteconfig might
incorrect, or your installation of LIBXC may have failed. Make
sure the autoreconf to 'make install' step complete successfully
(the 'make clean' step is optional) [
<a class="moz-txt-link-freetext" href="https://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/msg17175.html">https://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/msg17175.html</a>
].<br>
</p>
<p>Or if you will not be using the LIBXC-keywords for using the
extended set of XC energy/potential functionals, another solution
should be to rerun siteconfig like for the first time again and
specify that you do not want to use the LIBXC.</p>
<p>To do that, navigate to the base installation directory
($WIENROOT) and do in the terminal:</p>
<p>username@computername:~/WIEN2k$ rm WIEN2k_INSTALLDATE <br>
username@computername:~/WIEN2k$ ./siteconfig<br>
...<br>
Would you like to use LIBXC (that you have installed)? (y,N): <br>
N<br>
...<br>
</p>
<div class="moz-cite-prefix">On 8/9/2018 9:09 AM, Ramsewak Kashyap
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CALzYKVKS8BweG5fST6sM+co7ZfbLh88hhBeM6Ox5fDNeKvswyQ@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<div dir="ltr">
<div class="gmail_default" style="font-family:arial
narrow,sans-serif">Compile time errors (if any) were:<br>
SRC_lapw0/compile.msg:collect2: error: ld returned 1 exit
status<br>
SRC_lapw0/compile.msg:make[1]: *** [lapw0] Error 1<br>
SRC_lapw0/compile.msg:make: *** [seq] Error 2<br>
.<br>
.<br>
.<br>
.<br>
</div>
<div class="gmail_default" style="font-family:arial
narrow,sans-serif">and compile.msg error is-<br>
/usr/bin/ld: cannot find -lxcf03<br>
/usr/bin/ld: cannot find -lxc<br>
collect2: error: ld returned 1 exit status<br>
Makefile:130: recipe for target 'lapw0' failed<br>
make[1]: *** [lapw0] Error 1<br>
make[1]: Leaving directory '/home/ram/WIEN2k/SRC_lapw0'<br>
Makefile:119: recipe for target 'seq' failed<br>
make: *** [seq] Error 2<br>
make: *** No rule to make target 'complex'. Stop.<br>
</div>
</div>
</blockquote>
<br>
</body>
</html>