How to compile minimad with coverage in Cygwin?

Håvard Engebretsen <[email protected]> Sat, 15 Oct 2005 12:01:41 +0200
Newsgroups gmane.comp.audio.mad.devel
Message-ID <[email protected]>
Hi!

 

I am trying to use the gcov function to generate a coverage text file of the
minimad mp3 decoder. The problem is, I’m running Cygwin and the only way to
compile minimad.c is with the “make minimad.exe” command (“gcc
-fprofile-arcs -ftest-coverage minimad.c” does not work in Cygwin as far as
I can understand). 
 
Can anyone help me compile minimad.c with coverage in Cygwin??!!
 
Regards, 
Håvard