memory leak detection
Oliver Eichler
oliver.eichler at gmx.de
Fri Dec 31 10:40:46 GMT 1999
On Thu, 30 Dec 1999, you wrote:
>
>When I try to rebuild my project, i get the following error:
>
>gmake[1]: *** No rule to make target `LinkTracer.o', needed by `test'. Stop.
>
Hi
I keep the object file in a directory seperated from the project as a
complete recompile will erase all object files. Within the linker
options you have to give the absolute path, now.
A leak trace won´t be much help in a qt or kde app, as kdevelop insists
to place the libaries _after_ the addidional linker options :( Haven´t
found a workaround for this design tweak sofar. For pure c or c++
projects it does well.
oliver
More information about the KDevelop
mailing list