Subject: current current build fail in wsmux.o?
To: None <current-users@netbsd.org>
From: Andrew Cagney <cagney@mac.com>
List: current-users
Date: 10/17/2001 18:13:26
Hello,

I'm seeing the link error:

rm -f netbsd
ld -N -Ttext 0x100000 -e __start -S -o netbsd ${SYSTEM_OBJ} vers.o
wsmux.o: In function `wsmuxdoioctl':
wsmux.o(.text+0x5dc): undefined reference to `wsmouse_add_mux'
wsmux.o(.text+0x614): undefined reference to `wsmouse_rem_mux'
*** Error code 1

when trying to build a current macppc GENERIC kernel.

Andrew