Urgent Question regarding GCOV

2009-04-22 Thread Jayashree Ramani
Hello GCC Experts, I am an engineer trying to run gcov for our unit tests. We have a couple of DLLs and a few static libraries. I am having trouble linking the Test program that links in the DLLs. I have the following in the Cmake files: IF( "${COVERAGE}" STREQUAL "TRUE" ) LINK_D

Re: Urgent Question regarding GCOV

2009-04-22 Thread Jayashree Ramani
est gcc we should use? Many Many Thanks! Jayashree --- On Wed, 4/22/09, Ian Lance Taylor wrote: > From: Ian Lance Taylor > Subject: Re: Urgent Question regarding GCOV > To: rjayash...@yahoo.com > Cc: gcc@gcc.gnu.org > Date: Wednesday, April 22, 2009, 10:41 AM > Jayashree Rama