*BSD News Article 7309


Return to BSD News archive

Newsgroups: comp.unix.bsd
Path: sserve!manuel.anu.edu.au!munnari.oz.au!sgiblab!sdd.hp.com!decwrl!pa.dec.com!ninja!ulka.zso.dec.com!alan
From: alan@ulka.zso.dec.com (F. Alan Jones)
Subject: Re: problems compiling/linking kernel
Message-ID: <1992Nov2.182007.16947@ninja.zso.dec.com>
Lines: 8
Sender: jones@ulka.zso.dec.com (F. Alan Jones)
Nntp-Posting-Host: ulka.zso.dec.com
Reply-To: alan@ulka.zso.dec.com (F. Alan Jones)
Organization: Digital Equipment Corporation
References:  <2R1gTB1w165w@tsoft.sf-bay.org>
Date: Mon, 2 Nov 1992 18:20:07 GMT


If there are undefined symbols, it could mean that needed files are not
in you "files" file (in the same directory as your config file).  I would
grep for some of these symbols in the kernel sources to find which file
they are defined in, then make sure that file is declared in "files"
and linked in when you make.

Alan