This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Fwd: gcc-2.95.2 build query]
- To: raj at sandi dot stph dot net
- Subject: Re: [Fwd: gcc-2.95.2 build query]
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 6 Jan 2000 14:08:05 +0100
- CC: gcc at gcc dot gnu dot org
- References: <3874C707.22EF05C9@sandi.stph.net>
> Please help me out with a work-around solution for this error.
> Nothing seems to be wrong with the file :
> /usr/include/sys/siginfo.h
Except that pthread_attr_t is not defined at this point. Please use
--save-temps to get the preprocessor output choose-temp.c, and see
whether pthread_attr_t is defined anywhere. Also, use --trace-includes
to find out what header files the compiler is picking up in the
process.
Regards,
Martin