From owner-freebsd-questions Sat Mar 23 11:43:26 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA06400 for questions-outgoing; Sat, 23 Mar 1996 11:43:26 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA06390 for ; Sat, 23 Mar 1996 11:43:23 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id MAA21639; Sat, 23 Mar 1996 12:43:16 -0700 Date: Sat, 23 Mar 1996 12:43:16 -0700 From: Nate Williams Message-Id: <199603231943.MAA21639@rocky.sri.MT.net> To: Chuck Robey Cc: Bill Giese - KnifeNet , questions@freebsd.org Subject: Re: kernel compile error In-Reply-To: References: <199603231731.JAA12061@value.net> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Chuck Robey writes: > On Sat, 23 Mar 1996, Bill Giese - KnifeNet wrote: > > > Howdy all, > > > > I posted the following to comp.unix.bsd.freebsd.misc...hopefully you > > or someone there has seen this before. > > Real common error. Find the line that says: > > options GPL_MATH_EMULATE #GNU Math Coprocessor Emulation > > and put it back in. It doesn't matter if you have a coprocessor or not, > you need this line, it's not optional at all. Whoops, Chuck had a brain-fart. The line you want back in is: device npx0 at isa? port "IO_NPX" irq 13 vector npxintr Nate