Date: Mon, 28 Feb 2000 08:55:40 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: producao AT scordon DOT com DOT br cc: djgpp AT delorie DOT com Subject: Re: Check-Memory In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 26 Feb 2000 producao AT scordon DOT com DOT br wrote: > I found problem in my soft when I use memory alocation, and > reading the docs of gcc.2.95 I found the option -fcheck-memory-usage and > -fprefix-function-name. I compiled my project with this and the moment > the link, the gcc say: chkr_check_addr, chkr_set_right, chkr_copy_bitmap, > etc... not found. It seems you need a special library to use this option, the GCC docs mentions something called `Checker'. I don't know where to find it, or indeed whether it supports DJGPP at all. I suggest to use YAMD to find the memory allocation bugs. The URL where you can get YAMD is in the DJGPP FAQ list.