This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug preprocessor/12829] include search bug -- gid related


------- Additional Comments From evh at ehynan dot com  2003-12-01 17:15 -------
(In reply to comment #5)
> Okay maybe this is not a dup but can you show what "ls -l" show on the
stdarg.h header file?

Well, my gcc 3.3.2 installation did have the bug 8121 problem, i.e.
the fixed includes had had the owner and group of the account I
compiled in.  So, I chowned the whole installation root:root and
checked again, and this bug (12829) is still present.  Furthermore,
I first noticed the bug with the Slackware stock gcc 3.2.3, and
that had no ownership/group problems at all.

To answer your question, for the 3.3.2 installation:

% find /usr/local/gcc -name stdarg.h -ls 
540403    8 -rw-r--r--   1 root     root         4325 Oct 30 10:13
/usr/local/gcc/gcc-3.3.2/lib/gcc-lib/i586-pc-linux-gnu/3.3.2/include/stdarg.h
752285    8 -rw-r--r--   1 root     root         4325 Oct 30 14:44
/usr/local/gcc/gcc-3.3.2/lib/gcc-lib/i586-pc-linux-gnu/3.3.2/install-tools/include/stdarg.h

and for the Slackware gcc 3.2.3:

%find /usr/lib/gcc-lib -name stdarg.h -ls 
544491    8 -rw-r--r--   1 root     root         4481 Aug 28 20:26
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/include/stdarg.h



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12829


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