Subject: Re: 1.6H still fails to build!
To: Bob Nestor <rnestor@murphy.dyndns.org>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 09/21/2002 19:43:44
On Sat, Sep 21, 2002 at 12:04:37PM -0500, Bob Nestor wrote:

> ss_scanjet.o(.text+0x8d0): undefined reference to `strtoul'

Yes, this is indeed port specific. Can you try attached patch and let me know
if it helps?

Martin

Index: Makefile.inc
===================================================================
RCS file: /cvsroot/syssrc/sys/lib/libkern/arch/m68k/Makefile.inc,v
retrieving revision 1.23
diff -c -u -r1.23 Makefile.inc
--- Makefile.inc	2002/03/26 22:49:32	1.23
+++ Makefile.inc	2002/09/21 17:42:19
@@ -7,7 +7,7 @@
 	memchr.c memcmp.S memcpy.S memmove.S memset.S \
 	strcat.S strchr.S strcmp.S strcasecmp.c \
 	strcpy.S strlen.S strncmp.S strncasecmp.c strncpy.S strrchr.S \
-	scanc.S skpc.S \
+	strtoul.c scanc.S skpc.S \
 	htonl.S htons.S ntohl.S ntohs.S
 .if defined(MACHINE_ARCH) && (${MACHINE_ARCH} == "m68000")
 SRCS+=	mulsi3.S divsi3.S udivsi3.S modsi3.S umodsi3.S