Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 1996 13:53:09 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        jhay@mikom.csir.co.za (John Hay)
Cc:        bde@zeta.org.au, current@FreeBSD.ORG
Subject:   Re: make world failure
Message-ID:  <199601152053.NAA28199@phaeton.artisoft.com>
In-Reply-To: <199601150905.LAA27008@zibbi.mikom.csir.co.za> from "John Hay" at Jan 15, 96 11:05:49 am

next in thread | previous in thread | raw e-mail | index | archive | help
> I just wanted to point out to Jordan that it won't fix the problem if you
> add install to the tools target. At least install and rpcgen should be
> compiled before the includes target is done.

This is why the builds should use -nostdinc and path the include
directories from the source tree as necessary.

Otherwise you have the chicken-and-egg problem of building rpcgen
using new include files so that you can build new include files.

You could have fallback using ordering and/or removal of the
-nostdinc as the result of an option for weenies with partial
source trees.  8-).


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



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