Message-Id: <199908291823.SAA07028@out5.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sun, 29 Aug 1999 14:23:55 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: djdev203 & memicmp problem X-mailer: Pegasus Mail for Win32 (v3.12a) Reply-To: djgpp-workers AT delorie DOT com > Hi folks, > I discovered while configuring and building GNU privacy guard that memicmp is not in > libc.a from the djdev203 alphas. The prototype is in string.h, and the source is in > CVS, but somehow memicmp isn't being included in libc.a. > Here's a fix: *** src/libc/compat/string/Makefile.orig Wed Apr 19 02:12:24 1995 --- src/libc/compat/string/Makefile Sun Aug 29 14:21:16 1999 *************** *** 1,8 **** --- 1,10 ---- + # Copyright (C) 1999 DJ Delorie, see COPYING.DJ for details # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details TOP=../.. SRC += ffs.S SRC += memccpy.c + SRC += memicmp.c SRC += stpcpy.c SRC += strcasec.S SRC += strdup.c --- Mark Elbrecht, snowball3 AT bigfoot DOT com http://snowball.frogspace.net/