* David Shaw [2006-04-03 20:54 CEST]: > On Mon, Apr 03, 2006 at 06:40:04PM +0200, Tobias Mummert wrote: > > Hi, > > > > Debian vanilla, GCC 3.3.5, Kernel 2.6.16.1: > > > > memory.c: In function `xrealloc': > > memory.c:512: warning: implicit declaration of function > > `m_alloc_secure_clear' > > memory.c:512: warning: assignment makes pointer from integer without a cast > > memory.c:514: warning: implicit declaration of function `m_alloc_clear' > > memory.c:514: warning: assignment makes pointer from integer without a cast > > memory.c:517: warning: implicit declaration of function `m_free' > > memory.c:520: warning: implicit declaration of function `m_alloc' > > memory.c:520: warning: assignment makes pointer from integer without a cast > > Looks like you're building with --enable-m-guard. Try turning it off.
Thanks! Now it works. BTW: Under kernel 2.6.15.7 it works with this option... Tobias -- "You've got to ask yourself one question: Do I feel lucky? Well do ya punk?" - Clint Eastwood (Dirty Harry) _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
