From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,cc70bea3e728fd86 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!atl-c08.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Coverage analysis on Windows References: <1157551477.537998.87160@h48g2000cwc.googlegroups.com> <44fff722@news.upm.es> <1157635383.451254.151600@i42g2000cwa.googlegroups.com> From: Stephen Leake Date: Fri, 08 Sep 2006 21:15:40 -0400 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:X1waA7tb3CR9Mdo7fsLVfOMRYzc= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 1410d450215bf759e00d407314 Xref: g2news2.google.com comp.lang.ada:6528 Date: 2006-09-08T21:15:40-04:00 List-Id: "ManU" writes: > lcov processes unix-style paths. > However, our version of gcc and gcov (gcc 3.4.4) encripts windows-style > paths into .obj, .gnco, .gda and .gcov files. Therefore, lcov does not > manage them correctly ... Get the Cygwin version of gcc; it does Unix paths. The GNAT in the Cygwin distribution is a little broken, but it may work well enough for you. -- -- Stephe