Subject: Re: more kernel compile problems
To: Chris Jones <cjones@clydesdale.math.montana.edu>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 07/24/1997 10:50:28
> ld -n -Ttext 0 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
> if_ethersubr.o: Undefined symbol `_looutput' referenced from text segment
> if_arp.o: Undefined symbol `_loif' referenced from text segment
> ip_output.o: Undefined symbol `_looutput' referenced from text segment
> *** Error code 1
> 
> Stop.
> # exit
> Any thoughts?  This is yesterday's sup, BTW.

Sounds like you config'd a kernel with the loopback interface disabled.

You need a pseudo-device	loop	1

line towards the bottom of your kernel config.

Try re-config'ing and recompiling.

Take care,

Bill