Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 1998 22:03:59 -0400 (EDT)
From:      CyberPeasant <djv@bedford.net>
To:        thiel@genevaonline.com (Loren Thiel)
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Kernel wouldn't compile
Message-ID:  <199806090203.WAA29110@lucy.bedford.net>
In-Reply-To: <199806082342.SAA18556@battleship.genevaonline.com> from Loren Thiel at "Jun 8, 98 06:42:22 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Loren Thiel wrote:
> Tried to compile a new kernel (attached), and it crashed out halfway through.
> Can anyone help?
> I followed the handbook starting with section 5.2.
> make depend
> make   (crashed here)
> make install  (wouldn't work cuz it crashed before)
> 
> How can I get the output from these make commands go into a log file so I
> can show you here?
> 
> Thanks for any help...
> please send replies to my personal email also...(thiel@genevaonline.com)
> because I couldn't handle 900 messages in 3 days when I was on the list.
> 
> Loren Thiel
> 
> 

with Bourne family shells (sh, bash, ksh)

	make >/tmp/make.log 2>&1

with C shell, errr,  "man csh" :)

Dave
-- 
        DISCLAIMER: If it can be disclaimed, it is.
	DISCLAIMER: In particular, I don't represent any organization.

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?199806090203.WAA29110>