Subject: Re: another -current make problem
To: None <adamo@dblab.ece.ntua.gr, port-pmax@NetBSD.ORG>
From: Michael L. Hitch <mhitch@lightning.oscs.montana.edu>
List: port-pmax
Date: 07/03/1998 12:41:23
On Jul  3,  8:37am, Yiorgos Adamopoulos wrote:
> Thanks to Jonathan my previous config problem was solved.  Now here is what I
> ld -Ttext 0x80030000 -T ../../../../arch/mips/conf/kern.ldscript -e start -G 0
> -x -o netbsd ${SYSTEM_OBJ} vers.o
> ultrix_sysent.o(.data+0x4f4): undefined reference to `ultrix_sys_nfssvc'
> *** Error code 1
> 
> Stop.
> 
> The only diff between GENERIC and ADAMO is that I have enabled MROUTING.  I am
> trying to build -current from 1.3.1

  It looks like someone forgot to modify compat/ultrix/ultrix_misc.c to
include "opt_nfsserver.h" when the NFSSERVER option was switched to a
defopt.

  I think you will need to add:

#include "opt_nfsserver.h"

in sys/compat/ultrix/ultrix_misc.c.

Michael

-- 
Michael L. Hitch			mhitch@montana.edu
Computer Consultant
Information Technology Center
Montana State University	Bozeman, MT	USA