This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-fcheck-memory-usage
- To: gcc at gcc dot gnu dot org
- Subject: -fcheck-memory-usage
- From: Sascha Ziemann <szi at aibon dot ping dot de>
- Date: 04 Apr 2000 16:39:22 +0200
Hi,
I tried to compile my code with the -fcheck-memory-usage, but I get
endless errors about chkr_set_right:
main.c:69: undefined reference to `chkr_set_right'
Is this function in any lib, or do I have to write such a function? I
can not find any information about chkr_set_right in the info file of
GCC.
Sascha