Mail Archives: djgpp-workers/1999/08/29/14:46:42
> 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/
- Raw text -