|
From: Ivo R. <iv...@iv...> - 2016-02-23 06:53:38
|
2016-02-23 5:02 GMT+00:00 Anuta Mukherjee <man...@gm...>: > Hi, > > I think I've found the problem. This is my output when I run the above > commands: > > > > > > > > > *anuta@anuta-ubuntu:/valgrind/valgrind-3.11.0$ nm > inst/lib/valgrind/vgpreload_helgrind-amd64-linux.so|grep -i > pthreadZucreate000000000000b84f T > _vgw00000ZZ_libpthreadZdsoZd0_pthreadZucreateZAZaanuta@anuta-ubuntu:/valgrind/valgrind-3.11.0$ > nm inst/lib/valgrind/vgpreload_tracker-amd64-linux.so|grep -i > pthreadZucreatenm: 'inst/lib/valgrind/vgpreload_tracker-amd64-linux.so': No > such file* > > My tool's preload file isn't in the inst/lib/valgrind directory at all. > How do I fix this? My Makefile is exactly the same as Helgrind's, and I ran > autogen, configure, make and make install as well. > Just to make sure that you listed your tool (tracker) in: 1) configure.ac, AC_CONFIG_FILES 2) top-level Makefile.am, SUBDIRS I. |