From owner-freebsd-current Wed Jul 18 23:26: 3 2001 Delivered-To: freebsd-current@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 2C00337B406 for ; Wed, 18 Jul 2001 23:26:01 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id 8C11A3E31; Wed, 18 Jul 2001 23:25:53 -0700 (PDT) To: Vincent Poy Cc: current@FreeBSD.ORG Subject: Re: -current buildkernel fails on custom kernel In-Reply-To: ; from vince@oahu.WURLDLINK.NET on "Wed, 18 Jul 2001 20:11:53 -1000 (HST)" Date: Wed, 18 Jul 2001 23:25:53 -0700 From: Dima Dorfman Message-Id: <20010719062553.8C11A3E31@bazooka.unixfreak.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Vincent Poy writes: > linking kernel.debug > linprocfs.o: In function `_linprocfs_mount': > /usr/src/sys/compat/linprocfs/linprocfs.c:748: undefined reference to > `pfs_mount' You compiled in linprocfs but not pseudofs. Don't do that: the former depends on the latter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message