Hi I am trying to do a code coverage analysis on a code. For some reasons I am still using gcc-3.23 (I don't have an option to upgrade it currently). Now, when I try to link the code with -lgcov option, I am getting a "cannot find -lgcov option". I have already found that I don't have the libgcov.a in my /usr/lib. I had tried compiling gcc-3.23 source directly, but even there I was unable to find it. Could someone please direct me to where I could find this library. -- Regards Georgy