[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gcc does not find stddef.h



On Tue, Jul 20, 1999 at 09:37:36 +0200, Frank Barknecht wrote:
> make: *** No rule to make target
> `/usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stddef.h', needed by `main.o'.
> Stop.

> So I suspect somehow my gcc setup is broken.

Make is complaining about dependencies; gcc hasn't even been invoked AFAICT.
I see no reason to suspect gcc problems.

> I only have:
> /usr/lib/gcc-lib/i486-linux/egcs-2.91.66/include/stddef.h
> which is in the gcc package Version: 2.91.66-2

It looks like xracer is using a Makefile with automatically generated
dependencies (e.g. in a ".depend" file) and that those dependencies are out
of date. Try regenerating the dependencies (often, there's a "realclean",
"distclean", or "maintainerclean" target in a Makefile that removes the
generated dependency file(s), and a "depend" target with which they can be
regenerated) prior to doing the regular "make".

HTH,
Ray
-- 
Cyberspace, a final frontier. These are the voyages of my messages, 
on a lightspeed mission to explore strange new systems and to boldly go
where no data has gone before. 


Reply to: