Date: Wed, 22 Feb 1995 14:23:59 -0800 (PST) From: Poul-Henning Kamp <phk@ref.tfs.com> To: wollman@halloran-eldar.lcs.mit.edu (Garrett Wollman) Cc: current@freefall.cdrom.com Subject: Re: TRUE and FALSE Message-ID: <199502222224.OAA05589@ref.tfs.com> In-Reply-To: <9502222218.AA08650@halloran-eldar.lcs.mit.edu> from "Garrett Wollman" at Feb 22, 95 05:18:30 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> > Since we want (as a medium term goal) to have our source compile > > without reference to /usr/include, then we will not need the > > links, and we can safely and decisively remove the SHARED!=copies > > case. > > This loses badly for people who develop kernel-dependent software > which is not part of FreeBSD. (Like me.) No it doesn't. If you develop kernel-dependent sw, you had better make sure that your development env is aligned with your kernel, ie something like: cd /usr/src/include ; make all install cd /usr/src/sys ; make all install or whatever the trick will be. -- Poul-Henning Kamp <phk@login.dknet.dk> TRW Financial Systems, Inc. I am Pentium Of Borg. Division is Futile. You WILL be approximated.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502222224.OAA05589>