|
From: Nicholas N. <nj...@ca...> - 2003-09-13 16:50:50
|
On Fri, 12 Sep 2003, Charles Coffing wrote:
> Using Valgrind 20030725. I did this simple test:
>
> #include <stdio.h>
> #include <valgrind.h>
> int main(void)
> {
> printf("running on valgrind? %d\n", RUNNING_ON_VALGRIND);
> return 0;
> }
>
> Strangely, it claims it's not running under Valgrind:
Hmm, it works for me. I'm afraid I don't know what might be wrong... if
it's compiling, it should work. Sorry to not be more help.
N
|