Date: Thu, 15 Nov 2001 08:59:47 +1300 From: Jonathan Chen <jonathan.chen@itouch.co.nz> To: FJU@Fritzilldo.com Cc: freebsd-questions@freebsd.org Subject: Re: My Kernel Config File Message-ID: <20011115085947.A59784@jonc.itouch> In-Reply-To: <002f01c16d1d$a3247840$0301a8c0@fritzilldo>; from FJU@Fritzilldo.com on Wed, Nov 14, 2001 at 10:04:19AM -0500 References: <002f01c16d1d$a3247840$0301a8c0@fritzilldo>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 14, 2001 at 10:04:19AM -0500, FJU@Fritzilldo.com wrote:
> Hello,
>
> I read in my book that if make fails when trying to compile a new kernel
> that I should send the kernel config file to you to look over. I tried to
> make it and it gave me this error:
>
> Makefile:28: *** missing seperator. Stop.
Like I've said before, you have to use /usr/bin/make instead of GNU's
make. How do I know you're using GNU make? With the standard BSD make,
your error message will look like:
"Makefile", line 1: Need an operator
make: fatal errors encountered -- cannot continue
GNU make gives a:
Makefile:1: *** missing separator. Stop.
The kernel build system *requires* that you use the base system's
make(1) utility and not some 3rd party import.
--
Jonathan Chen <jonathan.chen@itouch.co.nz>
----------------------------------------------------------------------
"I don't want to achive immortality through my works..
I want to achieve it through not dying" - Woody Allen
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?20011115085947.A59784>
