Hi all,

I am trying to use gcov on a library (.so) with GCC 4.5. When I compile it does produce the .gcno file. When I run the test it does produce .gcda files corresponding to the library source files. But when I run gcov on source file it produces an empty .c.gcov file.

Please help.

-techtalk