From owner-freebsd-questions Tue Nov 13 12: 6:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id AA03037B416 for ; Tue, 13 Nov 2001 12:06:45 -0800 (PST) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 163jpR-000F3E-00; Wed, 14 Nov 2001 09:06:41 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id fADK6fm55880; Wed, 14 Nov 2001 09:06:41 +1300 (NZDT) (envelope-from jonc) Date: Wed, 14 Nov 2001 09:06:41 +1300 From: Jonathan Chen To: FJU@Fritzilldo.com Cc: questions@freebsd.org Subject: Re: Kernel Compilation error. Message-ID: <20011114090641.C55737@jonc.itouch> References: <004401c16c65$8baafc60$0301a8c0@fritzilldo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <004401c16c65$8baafc60$0301a8c0@fritzilldo>; from FJU@Fritzilldo.com on Tue, Nov 13, 2001 at 12:05:36PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 ------------------------------------------------------------------------ "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