Subject: Re: Build errors - Mac68K
To: None <paul@whooppee.com>
From: Gordon W. Ross <gwr@mc.com>
List: current-users
Date: 09/02/1997 13:18:11
> Date: Tue, 2 Sep 1997 05:15:42 -0700 (PDT)
> From: Paul Goyette <paul@whooppee.com>
[ Missing scsi_done resolved. ]
> However, I'm still getting the other error:
>
> nfs_bootparam.o: Undefined symbol `_revarpwhoami'
referenced from text segment
>
> Anyone got any ideas on this one?
Yes. Apply this change to sys/conf/files:
421,422c421,422
< file nfs/nfs_bootdhcp.c nfs
< file nfs/nfs_bootparam.c nfs
---
> file nfs/nfs_bootdhcp.c nfs & ether
> file nfs/nfs_bootparam.c nfs & ether
When I added those files, I forgot to make them conditional
on the "ether" option. I'll take care of it.
Thanks,
Gordon