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

Re: gcc does not find stddef.h



J.H.M. Dassen hat gesagt: // J.H.M. Dassen wrote:

> 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.
> 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".

Thank you, Ray.

make distclean did not help, but 'rm -rf'ing the xracer directory and
unpacking it again did indeed get along the error. xracer still does not
build because of some glut library hassles, but I will hopefully figure this
out by myself...

bye
-- 
                                                 __    __
 Frank Barknecht       ____ ______   ____ __ trip\ \  / /wire ______
                      / __// __  /__/ __// // __  \ \/ /  __ \\  ___\	
                     / /  / ____/  / /  / // ____// /\ \\  ___\\____ \	
                    /_/  /_____/  /_/  /_//_____// /  \ \\_____\\_____\
                                                /_/    \_\ 


Reply to: