Subject: Kernel compile problem (vax)
To: None <port-vax@NetBSD.org>
From: None <lucc@alge.anart.no>
List: port-vax
Date: 07/07/2007 05:13:08
Kernel compile on VAXstation 4k60:

#      link  MAINFRAME/netbsd
ld -N -Ttext 80000000 -e start -S -o netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
sha2.o(.text+0x16): In function `SHA256_Init':
: undefined reference to `memcpy'
sha2.o(.text+0x26): In function `SHA256_Init':
: undefined reference to `memset'
sha2.o(.text+0x2ec): In function `SHA256_Update':
: undefined reference to `memcpy'
<snip all references to SHA{?}>

What the... ? Isen't this in the C library (man memset)?
AFAIK this should not happen... and never has before on
any other NetBSD compile I have done. Either something is
wrong with my installation, or I have missed something.

/Luke