|
From: Anuta M. <man...@gm...> - 2016-02-23 08:58:33
|
Hi Ivo, My tool was listed in: 1) configure.ac : AC_OUTPUT 2) Makefile.am : TOOLS I added the ones you mentioned - still the same error! I should mention : I was able to run my tool perfectly before I added another file with the wrapper (and changed my Makefile) On Tue, Feb 23, 2016 at 12:23 PM, Ivo Raisr <iv...@iv...> wrote: > > > 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. > -- Anuta Mukherjee, Dept of Computer Science Engg, CEG, Anna University |