From owner-freebsd-hackers Sun Mar 3 17:30:16 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA24656 for hackers-outgoing; Sun, 3 Mar 1996 17:30:16 -0800 (PST) Received: from ccslinux.dlsu.edu.ph (humprey@linux1.dlsu.edu.ph [165.220.8.15]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA24645 for ; Sun, 3 Mar 1996 17:30:09 -0800 (PST) Received: (from humprey@localhost) by ccslinux.dlsu.edu.ph (8.6.12/8.6.9) id JAA06108; Mon, 4 Mar 1996 09:33:19 +0800 Date: Mon, 4 Mar 1996 09:33:19 +0800 (GMT+0800) From: "Humprey C. Sy" To: Amedeo Beck Peccoz cc: freebsd-hackers@FreeBSD.ORG Subject: Re: can't compile the kernel... In-Reply-To: <199603032056.VAA05615@masternet.it> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG Precedence: bulk On Sun, 3 Mar 1996, Amedeo Beck Peccoz wrote: > Tried to compile my kernel, but got the following: > kern_sysctl.o: Undefined symbol '_hw_float' referenced from text segment You'll need to include the npx0 in your kernel. - Humprey -