|
From: Bart V. A. <bar...@gm...> - 2009-05-11 06:24:30
|
On Sat, May 9, 2009 at 9:53 PM, <g_n...@ya...> wrote: > I understand the logic behind the --prefix option. I am purposely running the valgrind > executable off of a different path to test if it atleast gives the "unable to locate memcheck > library" error. After that passes that then I will copy/link directly on target. I will try the > command that you suggest and check if valgrind is linked properly. Thanks for the info. Something else you could check is whether there are any undefined symbols in the Valgrind executable (nm ... | grep ' U '). To my surprise, I noticed yesterday that it is possible on PPC to create executables that contain an undefined symbol. When starting such an executable the result is a segmentation fault. Bart. |