This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Why is malloc being defined as rpl_malloc ??
- From: Paul Eggert <eggert at CS dot UCLA dot EDU>
- To: "Dr. David Kirkby" <drkirkby at ntlworld dot com>
- Cc: "autoconf at gnu dot org" <autoconf at gnu dot org>
- Cc: automake <automake at gnu dot org>
- Date: 03 May 2003 22:50:35 -0700
- Subject: Re: Why is malloc being defined as rpl_malloc ??
- References: <3EB45765.BB5CC8EA@ntlworld.com>
Possibly you invoked AC_FUNC_MALLOC either directly or indirectly;
it defines malloc to rpl_malloc if malloc isn't GNU compatible.