Subject: Re: error while compiling
To: Steven Stewart <gimli18@earthlink.net>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: tech-kern
Date: 03/30/1998 11:05:09
On Sun, 22 Mar 1998, Steven Stewart wrote:

> I'm trying to compile a new kernel for my performa 475 (68040) and I get
> the following error.
> 
> aarp.o: Undefined symbol '_ether_sprintf' referenced in text

You seem to have enabled NETATALK without enabling any ethernet drivers.
Turn of options NETATALK and all will be well.

Note: that means a re-config and a make clean.

Take care,

Bill