Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2002 10:48:40 +0000
From:      Simon Dick <simond@irrelevant.org>
To:        Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
Cc:        freebsd-current@freebsd.org
Subject:   Re: procfs.o undef'd refs
Message-ID:  <20020212104840.GB4435@irrelevant.org>
In-Reply-To: <200202121018.g1CAIxt14671@gilberto.physik.RWTH-Aachen.DE>
References:  <200202121018.g1CAIxt14671@gilberto.physik.RWTH-Aachen.DE>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 12, 2002 at 11:18:59AM +0100, Christoph Kukulies wrote:
> 
> I dared to cvsup -current yesterday to my notebook
> computer (had 4.4 R installed before that) and now
> being half there (did a buildworld already successfully)
> kernel compilation fails with a lot of undefined references in procfs.o:
> 
> pfs_create_file
> pfs_create_link
> pfs_mount
> pfs_init
> pfs_unint
> pfs_unmount
> pfs_root
> pfs_statfs
> 
> Am I missing a new config option?

From GENERIC:
options         PROCFS                  #Process filesystem (requires PSEUDOFS)
options         PSEUDOFS                #Pseudo-filesystem framework

(ie try adding PSEUDOFS :)

-- 
Simon Dick					simond@irrelevant.org
"Why do I get this urge to go bowling everytime I see Tux?"

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020212104840.GB4435>