Subject: Re: Shared libraries re-enabled for VAX
To: Matt Thomas <matt@3am-software.com>
From: John Klos <john@ziaspace.com>
List: port-vax
Date: 04/09/2007 10:23:41
> This is now fixed.  Start your rebuilds. :)

First, THANK YOU, everyone, for all your hard work. Especially you, Matt.

Second, I'm excited to see NetBSD 4 running on VAX, but I can't seem to 
build a kernel. On current as of 10 minutes ago, this is what I get with 
both a GENERIC kernel and a custom kernel:

--- netbsd ---
#      link  VAX/netbsd
/usr/current/tools/bin/vax--netbsdelf-ld -Map netbsd.map --cref -N -Ttext 
80000000 -e start -S -o netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
rf_disks.o: In function `rf_AutoConfigureDisks':
rf_disks.c:(.text+0xe69): undefined reference to `ffs'
rf_disks.o: In function `rf_ConfigureDisks':
rf_disks.c:(.text+0x11a3): undefined reference to `ffs'
am7990.o: In function `am7990_meminit':
am7990.c:(.text+0x5e7): undefined reference to `ffs'
ncr53c9x.o: In function `ncr53c9x_reselect':
ncr53c9x.c:(.text+0xc2e): undefined reference to `ffs'
nfs_vfsops.o: In function `mountnfs':
nfs_vfsops.c:(.text+0x71c): undefined reference to `ffs'
nfs_vfsops.o:nfs_vfsops.c:(.text+0xd32): more undefined references to 
`ffs' follow
*** [netbsd] Error code 1
1 error


Any ideas?

Thanks!
John Klos