Subject: -current cross build fails on Red Hat Linux 9.0
To: None <current-users@netbsd.org>
From: Giles Lean <giles@nemeton.com.au>
List: current-users
Date: 07/26/2003 17:14:08
Hi all,

Trying to build -current for i386 on a Red Hat Linux 9 machine
fails.  The source tree was checked out from a CVS tree updated
via cvsup from cvsup.pasta.cs.uit.no.  The same source tree will
build on NetBSD (OK, it failed on checkflist) so this problem is
(I think) cross build specific.

===> build.sh command: ./build.sh -u -U -D /home/unpriv/distribution -M /home/unpriv/obj distribution
...
dependall ===> bin/rm
dependall ===> bin/rmdir
dependall ===> bin/sh
cc -O   -o mkinit /home/giles/netbsd/src/bin/sh/mkinit.c
/tmp/ccOUNoXW.o(.text+0x192): In function `readfile':
: undefined reference to `strlcpy'
collect2: ld returned 1 exit status
*** Error code 1

Regards,

Giles