Subject: Re: autoconf.o undefined symbol _setconf
To: Berndt Josef Wulf <wulf@hotdog.apana.org.au>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: amiga
Date: 09/15/1995 17:30:15
On Fri Sep 15 11:33:16 1995, The System Administrator Root wrote:
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Ts, ts :)

> Now, compiling the new kernel went fine until I decided to add a swap partition
> on each harddisk device. I edited the config-file as followd:
> 
> 	from
> 		config netbsd generic
> 	to
> 		config netbsd root on sd0 swap on sd0 and sd1 and sd3
> 
> Compilation went fine until the creation of the netbsd file, when I was
> confronted by the following message:
> 
> 	autoconf.o	undefined symbol _setconf
> 
> What went wrong? 

You forgot to remove 'options GENERIC' from you config-file so one or two file
who have a '#ifdef GENERIC' thinks that you want a GENERIC kernel with root
and swap on generic.

Bernd