Hello,
On 09/07/15 12:54, Surendra Pullaiah wrote:
Hello
I am trying to implement code coverage tool in
kamailio using gcov. I have added CFLAGS and LIBS in Makefile.defs and it got compiled successfully.
My problem is when I am running kamailio it is saying
lib64/kamailio/libkcore.so.1: undefined symbol: __gcov_merge_add.
Can anyone help me on this.
Maybe those defines and libs need to be added to internal libraries -- see the Makefiles inside the folders of lib/ directory in kamailio source tree.
Cheers, Daniel