Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 1998 08:25:39 GMT
From:      original man  <ikhala@osibisa.cl.msu.edu>
To:        andrew.bourke@ACS-Mac-Server.Dentistry.Dal.CA
Cc:        questions@FreeBSD.ORG
Subject:   Re: Make Install
Message-ID:  <199803280825.IAA16151@osibisa.cl.msu.edu>

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

> From owner-freebsd-questions@FreeBSD.ORG Sat Mar 28 05:34:27 1998
> X-Sender: andrew.bourke@acs.dal.ca
> Date: Sat, 28 Mar 1998 01:27:42 -0400
> To: questions@FreeBSD.ORG
> From: "Andrew J. Bourke" <andrew.bourke@ACS-Mac-Server.Dentistry.Dal.CA>
> Subject: Make Install
> Mime-Version: 1.0
> X-Loop: FreeBSD.ORG
> 
> Hi - I'm very new at this, but I just installed 2.2.5 over FTP and when I
> try the final "make install" of my newly conigured kernel, it stops on an
> error #1 citing "You must first configure your kernel before trying to
> install"
> 
> I followed:
> 
> # /usr/sbin/config MYKERNEL
> # cd ../../compile/MYKERNEL
> # make depend
> # make
> # make install
> 
> as outlined in 5.2 of the Handbook, but no go after the last line...
> 
> Comments??
It may be that you did not "clean" out the build directory.  Do the following:

# cd /sys/compile/MYKERNEL
# make clean
# cd ../../i386/conf
# /usr/sbin/config MYKERNEL
# cd ../../compile/MYKERNEL
# make depend
# make
# make install

i'khala


> 
> Andrew.
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 

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?199803280825.IAA16151>