Date: Wed, 14 Nov 2001 09:06:41 +1300 From: Jonathan Chen <jonathan.chen@itouch.co.nz> To: FJU@Fritzilldo.com Cc: questions@freebsd.org Subject: Re: Kernel Compilation error. Message-ID: <20011114090641.C55737@jonc.itouch> In-Reply-To: <004401c16c65$8baafc60$0301a8c0@fritzilldo>; from FJU@Fritzilldo.com on Tue, Nov 13, 2001 at 12:05:36PM -0500 References: <004401c16c65$8baafc60$0301a8c0@fritzilldo>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 13, 2001 at 12:05:36PM -0500, FJU@Fritzilldo.com wrote:
> My process for compilation.
> =============================================
> www# cd /sys/i386/conf
> www# ls
> FRITZILLDO2
> www# /usr/sbin/config -g FRITZILLDO2
> Don't forget to do a ``make depend''
> Kernel build directory is ../../compile/FRITZILLDO2
> www# cd ../../compile/FRITZILLDO2/
> www# make
> Makefile:29: *** missing separator. Stop.
> =============================================
Two things:
1. You didn't read the instructions. It said:
"Don't forget to do a ``make depend''"
which you didn't do.
2. You're using GNU make instead of BSD make. It's a Bad Idea
to install gmake as `make'. You should have used the ports
to install it. It'd have gone in as `gmake'
--
Jonathan Chen <jonathan.chen@itouch.co.nz>
------------------------------------------------------------------------
"We laugh in the face of danger, we drop icecubes down the vest of fear"
- Edmond Blackadder III
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011114090641.C55737>
