gcov

2006-09-22 Thread Baurzhan Ismagulov
Hello all, I use libtool 1.5.22 in my project. I have the following directory structure: /dir/ /dir/build/ /dir/build/.libs/ /dir/build/.libs/a.o /dir/build/a.lo /dir/build/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" (perha

Re: gcov

2006-09-22 Thread Baurzhan Ismagulov
Hello Ralf, thanks much for your prompt answer! On Fri, Sep 22, 2006 at 02:59:15PM +0200, Ralf Wildenhues wrote: > > 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