From owner-freebsd-hackers Fri Dec 29 07:52:18 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA27078 for hackers-outgoing; Fri, 29 Dec 1995 07:52:18 -0800 (PST) Received: from husky.cslab.vt.edu (jaitken@husky.cs.vt.edu [128.173.41.87]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA27065 for ; Fri, 29 Dec 1995 07:52:11 -0800 (PST) Received: (jaitken@localhost) by husky.cslab.vt.edu (8.6.12/8.6.4) id KAA05061; Fri, 29 Dec 1995 10:51:49 -0500 From: Jeff Aitken Message-Id: <199512291551.KAA05061@husky.cslab.vt.edu> Subject: Re: kernel compile woes To: cosmos@sponsor.octet.com (Daniel Leeds) Date: Fri, 29 Dec 1995 10:51:48 -0500 (EST) Cc: hackers@freebsd.org In-Reply-To: <199512281702.RAA13047@sponsor.octet.com> from "Daniel Leeds" at Dec 28, 95 05:02:17 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@freebsd.org Precedence: bulk > The following is my kernel config and the errors I get at compile. I am > not new to this, and have been compiling kernels since 1.0.2, right now > I am confused as to what is wrong...thanks. > pseudo-device ether > pseudo-device log > pseudo-device sl 1 > # ijppp uses tun instead of ppp device > #pseudo-device ppp 1 > pseudo-device tun 1 > pseudo-device pty 16 > pseudo-device gzip # Exec gzipped a.out's Don't you need a 'pseudo-device loop' in there somewhere? I think that's one of things that's required, even if you don't really think you need it. The symbol names you list seem to indicate this. -- Jeff Aitken jaitken@cs.vt.edu