Re: Kernel will not compile, please help

2002-10-28 Thread J. Foobar
Ceri- That nailed it. I must have overlooked those 3 lines. Thank you so much. Regards, Justin --- Ceri Davies <[EMAIL PROTECTED]> wrote: > On Mon, Oct 28, 2002 at 02:50:51AM -0800, J. Foobar > wrote: > > I am attempting to compile a custom kernel in > order to > > add support for ipfw. > > >

Re: Kernel will not compile, please help

2002-10-28 Thread Ceri Davies
On Mon, Oct 28, 2002 at 02:50:51AM -0800, J. Foobar wrote: > I am attempting to compile a custom kernel in order to > add support for ipfw. > > I ran into several undefined reference errors for > 'xpt_done', etc. > > The last error: > scsi_low.o(.text+0xc6f): undefined reference to > 'xpt_done'

Kernel will not compile, please help

2002-10-28 Thread J. Foobar
I am attempting to compile a custom kernel in order to add support for ipfw. I ran into several undefined reference errors for 'xpt_done', etc. The last error: scsi_low.o(.text+0xc6f): undefined reference to 'xpt_done' The failure occurs both using the traditional method during make and the new