Re: [CentOS] Valgrind/Callgrind 3.6.1 does not appear to work on Centos Linux 5.5

2011-04-22 Thread Tru Huynh
On Fri, Apr 22, 2011 at 03:50:25PM -0400, Frank Chang wrote: > >Hi, For the last day or two I having been trying to get >Valgrind/Callgrind 3.6.1 to work on Centos Linux 5.5 using a simple >Fibonacci C++ program(shown below). After compiling the program using g++ >-g -o MatchUpAc

[CentOS] Valgrind/Callgrind 3.6.1 does not appear to work on Centos Linux 5.5

2011-04-22 Thread Frank Chang
Hi, For the last day or two I having been trying to get Valgrind/Callgrind 3.6.1 to work on Centos Linux 5.5 using a simple Fibonacci C++ program(shown below). After compiling the program using g++ -g -o MatchUpAccurate MatchUpAccurate.cpp, we run: /home/frankc/DQTTest/valgrind-3.6.1/core