<div>HI all:</div>
<div> </div>
<div>I met a compiled error when I included a static library. </div>
<div> </div>
<div>-------------------------------------------------------------</div>
<div>1. the config file for my module </div>
<div>CORE_LIBS=&quot;$CORE_LIBS ${XTRUNK}/target/lib/libfilter.a \<br>                      <font style="BACKGROUND-COLOR: #ff0000">/usr/local/lib/libmxml.a\<br></font>                      ${XTRUNK}/target/lib/libsigture.a&quot;   &lt;---call the xml function <br>
</div>
<div>2. The error infor is as following </div>
<div>/usr/local/lib/libmxml.a(mxml-private.o): In function `_mxml_global&#39;:<br>/Trunk/src/3rd/mxml-2.6/mxml-private.c:148: undefined reference to `pthread_once&#39;<br>/Trunk/src/3rd/mxml-2.6/mxml-private.c:150: undefined reference to `pthread_getspecific&#39;<br>
/Trunk/src/3rd/mxml-2.6/mxml-private.c:153: undefined reference to `pthread_setspecific&#39;<br>/usr/local/lib/libmxml.a(mxml-private.o): In function `_mxml_init&#39;:</div>
<div> </div>
<div>the static library of libsigature.a call the XML function. </div>
<div> </div>
<div>3. If I change the RED mark with -lmxml, the issue is still happened.</div>
<div>
<div> </div>
<div> </div>
<div>Could you please help me for thise ? </div>
<div> </div></div>
<div>Thanks </div>
<div>Nexthop </div>
<div> </div>