Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 1999 21:58:45 -0500 (CDT)
From:      Ken Wills <kenwills@yahoo.com>
To:        Air Edwin <airedwin@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: kernel compile
Message-ID:  <Pine.BSF.4.10.9909142157110.4476-100000@spanky.yaberk.int>
In-Reply-To: <19990914022020.69089.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, 14 Sep 1999, Air Edwin wrote:

> i get an error when running make install after running make
> You must first build your own kernel before trying to install.
> *** Error code 1
> 
> Stop.
> 

config -r <kernelname>
cd ../../compile/<kernelname>
make depend
make
make install


If the second make fails or is omitted, you'll get something like that.

Ken



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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?Pine.BSF.4.10.9909142157110.4476-100000>