|
From: Nicholas N. <nj...@cs...> - 2006-07-20 23:49:26
|
On Thu, 20 Jul 2006, Dennis Lubert wrote: >> As with your help, I have loaded the valgrind in the target. but now I am >> facing one pblm. when I run valgrind it >> says "/homes/rduraisa/val_ppc2.4/lib/valgrind/stage2 file not found" >> actually I compiled valgrind using ./configure -- >> prefix="/homes/rduraisa/val_ppc2.4/ option. so I hope there is some linking >> error. I am not very used to ./configure options. so pls how to eliminate this >> error... >> thank you > > btw: does val_ppc2.4 mean you use valgrind 2.4 ? Yes... the "stage2" file doesn't exist in the later versions. If you haven't upgraded to 3.2.0 you will need to. If you have, it's possible that you've got an old version lying around and the two are getting mixed, in which case you should remove all traces of it and then reinstall 3.2.0. Nick |