|
From: Ahmed <aa...@ya...> - 2005-02-11 16:29:05
|
Hi, I've installed valgrind: 1) ./configure --prefix=<some path> 2) make 3) make install when I go to <some path>/bin I don't find the executables. There were no errors when doing the install. Does anybody know what might have happened? Thanks Ahmed __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
|
From: Nicholas N. <nj...@cs...> - 2005-02-11 21:10:59
|
On Fri, 11 Feb 2005, Ahmed wrote: > I've installed valgrind: > > 1) ./configure --prefix=<some path> > 2) make > 3) make install > > when I go to <some path>/bin I don't find the > executables. There were no errors when doing the > install. Does anybody know what might have happened? That's strange. Is there anything in <some path>/bin? Can you post the output of the above three steps? N |