This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcc-2.95.2 make depend question


I've just upgraded to gcc 2.95.2 (supposedly the latest stable release),
and when running makedepend I get a strange behaviour.  The makedepend
command searches for the sttdef.h header, and it searches in an obsolete
directory tree.

WHY?

makedepend: warning:  info_sys.c (reading /usr/include/string.h, line
33): cannot find include file "stddef.h"
	not in /usr/include/stddef.h
	not in /usr/fx/include/stddef.h
	not in /usr/local/lib/gcc-include/stddef.h
	not in /usr/include/stddef.h
	not in /usr/lib/gcc-lib/i686-pc-linux-gnu/pgcc-2.91.60/include/stddef.h

This is where stddef.h is actually found on the server:

[root@Elvis tmp_a]# find /usr -name stddef.h
/usr/lib/gcc-lib/i386-redhat-linux/2.95.2/include/stddef.h

What do I need to do to get the makedepend command find stddef.h
correctly?


-- 
Albert E. Whale       aewhale@hky.com
http://www.hky.com/aewhale.html
------------------------------------------------------------------
Sr. Database, Internet and Unix Systems Consultant

Pennsylvania Parenthood Initiative - It takes two people to become
parents, the children need both of them!
http://www.geocities.com/Heartland/4688/papi.htm
The Father's Rights Network - http://www.hky.com/frn/frnhome.html
Parents without Partners - Past President
Co-Founder of The Purple Heart Foundation

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]