[Bug preprocessor/12829] include search bug -- gid related
evh at ehynan dot com
gcc-bugzilla@gcc.gnu.org
Thu Oct 30 20:20:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12829
------- Additional Comments From evh at ehynan dot com 2003-10-30 20:18 -------
Andrew,
> Can you try with 3.3.2, as 3.2.x is no longer being updated?
OK, done. Same thing with 3.3.2.
<example>
% sg users
% PATH=/usr/local/gcc/gcc-3.3.2/bin; hash -r
% which gcc
/usr/local/gcc/gcc-3.3.2/bin/gcc
% id
uid=502(evh) gid=100(users) [...]
% gcc -v -I/usr/include -nostdinc -iwithprefix include -o t t.c
Reading specs from
/usr/local/gcc/gcc-3.3.2/lib/gcc-lib/i586-pc-linux-gnu/3.3.2/specs
Configured with:
/mnt/hde2/src-storage/gcc-3.3.2/build.local/../gcc-3.3.2/configure
--prefix=/usr/local/gcc/gcc-3.3.2 --enable-shared --with-gnu-as --with-gnu-ld
--with-system-zlib --enable-threads=posix --with-cpu=k6-3
Thread model: posix
gcc version 3.3.2
/usr/local/gcc/gcc-3.3.2/lib/gcc-lib/i586-pc-linux-gnu/3.3.2/cc1 -quiet
-nostdinc -v -I/usr/include -iprefix ../lib/gcc-lib/i586-pc-linux-gnu/3.3.2/
-D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=2 -iwithprefix include t.c
-quiet -dumpbase t.c -auxbase t -version -o /tmp/cc18hkQY.s
ignoring nonexistent directory "../lib/gcc-lib/i586-pc-linux-gnu/3.3.2/include"
GNU C version 3.3.2 (i586-pc-linux-gnu)
compiled by GNU C version 3.3.2.
GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=32053
#include "..." search starts here:
#include <...> search starts here:
/usr/include
End of search list.
t.c:1:20: stdarg.h: No such file or directory
% echo $?
1
</example>
More information about the Gcc-bugs
mailing list