Subject: July 30 snapshot
To: None <port-alpha@netbsd.org>
From: D.Joyce <djoyce@dew-drop.com>
List: port-alpha
Date: 08/01/1999 01:42:58
--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii

I've tried for the last 12 hours to get this
to work.  I'm new to NetBSD and I feel stupid
asking questions.
  Atteched is the tail end of the make output
from my AlphaStation.  Can someone tell me what
I'm doing wrong?

-Dave Joyce

--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="make.log"


sh ../../../../conf/newvers.sh
cc -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-main
-mno-fp-regs -I. -I../../../../arch -I../../../.. -nostdinc -DDIAGNOSTIC -DCOMPAT_14
-DCOLOR_KERNEL_BG="BG_BLACK" -DCOLOR_KERNEL_FG="FG_GREEN" -DMAXUSERS=8 -D_KERNEL
-Dalpha -c vers.c
ld -N -Ttext fffffc0000300000 -e __transfer -G 4 -S -o netbsd ${SYSTEM_OBJ} vers.o
pckbd.o: In function `pckbdattach':
pckbd.c(.text+0x3fc): undefined reference to `wskbddevprint'
pckbd.o: In function `pckbd_input':
pckbd.c(.text+0x898): undefined reference to `wskbd_input'
pckbd.c(.text+0x89c): undefined reference to `wskbd_input'
pckbd.o: In function `pckbd_cnattach':
pckbd.c(.text+0xad0): undefined reference to `wskbd_cnattach'
pckbd.c(.text+0xad4): undefined reference to `wskbd_cnattach'
*** Error code 1 Stop.

--T4sUOijqQbZv57TR--