On Wed, 28 Mar 2001 [EMAIL PROTECTED] wrote:
> Is there a way to explicitly include the needed system headers so that
> we get the ones that match the compiler but still have full control
> over it?
if only. The problem is that as gcc changes, headers change, and you find
yourself yanking in things you didn't know existed, and it can really
bite you. We got hammered by this on a regular basis until we went to
-nostdinc.
It's a good idea, but I think the complexity of gcc will make it
impractical.
ron