Subject: Re: 1.6H still fails to build!
To: Bob Nestor <rnestor@murphy.dyndns.org>
From: Chuck Silvers <chuq@chuq.com>
List: current-users
Date: 09/21/2002 10:46:26
On Sat, Sep 21, 2002 at 12:04:37PM -0500, Bob Nestor wrote:
> There appear to be some port specific build problems with 1.6H.  It 
> built fine on macppc and sparc but failed on mac68k for me with:
> 
> /usr/src/tools/obj/tools.NetBSD-1.5.2-i386/bin/m68k--netbsdelf-ld -n 
> -Ttext 0 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
> ss_scanjet.o: In function `scanjet_compute_sizes':
> ss_scanjet.o(.text+0x8d0): undefined reference to `strtoul'
> *** Error code 1

oops, that one's my fault.
update libkern/arch/*/Makefile.inc to get the fix.

-Chuck