Re: using ccmalloc

1999-08-07 Thread Micha Feigin
when i used ccmalloc without the .o suffix it linked fine i think (at list the linker didn't give any warnings that it wasn't working) The problem is that when i ran the program i got no deferent output, so the question is how do i actually use ccmalloc to track the memory leaks? On 7 Aug 1999, Co

using ccmalloc

1999-08-06 Thread Micha Feigin
How do i use ccmalloc to track memory leaks? I tried to use it as writen in the file USAGE in the docs, on a new with no delete (to see how it works). But i got nothing. I tried: gcc -lg++ -stdc++ -lccmaloc -ldl test.C gcc -lccmalloc -ldl test.C g++ -lccmalloc -ldl test.C trying -lccmalloc.o or ccm