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

Re: Urgent Question regarding GCOV

2009-04-22 Thread Ian Lance Taylor
Jayashree Ramani writes: > Hello GCC Experts, This message should have been sent to gcc-h...@gcc.gnu.org rather than g...@gcc.gnu.org. Please send any followups to gcc-help. > > I am an engineer trying to run gcov for our unit tests. We have a couple > of DLLs and a few static libraries.

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