<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><br><pre>Did you try the<br><br>nm lib/libcallibs.a | grep print_double_array<br><br>command?<br>
</pre></blockquote>Thanks Michael!<br><br>With that command I spotted the mistake, it was already undefined before the linking process. The function was in the header, but not on the c file (!!). I recopied it nice & clean now.<br>
<br>Thank you very much for your effort! <br><br>Pol<br>