Hello Baurzhan,

* Baurzhan Ismagulov wrote on Fri, Sep 22, 2006 at 02:19:32PM CEST:
> /dir/
> /dir/build/
> /dir/build/.libs/
> /dir/build/.libs/a.o

> /dir/prj/
> /dir/prj/a/
> /dir/prj/a/a.c
> 
> When I call gcov under /dir/build, it says "stamp mismatch with graph
> file" (perhaps the *.gc* files do not match a.o?). So I call it from
> /dir/build/.libs. In this case, a.c is looked for in ../prj/a, which
> doesn't exist. So, I've ln -s ../prj /dir/build/prj. Then gcov works as
> expected. Is there a better way to do that?

Does
  libtool --mode=execute gcov ...

work?

Cheers,
Ralf


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool
  • gcov Baurzhan Ismagulov

Reply via email to