Subject: Re: kernel compile
To: Greg MATTHEWS <G.Matthews@cs.ucl.ac.uk>
From: Jon Buller <jon@bullers.net>
List: port-sparc
Date: 03/20/2002 10:08:19
In message <6300.1016640921@cs.ucl.ac.uk>, Greg MATTHEWS writes:
> anyone else had trouble compiling the -1-5 kernel?
> 
> promlib.o(.text+0x1558): undefined reference to `oldmon_w_cmd'

That can be corrected by wrapping the #ifdef _STANDALONE in a
#ifdef SUN4 promlib.c 1.9->1.10 fixes this, and a pull up request
onto the netbsd-1-5 branch has already been made...  Another solution
would be to add options SUN4 to your config file.

Jon