|
From: Kyle N. <kyl...@gm...> - 2011-11-30 15:11:59
|
I'm trying to use valgrind to debug my program, but I can't seem to get any line numbers to display in the output... and this is the case both on my Mac OS X system and RHEL CentOS 5.7 (with the same code). I've tried compiling with "g++ -O0 -g" on both, and multiple gcc versions on the RHEL machine (Apple's gcc 4.2.1 on the Mac), but the same results each time. Any suggestions? Thanks, Kyle Niemeyer |