This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


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

Re: 6.2 ate my /usr/include


>>>>> Richard M Pavonarius writes:

 > I upgraded from RedHat 6.1 to 6.2 and now I can't compile. Here's a sample:
Then report this to the RedHat folks.
 > [root@linux php-4.0RC2]# make
 > Making all in Zend
 > make[1]: Entering directory `/usr/local/src/php-4.0RC2/Zend'
 > /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
 > -D
 > XML_BYTE_ORDER=12  -O2 -c zend-scanner.c
 > In file included from zend-scanner.c:29:
 > /usr/include/stdio.h:33: stddef.h: No such file or directory
 > /usr/include/stdio.h:38: stdarg.h: No such file or directory
 > In file included from /usr/include/stdio.h:40,
 >                   from zend-scanner.c:29:
 > /usr/include/bits/types.h:29: stddef.h: No such file or directory

 > What I'd like to know is what RPM contains /usr/include/stddef.h, but I get 
None ;-)
 > the feeling I'm asking the wrong question, like maybe one RPM overwrote 
 > another. But that's not possible, is it?

stddef is part of the compiler:
$ locate stddef.h
/usr/lib/gcc-lib/i486-suse-linux/2.95.2/include/stddef.h

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de


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