Date: Wed, 11 May 94 23:16:34 -0400 From: dj AT ctron DOT com (DJ Delorie) To: galetzka AT eas DOT iis DOT fhg DOT de Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: using an own malloc.c > How can I prevent the linker using the malloc() routines from the standard > library and make him using my own instead? Try defining calloc and cfree also. djgpp's malloc.o includes these.